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 |
protected ParameterImpl |
MessageFiller.AttachmentFiller.param |
Modifier and Type | Field and Description |
---|---|
protected List<ParameterImpl> |
BodyBuilder.Wrapped.children
List of Parameters packed in the body.
|
Modifier and Type | Method and Description |
---|---|
static ResponseBuilder |
ResponseBuilder.AttachmentBuilder.createAttachmentBuilder(ParameterImpl param,
ValueSetter 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
|
abstract ValueSetter |
ValueSetterFactory.get(ParameterImpl p) |
ValueSetter |
ValueSetterFactory.AsyncBeanValueSetterFactory.get(ParameterImpl p) |
(package private) abstract ValueGetter |
ValueGetterFactory.get(ParameterImpl p) |
(package private) static ValueSetter |
ValueSetter.getSync(ParameterImpl p)
Returns a
ValueSetter suitable for the given Parameter . |
Constructor and Description |
---|
AsyncBeanValueSetter(ParameterImpl p,
Class wrapper) |
AttachmentBuilder(ParameterImpl param,
ValueSetter setter) |
AttachmentFiller(ParameterImpl param,
ValueGetter getter) |
Bare(ParameterImpl p,
SOAPVersion soapVersion,
ValueGetter getter)
Creates a
BodyBuilder from a bare parameter. |
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 |
---|---|
(package private) List<ParameterImpl> |
JavaMethodImpl.requestParams |
(package private) List<ParameterImpl> |
JavaMethodImpl.responseParams |
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 |
---|---|
(package private) void |
JavaMethodImpl.addParameter(ParameterImpl p) |
(package private) void |
JavaMethodImpl.addRequestParameter(ParameterImpl p) |
(package private) void |
JavaMethodImpl.addResponseParameter(ParameterImpl p) |
void |
WrapperParameter.addWrapperChild(ParameterImpl wrapperChild)
Adds a new child parameter.
|
Modifier and Type | Field and Description |
---|---|
protected ParameterImpl |
MessageFiller.AttachmentFiller.param |
protected ParameterImpl |
EndpointArgumentsBuilder.AttachmentBuilder.param |
Modifier and Type | Field and Description |
---|---|
protected List<ParameterImpl> |
EndpointResponseMessageBuilder.Wrapped.children
Used for error diagnostics.
|
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 ValueGetter |
ValueGetter.get(ParameterImpl p)
Returns a
ValueGetter suitable for the given Parameter . |
static EndpointValueSetter |
EndpointValueSetter.get(ParameterImpl p)
Returns a
EndpointValueSetter suitable for the given Parameter . |
Constructor and Description |
---|
AttachmentBuilder(ParameterImpl param,
EndpointValueSetter setter) |
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 (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.