Uses of Package
com.sun.xml.ws.server.sei

Packages that use com.sun.xml.ws.server.sei
com.sun.xml.ws.server.sei   
 

Classes in com.sun.xml.ws.server.sei used by com.sun.xml.ws.server.sei
DispatchException
          Exception that demands a specific fault message to be sent back.
EndpointArgumentsBuilder
          Reads a request Message, disassembles it, and moves obtained Java values to the expected places.
EndpointMethodDispatcher
          This interface needs to be implemented if a new dispatching mechanism needs to be plugged in.
EndpointMethodHandler
           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.
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
           
MessageFiller
          Puts a non-payload message parameter to Message.
SEIInvokerTube
          This pipe is used to invoke SEI based endpoints.
ValueGetter
          Gets a value from an object that represents a parameter passed as a method argument.