Apache CXF · Example Payload

Apache Cxf Jaxws Endpoint Example

ApacheJAX-RSJAX-WSJavaOpen SourceRESTSOAPWS-SecurityWeb Services

Apache Cxf Jaxws Endpoint Example is an example object payload from Apache CXF, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

addressimplementorwsdlLocationserviceNameendpointNameinInterceptorsoutInterceptors

Example Payload

apache-cxf-jaxws-endpoint-example.json Raw ↑
{
  "address": "http://localhost:8080/HelloService",
  "implementor": "com.example.HelloServiceImpl",
  "wsdlLocation": "classpath:wsdl/hello.wsdl",
  "serviceName": "{http://example.com}HelloService",
  "endpointName": "{http://example.com}HelloPort",
  "inInterceptors": [
    "org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor"
  ],
  "outInterceptors": [
    "org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor"
  ]
}