Apache CXF · Schema

JaxWsEndpoint

Configuration for a JAX-WS (SOAP) endpoint in Apache CXF.

ApacheJAX-RSJAX-WSJavaOpen SourceRESTSOAPWS-SecurityWeb Services

Properties

Name Type Description
address string WSDL publish address for the JAX-WS endpoint.
implementor string Fully qualified Java class name of the JAX-WS service implementation.
wsdlLocation string Location of the WSDL file for contract-first services.
serviceName string Qualified service name from the WSDL.
endpointName string Qualified port/endpoint name from the WSDL.
inInterceptors array Inbound interceptor class names.
outInterceptors array Outbound interceptor class names.
View JSON Schema on GitHub