com.sun.xml.ws.server.sei
Class EndpointArgumentsBuilder.DocLit.PartBuilder

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

static final class EndpointArgumentsBuilder.DocLit.PartBuilder
extends Object

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


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

Constructor Detail

EndpointArgumentsBuilder.DocLit.PartBuilder

public EndpointArgumentsBuilder.DocLit.PartBuilder(RawAccessor accessor,
                                                   EndpointValueSetter 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

readRequest

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