|
JAX-WS v2.1 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
Action annotation allows explicit association of a
WS-Addressing Action message addressing property with
input, output, and
fault messages of the mapped WSDL operation.address to the
W3CEndpointReference instance's
wsa:Address.
AddressingFeature.
AddressingFeature
AddressingFeature
AsyncHandler interface is implemented by
clients that wish to receive callback notification of the completion of
service endpoint operations invoked asynchronously.Binding interface is the base interface
for JAX-WS protocol bindings.BindingProvider interface provides access to the
protocol binding and associated context objects for request and
response message processing.BindingType annotation is used to
specify the binding to use for a web service
endpoint implementation class.W3CEndpointReference from the accumulated
properties set on this W3CEndpointReferenceBuilder
instance.
Service instance.
Service instance.
Dispatch instance for use with objects of
the user's choosing.
Dispatch instance for use with objects of
the user's choosing.
Dispatch instance for use with objects of
the user's choosing.
Dispatch instance for use with JAXB
generated objects.
Dispatch instance for use with JAXB
generated objects.
Dispatch instance for use with JAXB
generated objects.
Dispatch instance for use with objects of
the user's choosing.
Dispatch instance for use with objects of
the user's choosing.
Dispatch instance for use with objects of
the user's choosing.
Dispatch instance for use with JAXB
generated objects.
Dispatch instance for use with JAXB
generated objects.
Dispatch instance for use with JAXB
generated objects.
W3CEndpointReference.
Dispatch interface provides support
for the dynamic invocation of a service endpoint operations.endpointName of the endpoint to
be targeted by the returned W3CEndpointRefernce.
FaultAction annotation is used inside an Action
annotation to allow an explicit association of a WS-Addressing
Action message addressing property with the fault
messages of the WSDL operation mapped from the exception class.EndpointReference associated with
this BindingProvider instance.
EndpointReference associated with
this BindingProvider instance.
EndpointReference associated with
this Endpoint instance.
EndpointReference associated with
this Endpoint instance.
EndpointReference for this
endpoint.
EndpointReference associated with
this endpoint.
Endpointinstance.
Serviceinstance.
Serviceinstance.
SOAPFault instance.
SOAPMessage from this message context.
- getMessageContext() -
Method in interface javax.xml.ws.WebServiceContext
- Returns the
MessageContext for the request being served
at the time this method is called.
- getMessageFactory() -
Method in interface javax.xml.ws.soap.SOAPBinding
- Gets the SAAJ
MessageFactory instance used by this SOAP binding.
- 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.
- getPort(EndpointReference, Class<T>, WebServiceFeature...) -
Method in class javax.xml.ws.spi.Provider
- The getPort method returns a proxy.
- getPort(QName, Class<T>) -
Method in class javax.xml.ws.spi.ServiceDelegate
- The
getPort method returns a proxy.
- getPort(QName, Class<T>, WebServiceFeature...) -
Method in class javax.xml.ws.spi.ServiceDelegate
- The
getPort method returns a proxy.
- getPort(EndpointReference, Class<T>, WebServiceFeature...) -
Method in class javax.xml.ws.spi.ServiceDelegate
- The
getPort method returns a proxy.
- getPort(Class<T>) -
Method in class javax.xml.ws.spi.ServiceDelegate
- The
getPort method returns a proxy.
- getPort(Class<T>, WebServiceFeature...) -
Method in class javax.xml.ws.spi.ServiceDelegate
- The
getPort method returns a proxy.
- getPortName() -
Method in interface javax.xml.ws.handler.PortInfo
- Gets the qualified name of the WSDL port being accessed.
- getPorts() -
Method in class javax.xml.ws.Service
- Returns an
Iterator for the list of
QNames of service endpoints grouped by this
service
- getPorts() -
Method in class javax.xml.ws.spi.ServiceDelegate
- Returns an
Iterator for the list of
QNames 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.
- getRoles() -
Method in interface javax.xml.ws.handler.soap.SOAPMessageContext
- Gets the SOAP actor roles associated with an execution
of the handler chain.
- getRoles() -
Method in interface javax.xml.ws.soap.SOAPBinding
- Gets the roles played by the SOAP binding instance.
- getScope(String) -
Method in interface javax.xml.ws.handler.MessageContext
- Gets the scope of a property.
- getServiceName() -
Method in interface javax.xml.ws.handler.PortInfo
- Gets the qualified name of the WSDL service name containing
the port being accessed.
- getServiceName() -
Method in class javax.xml.ws.Service
- Gets the name of this service.
- getServiceName() -
Method in class javax.xml.ws.spi.ServiceDelegate
- Gets the name of this service.
- getSOAPFactory() -
Method in interface javax.xml.ws.soap.SOAPBinding
- Gets the SAAJ
SOAPFactory instance used by this SOAP binding.
- getStatusCode() -
Method in exception javax.xml.ws.http.HTTPException
- Gets the HTTP status code.
- getThreshold() -
Method in class javax.xml.ws.soap.MTOMFeature
- Gets the threshold value used to determine when binary data
should be sent as an attachment.
- 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.
- getWSDLDocumentLocation() -
Method in class javax.xml.ws.spi.ServiceDelegate
- Gets the location of the WSDL document for this Service.
handleFault method is invoked for fault message
processing.
handleMessage method is invoked for normal processing
of inbound and outbound messages.
Handler interface
is the base interface for JAX-WS handlers.HandlerResolver is an interface implemented
by an application to get control over the handler chain
set on proxy/dispatch objects at the time of their creation.T.null value.
HTTPBinding interface is an
abstraction for the XML/HTTP binding.HTTPException exception represents a
XML/HTTP fault.true if this feature is enabled.
true if the use of MTOM is enabled.
Provider implementation
class.
LogicalHandler extends
Handler to provide typesafety for the message context parameter.LogicalMessage interface represents a
protocol agnostic XML message and contains methods that
provide access to the payload of the message.LogicalMessageContext interface extends
MessageContext to
provide access to a the contained message as a protocol neutral
LogicalMessagetrue for
outbound messages, false for inbound.
MessageContext abstracts the message
context that is processed by a handler in the handle
method.metadataElement to the
W3CEndpointReference instance's
wsa:Metadata element.
MTOMFeature.
MTOMFeature.
MTOMFeature.
MTOMFeature.
PortInfo interface is used by a
HandlerResolver to query information about
the port it is being asked to create a handler chain for.ProtocolException class is a
base class for exceptions related to a specific protocol binding.null as its detail message.
(cause==null ? null : cause.toString()) (which typically
contains the class and detail message of cause).
Provider
interface as a dynamic alternative to an SEI.ServiceDelegate and
Endpoint objects.eprInfoset.
eprInfoset.
referenceParameter to the
W3CEndpointReference instance
wsa:ReferenceParameters element.
required feature parameter.
wsdl:binding
in a JAX-WS runtime.wsdl:binding
in a JAX-WS runtime.RespectBindingFeature.
Response interface provides methods used to obtain the
payload and context of a message sent in response to an operation
invocation.Service objects provide the client view of a Web service.Service objects
to allow pluggability of JAX-WS implementations.Provider implementation wishes to work
with entire protocol messages or just with protocol message payloads.serviceName of the endpoint to be targeted
by the returned W3CEndpointReference.
Endpoint instance.
Service instance.
Service instance.
HandlerResolver for this Service
instance.
HandlerResolver for this Service
instance.
Endpoint instance.
SOAPBinding interface is an abstraction for
the SOAP binding.SOAPFaultException exception represents a
SOAP 1.1 or 1.2 fault.SOAPHandler class extends Handler
to provide typesafety for the message context parameter and add a method
to obtain access to the headers that may be processed by the handler.SOAPMessageContext
provides access to the SOAP message for either RPC request or
response.W3CEndpointReference
instances.W3CEndpointReferenceBuilder instance.
getPortName()
methods of a generated service interface.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 class is the base
exception class for all JAX-WS API runtime exceptions.null as its
detail message.
WebServiceFeature.WebServiceRef annotation is used to
define a reference to a web service and
(optionally) an injection target for it.WebServiceRefs annotation allows
multiple web service references to be declared at the
class level.EndpointReference to the specified infoset format
EndpointReference to the specified infoset format
wsdlDocumentLocation associated with the targeted
W3CEndpointReference.
|
JAX-WS v2.1 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
Copyright © 2007 by Sun Microsystems, Inc., 4150 Network Circle,
Santa Clara, California 95054, U.S.A. All Rights Reserved.