com.sun.xml.ws.client.sei
Class ResponseBuilder.DocLit.PartBuilder

java.lang.Object
  extended by com.sun.xml.ws.client.sei.ResponseBuilder.DocLit.PartBuilder
Enclosing class:
ResponseBuilder.DocLit

static final class ResponseBuilder.DocLit.PartBuilder
extends Object

Unmarshals each wrapped part into a JAXB object and moves it to the expected place.


Constructor Summary
ResponseBuilder.DocLit.PartBuilder(RawAccessor accessor, ValueSetter setter)
           
 
Method Summary
(package private)  Object readResponse(Object[] args, Object wrapperBean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseBuilder.DocLit.PartBuilder

public ResponseBuilder.DocLit.PartBuilder(RawAccessor accessor,
                                          ValueSetter setter)
Parameters:
accessor - specifies which portion of the wrapper bean to obtain the value from.
setter - specifies how the obtained value is returned to the client.
Method Detail

readResponse

final Object readResponse(Object[] args,
                          Object wrapperBean)
                   throws AccessorException
Throws:
AccessorException