APIs.io
Search
Providers
APIs
Capabilities
Tags
More
Schemas
AsyncAPI
JSON-LD
Rules
Vocabularies
About
Support
Blog
Blog
Add API
Search
Home
Apache CXF
JaxWsEndpoint
Apache CXF
· Schema
JaxWsEndpoint
Configuration for a JAX-WS (SOAP) endpoint in Apache CXF.
Apache
JAX-RS
JAX-WS
Java
Open Source
REST
SOAP
WS-Security
Web 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