public static final class EndpointResponseMessageBuilder.DocLit extends EndpointResponseMessageBuilder
EndpointResponseMessageBuilder.Bare, EndpointResponseMessageBuilder.DocLit, EndpointResponseMessageBuilder.RpcLit
Modifier and Type | Field and Description |
---|---|
protected 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?
|
EMPTY_SOAP11, EMPTY_SOAP12
Constructor and Description |
---|
DocLit(WrapperParameter wp,
SOAPVersion soapVersion)
Creates a
EndpointResponseMessageBuilder from a WrapperParameter . |
protected final int[] indices
protected final ValueGetter[] getters
Holder
handling when touching method arguments.protected XMLBridge[] parameterBridges
protected List<ParameterImpl> children
public DocLit(WrapperParameter wp, SOAPVersion soapVersion)
EndpointResponseMessageBuilder
from a WrapperParameter
.Copyright © 2015 Oracle Corporation. All rights reserved.