|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.server.sei.EndpointResponseMessageBuilder
com.sun.xml.ws.server.sei.EndpointResponseMessageBuilder.DocLit
public static final class EndpointResponseMessageBuilder.DocLit
Used to create a payload JAXB object by wrapping multiple parameters into one "wrapper bean".
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sun.xml.ws.server.sei.EndpointResponseMessageBuilder |
---|
EndpointResponseMessageBuilder.Bare, EndpointResponseMessageBuilder.DocLit, EndpointResponseMessageBuilder.RpcLit |
Field Summary | |
---|---|
protected java.util.List<ParameterImpl> |
children
Used for error diagnostics. |
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? |
protected XMLBridge[] |
parameterBridges
How does each wrapped parameter binds to XML? |
Fields inherited from class com.sun.xml.ws.server.sei.EndpointResponseMessageBuilder |
---|
EMPTY_SOAP11, EMPTY_SOAP12 |
Constructor Summary | |
---|---|
EndpointResponseMessageBuilder.DocLit(WrapperParameter wp,
SOAPVersion soapVersion)
Creates a EndpointResponseMessageBuilder from a WrapperParameter . |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final int[] indices
protected final ValueGetter[] getters
Holder
handling when touching method arguments.
protected XMLBridge[] parameterBridges
protected java.util.List<ParameterImpl> children
Constructor Detail |
---|
public EndpointResponseMessageBuilder.DocLit(WrapperParameter wp, SOAPVersion soapVersion)
EndpointResponseMessageBuilder
from a WrapperParameter
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |