GroupId | GroupIdorg.objectweb.fractal.bf.connectors |
---|---|
ArtifactId | ArtifactIdsoap-cxf |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFractal-BF: WS/CXF Connectors
Binding Factory plugin to export component interfaces via SOAP
protocol, and to expose them as Web Services. This plugin relies
on Apache CXF http://incubator.apache.org/cxf/ to transparently
export a Fractal server interface as a webservice, and to
transparently bind a Fractal client interface to a webservice.
|
Filename | Size |
---|---|
soap-cxf-0.1.pom | |
soap-cxf-0.1.jar | 13 KB |
soap-cxf-0.1-sources.jar | 8 KB |
soap-cxf-0.1-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.fractal.bf.connectors/soap-cxf/ -->
<dependency>
<groupId>org.objectweb.fractal.bf.connectors</groupId>
<artifactId>soap-cxf</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.bf.connectors/soap-cxf/
implementation 'org.objectweb.fractal.bf.connectors:soap-cxf:0.1'
// https://jarcasting.com/artifacts/org.objectweb.fractal.bf.connectors/soap-cxf/
implementation ("org.objectweb.fractal.bf.connectors:soap-cxf:0.1")
'org.objectweb.fractal.bf.connectors:soap-cxf:jar:0.1'
<dependency org="org.objectweb.fractal.bf.connectors" name="soap-cxf" rev="0.1">
<artifact name="soap-cxf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.bf.connectors', module='soap-cxf', version='0.1')
)
libraryDependencies += "org.objectweb.fractal.bf.connectors" % "soap-cxf" % "0.1"
[org.objectweb.fractal.bf.connectors/soap-cxf "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.cxf : cxf-api | jar | 2.0.6 |
stax : stax-api | jar | 1.0.1 |
javax.annotation : jsr250-api | jar | 1.0 |
org.apache.cxf : cxf-rt-frontend-simple | jar | 2.0.6 |
javax.activation : activation | jar | 1.1 |
org.apache.cxf : cxf-rt-databinding-aegis | jar | 2.0.6 |
org.objectweb.fractal.bf : core | jar | 0.1 |
org.objectweb.fractal.fractaladl : fractal-adl | jar | 2.2 |
org.objectweb.fractal : fractal-api | jar | 2.0.2 |
org.apache.cxf : cxf-rt-transports-http-jetty | jar | 2.0.6 |
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.4 |
org.objectweb.fractal.bf.testing : fixtures | jar | 0.1 |