|
Java(TM) API for XML-Based Web Services 2.2 2.0.1.Final-redhat-2 | |||||||||
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
with the
use of addressing requirements.
AddressingFeature
with the
use of addressing requirements.
AddressingFeature
with the
use of addressing requirements.
AddressingFeature
with the
use of addressing requirements.
AsyncHandler
interface is implemented by
clients that wish to receive callback notification of the completion of
service endpoint operations invoked asynchronously.W3CEndpointReference
instance's
wsa:EndpointReference
element.
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.
Service
instance.
Service
instance.
Dispatch
instance for use with objects of
the client's choosing.
Dispatch
instance for use with objects of
the client's choosing.
Dispatch
instance for use with objects of
the client'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
.
W3CEndpointReference
.
Dispatch
interface provides support
for the dynamic invocation of a service endpoint operations.W3CEndpointReference
instance's
wsa:EndpointReference
element.
EndpointContext
allows multiple endpoints in an application
to share any information.endpointName
as
wsam:ServiceName/@EndpointName
in the
wsa:Metadata
element.
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.HttpExchange
.
HttpExchange
.
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.
Endpoint
instance.
Service
instance.
Service
instance.
SOAPFault
instance.
HttpContext
for this exchange.
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.
- getPath() -
Method in class javax.xml.ws.spi.http.HttpContext
- Returns the path for this context.
- getPathInfo() -
Method in class javax.xml.ws.spi.http.HttpExchange
- Returns the extra path information that follows the web service
path but precedes the query string in the request URI and will start
with a "/" character.
- 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
QName
s of service endpoints grouped by this
service
- getPorts() -
Method in class javax.xml.ws.spi.ServiceDelegate
- 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.
- getProtocol() -
Method in class javax.xml.ws.spi.http.HttpExchange
- Returns the protocol string from the request in the form
protocol/majorVersion.minorVersion.
- getQueryString() -
Method in class javax.xml.ws.spi.http.HttpExchange
- Returns the query string that is contained in the request URI
after the path.
- getRemoteAddress() -
Method in class javax.xml.ws.spi.http.HttpExchange
- Returns the unresolved address of the remote entity invoking
this request.
- getRequestBody() -
Method in class javax.xml.ws.spi.http.HttpExchange
- Returns a stream from which the request body can be read.
- getRequestContext() -
Method in interface javax.xml.ws.BindingProvider
- Get the context that is used to initialize the message context
for request messages.
- getRequestHeader(String) -
Method in class javax.xml.ws.spi.http.HttpExchange
- Returns the value of the specified request header.
- getRequestHeaders() -
Method in class javax.xml.ws.spi.http.HttpExchange
- Returns an immutable Map containing the HTTP headers that were
included with this request.
- getRequestMethod() -
Method in class javax.xml.ws.spi.http.HttpExchange
- Get the HTTP request method
- getRequestURI() -
Method in class javax.xml.ws.spi.http.HttpExchange
- Returns the part of the request's URI from the protocol
name up to the query string in the first line of the HTTP request.
- getResponseBody() -
Method in class javax.xml.ws.spi.http.HttpExchange
- Returns a stream to which the response body must be
written.
- getResponseContext() -
Method in interface javax.xml.ws.BindingProvider
- Get the context that resulted from processing a response message.
- getResponseHeaders() -
Method in class javax.xml.ws.spi.http.HttpExchange
- Returns a mutable Map into which the HTTP response headers can be stored
and which will be transmitted as part of this response.
- getResponses() -
Method in class javax.xml.ws.soap.AddressingFeature
- If addressing is enabled, this property determines whether endpoint
requires the use of anonymous responses, or non-anonymous responses,
or all responses.
- 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.
- getScheme() -
Method in class javax.xml.ws.spi.http.HttpExchange
- Returns the name of the scheme used to make this request,
for example: http, or https.
- 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 class javax.xml.ws.spi.http.HttpExchange
- Returns the
Principal
that represents the authenticated
user for this HttpExchange
.
- 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.HttpHandler
which is invoked to handle requests
destined for that path on the associated container.HTTPException
exception represents a
XML/HTTP fault.interfaceName
as the
wsam:InterfaceName
element in the
wsa:Metadata
element.
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.
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
as the
wsam:ServiceName
element in the
wsa:Metadata
element.
EndpointContext
, JAX-WS runtime knows about
addresses of other endpoints in an application.
Endpoint
instance.
Service
instance.
Service
instance.
Endpoint.publish(HttpContext)
to handle
HTTP requests for this context.
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
that will be referenced
as wsa:Metadata/@wsdli:wsdlLocation
.
|
Java(TM) API for XML-Based Web Services 2.2 2.0.1.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |