com.sun.xml.ws.client.sei
Class BodyBuilder.Wrapped
java.lang.Object
com.sun.xml.ws.client.sei.BodyBuilder
com.sun.xml.ws.client.sei.BodyBuilder.Wrapped
- Direct Known Subclasses:
- BodyBuilder.DocLit, BodyBuilder.RpcLit
- Enclosing class:
- BodyBuilder
abstract static class BodyBuilder.Wrapped
- extends BodyBuilder
Used to handle a 'wrapper' style request.
Common part of rpc/lit and doc/lit.
Field Summary |
protected ValueGetter[] |
getters
Abstracts away the Holder handling when touching method arguments. |
protected int[] |
indices
Where in the method argument list do they come from? |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
indices
protected final int[] indices
- Where in the method argument list do they come from?
getters
protected final ValueGetter[] getters
- Abstracts away the
Holder
handling when touching method arguments.
BodyBuilder.Wrapped
protected BodyBuilder.Wrapped(WrapperParameter wp,
SOAPVersion soapVersion,
ValueGetterFactory getter)