| Name | Description | Type | Package | Framework |
| AddressingFeature | AddressingFeature represents the use of WS-Addressing with either the SOAP 1. | Class | javax.xml.ws.soap | Java SE |
|
| AddressingFeature .Responses | If addressing is enabled, this property determines if endpoint requires the use of only anonymous responses, or only non-anonymous responses, or all. | Class | javax.xml.ws.soap.AddressingFeature | Java SE |
|
| AsyncHandler | The AsyncHandler interface is implemented by clients that wish to receive callback notification of the completion of | Interface | javax.xml.ws | Java SE |
|
| Action | The Action annotation allows explicit association of a WS-Addressing Action message addressing property with | Class | javax.xml.ws | Java SE |
|
| Addressing | This annotation represents the use of WS-Addressing with either the SOAP 1. | Class | javax.xml.ws.soap | Java SE |
|
| Binding | The Binding interface is the base interface for JAX-WS protocol bindings. | Interface | javax.xml.ws | Java SE |
|
| BindingProvider | The BindingProvider interface provides access to the protocol binding and associated context objects for request and | Interface | javax.xml.ws | Java SE |
|
| BindingType | The BindingType annotation is used to specify the binding to use for a web service | Class | javax.xml.ws | Java SE |
|
| Dispatch | The Dispatch interface provides support for the dynamic invocation of a service endpoint operations. | Interface | javax.xml.ws | Java SE |
|
| Endpoint | A Web service endpoint. | Class | javax.xml.ws | Java SE |
|
| EndpointContext | EndpointContext allows multiple endpoints in an application to share any information. | Class | javax.xml.ws | Java SE |
|
| EndpointReference | This class represents an WS-Addressing EndpointReference which is a remote reference to a web service endpoint. | Class | javax.xml.ws | Java SE |
|
| FaultAction | The FaultAction annotation is used inside an Action annotation to allow an explicit association of a WS-Addressing | Class | javax.xml.ws | Java SE |
|
| Holder | Holds a value of type T. | Class | javax.xml.ws | Java SE |
|
| HttpContext | HttpContext represents a mapping between the root URI path of a web service to a HttpHandler which is invoked to handle requests | Class | javax.xml.ws.spi.http | Java SE |
|
| HTTPException | The HTTPException exception represents a Since there is no standard format for faults or exceptions | Class | javax.xml.ws.http | Java SE |
|
| HttpExchange | This class encapsulates a HTTP request received and a response to be generated in one exchange. | Class | javax.xml.ws.spi.http | Java SE |
|
| HttpHandler | A handler which is invoked to process HTTP requests. | Class | javax.xml.ws.spi.http | Java SE |
|
| Handler | The Handler interface is the base interface for JAX-WS handlers. | Interface | javax.xml.ws.handler | Java SE |
|
| HandlerResolver | HandlerResolver is an interface implemented by an application to get control over the handler chain | Interface | javax.xml.ws.handler | Java SE |
|
| HTTPBinding | The HTTPBinding interface is an abstraction for the XML/HTTP binding. | Interface | javax.xml.ws.http | Java SE |
|
| Invoker | Invoker hides the detail of calling into application endpoint implementation. | Class | javax.xml.ws.spi | Java SE |
|
| LogicalHandler | The LogicalHandler extends Handler to provide typesafety for the message context parameter. | Interface | javax.xml.ws.handler | Java SE |
|
| LogicalMessage | The LogicalMessage interface represents a protocol agnostic XML message and contains methods that | Interface | javax.xml.ws | Java SE |
|
| LogicalMessageContext | The LogicalMessageContext interface extends provide access to a the contained message as a protocol neutral | Interface | javax.xml.ws.handler | Java SE |
|
| MTOMFeature | This feature represents the use of MTOM with a This feature can be used during the creation of SEI proxy, and | Class | javax.xml.ws.soap | Java SE |
|
| MessageContext .Scope | Property scope. | Class | javax.xml.ws.handler.MessageContext | Java SE |
|
| MessageContext | The interface MessageContext abstracts the message context that is processed by a handler in the handle | Interface | javax.xml.ws.handler | Java SE |
|
| MTOM | This feature represents the use of MTOM with a This annotation MUST only be used in conjunction the | Class | javax.xml.ws.soap | Java SE |
|
| ProtocolException | The ProtocolException class is a base class for exceptions related to a specific protocol binding. | Class | javax.xml.ws | Java SE |
|
| Provider | Service provider for ServiceDelegate andSince:1. | Class | javax.xml.ws.spi | Java SE |
|
| PortInfo | The PortInfo interface is used by a HandlerResolver to query information about | Interface | javax.xml.ws.handler | Java SE |
|
| Provider | Service endpoints may implement the Provider interface as a dynamic alternative to an SEI. | Interface | javax.xml.ws | Java SE |
|
| RespectBindingFeature | This feature clarifies the use of the wsdl:binding in a JAX-WS runtime. | Class | javax.xml.ws | Java SE |
|
| Response | The Response interface provides methods used to obtain the payload and context of a message sent in response to an operation | Interface | javax.xml.ws | Java SE |
|
| RequestWrapper | Used to annotate methods in the Service Endpoint Interface with the request wrapper bean to be used at runtime. | Class | javax.xml.ws | Java SE |
|
| RespectBinding | This feature clarifies the use of the wsdl:binding in a JAX-WS runtime. | Class | javax.xml.ws | Java SE |
|
| ResponseWrapper | Used to annotate methods in the Service Endpoint Interface with the response wrapper bean to be used at runtime. | Class | javax.xml.ws | Java SE |
|
| Service | Service objects provide the client view of a Web service. | Class | javax.xml.ws | Java SE |
|
| ServiceDelegate | Service delegates are used internally by Service objects to allow pluggability of JAX-WS implementations. | Class | javax.xml.ws.spi | Java SE |
|
| SOAPFaultException | The SOAPFaultException exception represents a SOAP 1. | Class | javax.xml.ws.soap | Java SE |
|
| Service .Mode | The orientation of a dynamic client or service. | Class | javax.xml.ws.Service | Java SE |
|
| SOAPBinding | The SOAPBinding interface is an abstraction forSince:1. | Interface | javax.xml.ws.soap | Java SE |
|
| SOAPHandler | The SOAPHandler class extends Handler to provide typesafety for the message context parameter and add a method | Interface | javax.xml.ws.handler.soap | Java SE |
|
| SOAPMessageContext | The interface SOAPMessageContext provides access to the SOAP message for either RPC request or | Interface | javax.xml.ws.handler.soap | Java SE |
|
| ServiceMode | Used to indicate whether a Provider implementation wishes to work with entire protocol messages or just with protocol message payloads. | Class | javax.xml.ws | Java SE |
|
| W3CEndpointReference | This class represents a W3C Addressing EndpointReferece which is a remote reference to a web service endpoint that supports the | Class | javax.xml.ws.wsaddressing | Java SE |
|
| W3CEndpointReferenceBuilder | This class is used to build W3CEndpointReference instances. | Class | javax.xml.ws.wsaddressing | Java SE |
|
| WebServiceException | The WebServiceException class is the base exception class for all JAX-WS API runtime exceptions. | Class | javax.xml.ws | Java SE |
|
| WebServiceFeature | A WebServiceFeature is used to represent a feature that can be enabled or disabled for a web service. | Class | javax.xml.ws | Java SE |
|
| WebServicePermission | This class defines web service permissions. | Class | javax.xml.ws | Java SE |
|
| WebServiceContext | A WebServiceContext makes it possible for a web service endpoint implementation class to access | Interface | javax.xml.ws | Java SE |
|
| WebEndpoint | Used to annotate the getPortName() methods of a generated service interface. | Class | javax.xml.ws | Java SE |
|
| WebFault | Used to annotate service specific exception classes to customize to the local and namespace name of the fault element and the name | Class | javax.xml.ws | Java SE |
|
| WebServiceClient | Used to annotate a generated service interface. | Class | javax.xml.ws | Java SE |
|
| WebServiceFeatureAnnotation | Annotation used to identify other annotations as a WebServiceFeature. | Class | javax.xml.ws.spi | Java SE |
|
| WebServiceProvider | Used to annotate a Provider implementation class. | Class | javax.xml.ws | Java SE |
|
| WebServiceRef | The WebServiceRef annotation is used to define a reference to a web service and | Class | javax.xml.ws | Java SE |
|
| WebServiceRefs | The WebServiceRefs annotation allows multiple web service references to be declared at the | Class | javax.xml.ws | Java SE |
|
| Action | The Action annotation allows explicit association of a WS-Addressing Action message addressing property with | Class | javax.xml.ws | Java EE |
|
| Addressing | This annotation represents the use of WS-Addressing with either the SOAP 1. | Class | javax.xml.ws.soap | Java EE |
|
| AddressingFeature | AddressingFeature represents the use of WS-Addressing with either the SOAP 1. | Class | javax.xml.ws.soap | Java EE |
|
| AddressingFeature .Responses | If addressing is enabled, this property determines if endpoint requires the use of only anonymous responses, or only non-anonymous responses, or all. | Class | javax.xml.ws.soap.AddressingFeature | Java EE |
|
| AsyncHandler | The AsyncHandler interface is implemented by clients that wish to receive callback notification of the completion of | Interface | javax.xml.ws | Java EE |
|
| Binding | The Binding interface is the base interface for JAX-WS protocol bindings. | Interface | javax.xml.ws | Java EE |
|
| BindingProvider | The BindingProvider interface provides access to the protocol binding and associated context objects for request and | Interface | javax.xml.ws | Java EE |
|
| BindingType | The BindingType annotation is used to specify the binding to use for a web service | Class | javax.xml.ws | Java EE |
|
| Dispatch | The Dispatch interface provides support for the dynamic invocation of a service endpoint operations. | Interface | javax.xml.ws | Java EE |
|
| Endpoint | A Web service endpoint. | Class | javax.xml.ws | Java EE |
|
| EndpointContext | EndpointContext allows multiple endpoints in an application to share any information. | Class | javax.xml.ws | Java EE |
|
| EndpointReference | This class represents an WS-Addressing EndpointReference which is a remote reference to a web service endpoint. | Class | javax.xml.ws | Java EE |
|
| FaultAction | The FaultAction annotation is used inside an Action annotation to allow an explicit association of a WS-Addressing | Class | javax.xml.ws | Java EE |
|
| Handler | The Handler interface is the base interface for JAX-WS handlers. | Interface | javax.xml.ws.handler | Java EE |
|
| HandlerResolver | HandlerResolver is an interface implemented by an application to get control over the handler chain | Interface | javax.xml.ws.handler | Java EE |
|
| Holder | Holds a value of type T. | Class | javax.xml.ws | Java EE |
|
| HTTPBinding | The HTTPBinding interface is an abstraction for the XML/HTTP binding. | Interface | javax.xml.ws.http | Java EE |
|
| HttpContext | HttpContext represents a mapping between the root URI path of a web service to a HttpHandler which is invoked to handle requests | Class | javax.xml.ws.spi.http | Java EE |
|
| HTTPException | The HTTPException exception represents a Since there is no standard format for faults or exceptions | Class | javax.xml.ws.http | Java EE |
|
| HttpExchange | This class encapsulates a HTTP request received and a response to be generated in one exchange. | Class | javax.xml.ws.spi.http | Java EE |
|
| HttpHandler | A handler which is invoked to process HTTP requests. | Class | javax.xml.ws.spi.http | Java EE |
|
| Invoker | Invoker hides the detail of calling into application endpoint implementation. | Class | javax.xml.ws.spi | Java EE |
|
| LogicalHandler | The LogicalHandler extends Handler to provide typesafety for the message context parameter. | Interface | javax.xml.ws.handler | Java EE |
|
| LogicalMessage | The LogicalMessage interface represents a protocol agnostic XML message and contains methods that | Interface | javax.xml.ws | Java EE |
|
| LogicalMessageContext | The LogicalMessageContext interface extends provide access to a the contained message as a protocol neutral | Interface | javax.xml.ws.handler | Java EE |
|
| MessageContext | The interface MessageContext abstracts the message context that is processed by a handler in the handle | Interface | javax.xml.ws.handler | Java EE |
|
| MessageContext .Scope | Property scope. | Class | javax.xml.ws.handler.MessageContext | Java EE |
|
| MTOM | This feature represents the use of MTOM with a This annotation MUST only be used in conjunction the | Class | javax.xml.ws.soap | Java EE |
|
| MTOMFeature | This feature represents the use of MTOM with a This feature can be used during the creation of SEI proxy, and | Class | javax.xml.ws.soap | Java EE |
|
| PortInfo | The PortInfo interface is used by a HandlerResolver to query information about | Interface | javax.xml.ws.handler | Java EE |
|
| ProtocolException | The ProtocolException class is a base class for exceptions related to a specific protocol binding. | Class | javax.xml.ws | Java EE |
|
| Provider | Service endpoints may implement the Provider interface as a dynamic alternative to an SEI. | Interface | javax.xml.ws | Java EE |
|
| Provider | | Class | javax.xml.ws.spi | Java EE |
|
| RequestWrapper | Used to annotate methods in the Service Endpoint Interface with the request wrapper bean to be used at runtime. | Class | javax.xml.ws | Java EE |
|
| RespectBinding | This feature clarifies the use of the wsdl:binding in a JAX-WS runtime. | Class | javax.xml.ws | Java EE |
|
| RespectBindingFeature | This feature clarifies the use of the wsdl:binding in a JAX-WS runtime. | Class | javax.xml.ws | Java EE |
|
| Response | The Response interface provides methods used to obtain the payload and context of a message sent in response to an operation | Interface | javax.xml.ws | Java EE |
|
| ResponseWrapper | Used to annotate methods in the Service Endpoint Interface with the response wrapper bean to be used at runtime. | Class | javax.xml.ws | Java EE |
|
| Service | Service objects provide the client view of a Web service. | Class | javax.xml.ws | Java EE |
|
| Service .Mode | The orientation of a dynamic client or service. | Class | javax.xml.ws.Service | Java EE |
|
| ServiceDelegate | Service delegates are used internally by Service objects to allow pluggability of JAX-WS implementations. | Class | javax.xml.ws.spi | Java EE |
|
| ServiceMode | Used to indicate whether a Provider implementation wishes to work with entire protocol messages or just with protocol message payloads. | Class | javax.xml.ws | Java EE |
|
| SOAPBinding | | Interface | javax.xml.ws.soap | Java EE |
|
| SOAPFaultException | The SOAPFaultException exception represents a SOAP 1. | Class | javax.xml.ws.soap | Java EE |
|
| SOAPHandler | The SOAPHandler class extends Handler to provide typesafety for the message context parameter and add a method | Interface | javax.xml.ws.handler.soap | Java EE |
|
| SOAPMessageContext | The interface SOAPMessageContext provides access to the SOAP message for either RPC request or | Interface | javax.xml.ws.handler.soap | Java EE |
|
| W3CEndpointReference | This class represents a W3C Addressing EndpointReferece which is a remote reference to a web service endpoint that supports the | Class | javax.xml.ws.wsaddressing | Java EE |
|
| W3CEndpointReferenceBuilder | This class is used to build W3CEndpointReference instances. | Class | javax.xml.ws.wsaddressing | Java EE |
|
| WebEndpoint | Used to annotate the getPortName() methods of a generated service interface. | Class | javax.xml.ws | Java EE |
|
| WebFault | Used to annotate service specific exception classes to customize to the local and namespace name of the fault element and the name | Class | javax.xml.ws | Java EE |
|
| WebServiceClient | Used to annotate a generated service interface. | Class | javax.xml.ws | Java EE |
|
| WebServiceContext | A WebServiceContext makes it possible for a web service endpoint implementation class to access | Interface | javax.xml.ws | Java EE |
|
| WebServiceException | The WebServiceException class is the base exception class for all JAX-WS API runtime exceptions. | Class | javax.xml.ws | Java EE |
|
| WebServiceFeature | A WebServiceFeature is used to represent a feature that can be enabled or disabled for a web service. | Class | javax.xml.ws | Java EE |
|
| WebServiceFeatureAnnotation | Annotation used to identify other annotations as a WebServiceFeature. | Class | javax.xml.ws.spi | Java EE |
|
| WebServicePermission | This class defines web service permissions. | Class | javax.xml.ws | Java EE |
|
| WebServiceProvider | Used to annotate a Provider implementation class. | Class | javax.xml.ws | Java EE |
|
| WebServiceRef | The WebServiceRef annotation is used to define a reference to a web service and | Class | javax.xml.ws | Java EE |
|
| WebServiceRefs | The WebServiceRefs annotation allows multiple web service references to be declared at the | Class | javax.xml.ws | Java EE |
|
| Action | The Action annotation allows explicit association of a WS-Addressing Action message addressing property with | Class | xml.ws | Code Trails |
|
| Addressing | This annotation represents the use of WS-Addressing with either the SOAP 1. | Class | xml.ws.soap | Code Trails |
|
| AddressingFeature | AddressingFeature represents the use of WS-Addressing with either the SOAP 1. | Class | xml.ws.soap | Code Trails |
|
| AddressingFeature .Responses | If addressing is enabled, this property determines if endpoint requires the use of only anonymous responses, or only non-anonymous responses, or all. | Class | xml.ws.soap.AddressingFeature | Code Trails |
|
| AsyncHandler | The AsyncHandler interface is implemented by clients that wish to receive callback notification of the completion of | Interface | xml.ws | Code Trails |
|
| Binding | The Binding interface is the base interface for JAX-WS protocol bindings. | Interface | xml.ws | Code Trails |
|
| BindingProvider | The BindingProvider interface provides access to the protocol binding and associated context objects for request and | Interface | xml.ws | Code Trails |
|
| BindingType | The BindingType annotation is used to specify the binding to use for a web service | Class | xml.ws | Code Trails |
|
| Dispatch | The Dispatch interface provides support for the dynamic invocation of a service endpoint operations. | Interface | xml.ws | Code Trails |
|
| WstxDriver | A driver using the Woodstox StAX implementation. | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| HttpAddressPlugin | | Class | org.apache.cxf.binding.xml.wsdl11 | Apache CXF |
|
| XmlBindingPlugin | | Class | org.apache.cxf.binding.xml.wsdl11 | Apache CXF |
|
| XmlIoPlugin | | Class | org.apache.cxf.binding.xml.wsdl11 | Apache CXF |
|
| XMLWSDLExtensionLoader | | Class | org.apache.cxf.binding.xml.wsdl11 | Apache CXF |