Module com.sun.xml.ws
Package com.sun.xml.ws.client.sei
SEIStub and its supporting code.-
Class Summary Class Description MethodHandler Handles an invocation of a method.ResponseBuilder Reads a responseMessage, disassembles it, and moves obtained Java values to the expected places.ResponseBuilder.AttachmentBuilder Reads an Attachment into a Java parameter.ResponseBuilder.Body Reads the whole payload into a single JAXB bean.ResponseBuilder.Composite ResponseBuilderthat is a composition of multipleResponseBuilders.ResponseBuilder.DocLit Treats a payload as multiple parts wrapped into one element, and processes all such wrapped parts.ResponseBuilder.Header Reads a header into a JAXB object.ResponseBuilder.NullSetter ResponseBuilderthat sets the VM uninitialized value to the type.ResponseBuilder.RpcLit Treats a payload as multiple parts wrapped into one element, and processes all such wrapped parts.SEIStub Stubthat handles method invocations through a strongly-typed endpoint interface.StubAsyncHandler StubHandler MethodHandlerthat handles synchronous method invocations.ValueSetter Moves a Java value unmarshalled from a response message to the right place.ValueSetterFactory ValueSetterFactoryis used to createValueSetter.ValueSetterFactory.AsyncBeanValueSetterFactory