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

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

Classes in com.sun.xml.ws.client.sei used by com.sun.xml.ws.client.sei
AsyncMethodHandler
          Common part between CallbackMethodHandler and PollingMethodHandler.
BodyBuilder
          Builds a JAXB object that represents the payload.
BodyBuilder.Wrapped
          Used to handle a 'wrapper' style request.
MessageFiller
          Puts a non-payload message parameter to Message.
MethodHandler
          Handles an invocation of a method.
ResponseBuilder
          Reads a response Message, disassembles it, and moves obtained Java values to the expected places.
SEIMethodHandler
          MethodHandler that handles synchronous method invocations.
SEIStub
          Stub that handles method invocations through a strongly-typed endpoint interface.
ValueGetter
          Gets a value from an object that represents a parameter passed as a method argument.
ValueGetterFactory
          ValueGetterFactory is used to create ValueGetter objects.
ValueSetter
          Moves a Java value unmarshalled from a response message to the right place.
ValueSetterFactory
          ValueSetterFactory.AsyncBeanValueSetterFactory is used to create ValueSetter.