Package | Description |
---|---|
com.sun.xml.ws.client.sei | |
com.sun.xml.ws.model | |
com.sun.xml.ws.server.sei | |
com.sun.xml.ws.wsdl.writer |
Modifier and Type | Field and Description |
---|---|
protected ParameterImpl |
ResponseBuilder.AttachmentBuilder.param |
Modifier and Type | Method and Description |
---|---|
static ResponseBuilder |
ResponseBuilder.AttachmentBuilder.createAttachmentBuilder(ParameterImpl param,
ValueSetter setter)
Creates an AttachmentBuilder based on the parameter type
|
abstract ValueSetter |
ValueSetterFactory.get(ParameterImpl p) |
ValueSetter |
ValueSetterFactory.AsyncBeanValueSetterFactory.get(ParameterImpl p) |
Constructor and Description |
---|
Header(SOAPVersion soapVersion,
ParameterImpl param,
ValueSetter setter) |
Modifier and Type | Class and Description |
---|---|
class |
WrapperParameter
ParameterImpl that represents a wrapper,
which is a parameter that consists of multiple nested ParameterImpl s
within, which together form a body part. |
Modifier and Type | Field and Description |
---|---|
protected List<ParameterImpl> |
WrapperParameter.wrapperChildren |
Modifier and Type | Method and Description |
---|---|
List<ParameterImpl> |
JavaMethodImpl.getRequestParameters() |
List<ParameterImpl> |
JavaMethodImpl.getResponseParameters() |
List<ParameterImpl> |
WrapperParameter.getWrapperChildren() |
Modifier and Type | Method and Description |
---|---|
void |
WrapperParameter.addWrapperChild(ParameterImpl wrapperChild)
Adds a new child parameter.
|
Modifier and Type | Field and Description |
---|---|
protected ParameterImpl |
EndpointArgumentsBuilder.AttachmentBuilder.param |
protected ParameterImpl |
MessageFiller.AttachmentFiller.param |
Modifier and Type | Method and Description |
---|---|
static EndpointArgumentsBuilder |
EndpointArgumentsBuilder.AttachmentBuilder.createAttachmentBuilder(ParameterImpl param,
EndpointValueSetter setter)
Creates an AttachmentBuilder based on the parameter type
|
static MessageFiller |
MessageFiller.AttachmentFiller.createAttachmentFiller(ParameterImpl param,
ValueGetter getter)
Creates an MessageFiller based on the parameter type
|
static EndpointValueSetter |
EndpointValueSetter.get(ParameterImpl p)
Returns a
EndpointValueSetter suitable for the given Parameter . |
static ValueGetter |
ValueGetter.get(ParameterImpl p)
Returns a
ValueGetter suitable for the given Parameter . |
Constructor and Description |
---|
AttachmentFiller(ParameterImpl param,
ValueGetter getter) |
Bare(ParameterImpl p,
SOAPVersion soapVersion)
Creates a
EndpointResponseMessageBuilder from a bare parameter. |
Header(SOAPVersion soapVersion,
ParameterImpl param,
EndpointValueSetter setter) |
Modifier and Type | Method and Description |
---|---|
protected List<ParameterImpl> |
WSDLGenerator.sortMethodParameters(JavaMethodImpl method)
Sorts the parameters for the method by their position
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
WSDLGenerator.isAttachmentParameter(ParameterImpl parameter) |
protected boolean |
WSDLGenerator.isBodyParameter(ParameterImpl parameter)
Determines if a parameter is associated with the message Body
|
protected boolean |
WSDLGenerator.isHeaderParameter(ParameterImpl parameter) |
Modifier and Type | Method and Description |
---|---|
protected void |
WSDLGenerator.generateSOAP12Headers(com.sun.xml.txw2.TypedXmlWriter writer,
List<ParameterImpl> parameters,
QName message) |
protected void |
WSDLGenerator.generateSOAPHeaders(com.sun.xml.txw2.TypedXmlWriter writer,
List<ParameterImpl> parameters,
QName message) |
protected void |
WSDLGenerator.splitParameters(List<ParameterImpl> bodyParams,
List<ParameterImpl> headerParams,
List<ParameterImpl> params) |
protected void |
WSDLGenerator.splitParameters(List<ParameterImpl> bodyParams,
List<ParameterImpl> headerParams,
List<ParameterImpl> params) |
protected void |
WSDLGenerator.splitParameters(List<ParameterImpl> bodyParams,
List<ParameterImpl> headerParams,
List<ParameterImpl> params) |
Copyright © 2015 Oracle Corporation. All rights reserved.