Package | Description |
---|---|
com.sun.xml.ws.api.server |
APIs for hosting JAX-WS services.
|
com.sun.xml.ws.db | |
com.sun.xml.ws.server |
JAX-WS 2.0.1 Server Runtime
|
com.sun.xml.ws.server.provider | |
com.sun.xml.ws.server.sei |
Class and Description |
---|
Invoker
Hides the detail of calling into application implementations.
|
Class and Description |
---|
TieHandler
This class mainly performs the following two tasks:
Takes a Message] that represents a request,
and extracts the arguments (and updates {@link Holder}s.)
Accepts return value and {@link Holder} arguments for a Java method,
and creates {@link JAXBMessage} that represents a response message.
|
Class and Description |
---|
InvokerTube
Base class for
InvokerTube restored
to allow for containers to specify alternate implementations of SEI-based
invoking. |
Class and Description |
---|
InvokerSource
Interface for determining Invoker for a given request
|
InvokerTube
Base class for
InvokerTube restored
to allow for containers to specify alternate implementations of SEI-based
invoking. |
Class and Description |
---|
EndpointArgumentsBuilder
Reads a request
Message , disassembles it, and moves obtained Java values
to the expected places. |
EndpointArgumentsBuilder.WrappedPartBuilder |
EndpointResponseMessageBuilder
Builds a JAXB object that represents the payload.
|
EndpointResponseMessageBuilder.Wrapped
Used to handle a 'wrapper' style request.
|
EndpointValueSetter
Moves a Java value unmarshalled from a response message
to the right place.
|
EndpointValueSetter.Param |
Invoker
Hides the detail of calling into application implementations.
|
InvokerSource
Interface for determining Invoker for a given request
|
InvokerTube
Base class for
InvokerTube restored
to allow for containers to specify alternate implementations of SEI-based
invoking. |
MessageFiller
Puts a non-payload message parameter to
Message . |
ValueGetter
Gets a value from an object that represents a parameter passed
as a method argument.
|
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.