com.sun.xml.ws.server.sei
Class EndpointResponseMessageBuilder.Wrapped
java.lang.Object
com.sun.xml.ws.server.sei.EndpointResponseMessageBuilder
com.sun.xml.ws.server.sei.EndpointResponseMessageBuilder.Wrapped
- Direct Known Subclasses:
- EndpointResponseMessageBuilder.DocLit, EndpointResponseMessageBuilder.RpcLit
- Enclosing class:
- EndpointResponseMessageBuilder
abstract static class EndpointResponseMessageBuilder.Wrapped
- extends EndpointResponseMessageBuilder
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.
EndpointResponseMessageBuilder.Wrapped
protected EndpointResponseMessageBuilder.Wrapped(WrapperParameter wp,
SOAPVersion soapVersion)