Module com.sun.xml.ws
Package com.sun.xml.ws.server.sei
-
Interface Summary Interface Description InvokerSource<T extends Invoker> Interface for determining Invoker for a given request -
Class Summary Class Description EndpointArgumentsBuilder Reads a requestMessage, disassembles it, and moves obtained Java values to the expected places.EndpointArgumentsBuilder.AttachmentBuilder Reads an Attachment into a Java parameter.EndpointArgumentsBuilder.Body Reads the whole payload into a single JAXB bean.EndpointArgumentsBuilder.Composite EndpointArgumentsBuilderthat is a composition of multipleEndpointArgumentsBuilders.EndpointArgumentsBuilder.DocLit Treats a payload as multiple parts wrapped into one element, and processes all such wrapped parts.EndpointArgumentsBuilder.Header Reads a header into a JAXB object.EndpointArgumentsBuilder.NullSetter EndpointArgumentsBuilderthat sets the VM uninitialized value to the type.EndpointArgumentsBuilder.RpcLit Treats a payload as multiple parts wrapped into one element, and processes all such wrapped parts.EndpointResponseMessageBuilder Builds a JAXB object that represents the payload.EndpointResponseMessageBuilder.Bare Used to create a payload JAXB object just by taking one of the parameters.EndpointResponseMessageBuilder.DocLit Used to create a payload JAXB object by wrapping multiple parameters into one "wrapper bean".EndpointResponseMessageBuilder.RpcLit Used to create a payload JAXB object by wrapping multiple parameters into aWrapperComposite.EndpointValueSetter Moves a Java value unmarshalled from a response message to the right place.Invoker Hides the detail of calling into application implementations.InvokerTube<T extends Invoker> Base class forInvokerTuberestored to allow for containers to specify alternate implementations of SEI-based invoking.MessageFiller Puts a non-payload message parameter toMessage.MessageFiller.AttachmentFiller Adds a parameter as an MIME attachment toMessage.MessageFiller.Header Adds a parameter as an header.SEIInvokerTube This pipe is used to invoke SEI based endpoints.TieHandler This class mainly performs the following two tasks: Takes aMessagethat represents a request, and extracts the arguments (and updatesHolders.) Accepts return value andHolderarguments for a Java method, and createsJAXBMessagethat represents a response message. -
Enum Summary Enum Description ValueGetter Gets a value from an object that represents a parameter passed as a method argument.