- getBinding() - Method in interface javax.xml.ws.BindingProvider
-
Get the Binding for this binding provider.
- getBinding() - Method in class javax.xml.ws.Endpoint
-
Returns the binding for this endpoint.
- getBindingID() - Method in interface javax.xml.ws.Binding
-
Get the URI for this binding instance.
- getContext() - Method in interface javax.xml.ws.Response
-
Gets the contained response context.
- getEndpointReference() - Method in interface javax.xml.ws.BindingProvider
-
Returns the EndpointReference
associated with
this BindingProvider
instance.
- getEndpointReference(Class<T>) - Method in interface javax.xml.ws.BindingProvider
-
Returns the EndpointReference
associated with
this BindingProvider
instance.
- getEndpointReference(Element...) - Method in class javax.xml.ws.Endpoint
-
Returns the EndpointReference
associated with
this Endpoint
instance.
- getEndpointReference(Class<T>, Element...) - Method in class javax.xml.ws.Endpoint
-
Returns the EndpointReference
associated with
this Endpoint
instance.
- getEndpointReference(Element...) - Method in interface javax.xml.ws.WebServiceContext
-
Returns the EndpointReference
for this
endpoint.
- getEndpointReference(Class<T>, Element...) - Method in interface javax.xml.ws.WebServiceContext
-
Returns the EndpointReference
associated with
this endpoint.
- getExecutor() - Method in class javax.xml.ws.Endpoint
-
Returns the executor for this Endpoint
instance.
- getExecutor() - Method in class javax.xml.ws.Service
-
Returns the executor for this Service
instance.
- getHandlerChain() - Method in interface javax.xml.ws.Binding
-
Gets a copy of the handler chain for a protocol binding instance.
- getHandlerResolver() - Method in class javax.xml.ws.Service
-
Returns the configured handler resolver.
- getID() - Method in class javax.xml.ws.RespectBindingFeature
-
Get the unique identifier for this WebServiceFeature.
- getID() - Method in class javax.xml.ws.WebServiceFeature
-
Get the unique identifier for this WebServiceFeature.
- getImplementor() - Method in class javax.xml.ws.Endpoint
-
Returns the implementation object for this endpoint.
- getMessageContext() - Method in interface javax.xml.ws.WebServiceContext
-
Returns the MessageContext
for the request being served
at the time this method is called.
- getMetadata() - Method in class javax.xml.ws.Endpoint
-
Returns a list of metadata documents for the service.
- getPayload() - Method in interface javax.xml.ws.LogicalMessage
-
Gets the message payload as an XML source, may be called
multiple times on the same LogicalMessage instance, always
returns a new Source
that may be used to retrieve the entire
message payload.
- getPayload(JAXBContext) - Method in interface javax.xml.ws.LogicalMessage
-
Gets the message payload as a JAXB object.
- getPort(Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.EndpointReference
-
The getPort
method returns a proxy.
- getPort(QName, Class<T>) - Method in class javax.xml.ws.Service
-
The getPort
method returns a proxy.
- getPort(QName, Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.Service
-
The getPort
method returns a proxy.
- getPort(Class<T>) - Method in class javax.xml.ws.Service
-
The getPort
method returns a proxy.
- getPort(Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.Service
-
The getPort
method returns a proxy.
- getPort(EndpointReference, Class<T>, WebServiceFeature...) - Method in class javax.xml.ws.Service
-
The getPort
method returns a proxy.
- getPorts() - Method in class javax.xml.ws.Service
-
Returns an Iterator
for the list of
QName
s of service endpoints grouped by this
service
- getProperties() - Method in class javax.xml.ws.Endpoint
-
Returns the property bag for this Endpoint
instance.
- getRequestContext() - Method in interface javax.xml.ws.BindingProvider
-
Get the context that is used to initialize the message context
for request messages.
- getResponseContext() - Method in interface javax.xml.ws.BindingProvider
-
Get the context that resulted from processing a response message.
- getServiceName() - Method in class javax.xml.ws.Service
-
Gets the name of this service.
- getUserPrincipal() - Method in interface javax.xml.ws.WebServiceContext
-
Returns the Principal that identifies the sender
of the request currently being serviced.
- getWSDLDocumentLocation() - Method in class javax.xml.ws.Service
-
Gets the location of the WSDL document for this Service.
- WebEndpoint - Annotation Type in javax.xml.ws
-
Used to annotate the getPortName()
methods of a generated service interface.
- WebFault - Annotation Type in javax.xml.ws
-
Used to annotate service specific exception classes to customize
to the local and namespace name of the fault element and the name
of the fault bean.
- WebServiceClient - Annotation Type in javax.xml.ws
-
Used to annotate a generated service interface.
- WebServiceContext - Interface in javax.xml.ws
-
A WebServiceContext
makes it possible for
a web service endpoint implementation class to access
message context and security information relative to
a request being served.
- WebServiceException - Exception in javax.xml.ws
-
The WebServiceException
class is the base
exception class for all JAX-WS API runtime exceptions.
- WebServiceException() - Constructor for exception javax.xml.ws.WebServiceException
-
Constructs a new exception with null
as its
detail message.
- WebServiceException(String) - Constructor for exception javax.xml.ws.WebServiceException
-
Constructs a new exception with the specified detail
message.
- WebServiceException(String, Throwable) - Constructor for exception javax.xml.ws.WebServiceException
-
Constructs a new exception with the specified detail
message and cause.
- WebServiceException(Throwable) - Constructor for exception javax.xml.ws.WebServiceException
-
Constructs a new WebServiceException with the specified cause
and a detail message of (cause==null ? null :
cause.toString()) (which typically contains the
class and detail message of cause).
- WebServiceFeature - Class in javax.xml.ws
-
A WebServiceFeature is used to represent a feature that can be
enabled or disabled for a web service.
- WebServiceFeature() - Constructor for class javax.xml.ws.WebServiceFeature
-
- WebServicePermission - Class in javax.xml.ws
-
This class defines web service permissions.
- WebServicePermission(String) - Constructor for class javax.xml.ws.WebServicePermission
-
Creates a new permission with the specified name.
- WebServicePermission(String, String) - Constructor for class javax.xml.ws.WebServicePermission
-
Creates a new permission with the specified name and actions.
- WebServiceProvider - Annotation Type in javax.xml.ws
-
Used to annotate a Provider implementation class.
- WebServiceRef - Annotation Type in javax.xml.ws
-
The WebServiceRef
annotation is used to
define a reference to a web service and
(optionally) an injection target for it.
- WebServiceRefs - Annotation Type in javax.xml.ws
-
The WebServiceRefs
annotation allows
multiple web service references to be declared at the
class level.
- writeTo(Result) - Method in class javax.xml.ws.EndpointReference
-
write this EndpointReference
to the specified infoset format
- WSDL_PORT - Static variable in class javax.xml.ws.Endpoint
-
Standard property: name of WSDL port.
- WSDL_SERVICE - Static variable in class javax.xml.ws.Endpoint
-
Standard property: name of WSDL service.