|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParameterImpl | |
|---|---|
| com.sun.xml.ws.client.sei | |
| com.sun.xml.ws.model | |
| com.sun.xml.ws.server.sei | |
| com.sun.xml.ws.wsdl.writer | |
| Uses of ParameterImpl in com.sun.xml.ws.client.sei |
|---|
| Fields in com.sun.xml.ws.client.sei declared as ParameterImpl | |
|---|---|
protected ParameterImpl |
ResponseBuilder.AttachmentBuilder.param
|
| Methods in com.sun.xml.ws.client.sei with parameters of type ParameterImpl | |
|---|---|
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)
|
| Constructors in com.sun.xml.ws.client.sei with parameters of type ParameterImpl | |
|---|---|
ResponseBuilder.Header(SOAPVersion soapVersion,
ParameterImpl param,
ValueSetter setter)
|
|
| Uses of ParameterImpl in com.sun.xml.ws.model |
|---|
| Subclasses of ParameterImpl in com.sun.xml.ws.model | |
|---|---|
class |
WrapperParameter
ParameterImpl that represents a wrapper,
which is a parameter that consists of multiple nested ParameterImpls
within, which together form a body part. |
| Fields in com.sun.xml.ws.model with type parameters of type ParameterImpl | |
|---|---|
protected List<ParameterImpl> |
WrapperParameter.wrapperChildren
|
| Methods in com.sun.xml.ws.model that return types with arguments of type ParameterImpl | |
|---|---|
List<ParameterImpl> |
JavaMethodImpl.getRequestParameters()
|
List<ParameterImpl> |
JavaMethodImpl.getResponseParameters()
|
List<ParameterImpl> |
WrapperParameter.getWrapperChildren()
|
| Methods in com.sun.xml.ws.model with parameters of type ParameterImpl | |
|---|---|
void |
WrapperParameter.addWrapperChild(ParameterImpl wrapperChild)
Adds a new child parameter. |
| Uses of ParameterImpl in com.sun.xml.ws.server.sei |
|---|
| Fields in com.sun.xml.ws.server.sei declared as ParameterImpl | |
|---|---|
protected ParameterImpl |
EndpointArgumentsBuilder.AttachmentBuilder.param
|
protected ParameterImpl |
MessageFiller.AttachmentFiller.param
|
| Methods in com.sun.xml.ws.server.sei with parameters of type ParameterImpl | |
|---|---|
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. |
| Constructors in com.sun.xml.ws.server.sei with parameters of type ParameterImpl | |
|---|---|
EndpointArgumentsBuilder.Header(SOAPVersion soapVersion,
ParameterImpl param,
EndpointValueSetter setter)
|
|
EndpointResponseMessageBuilder.Bare(ParameterImpl p,
SOAPVersion soapVersion)
Creates a EndpointResponseMessageBuilder from a bare parameter. |
|
MessageFiller.AttachmentFiller(ParameterImpl param,
ValueGetter getter)
|
|
| Uses of ParameterImpl in com.sun.xml.ws.wsdl.writer |
|---|
| Methods in com.sun.xml.ws.wsdl.writer that return types with arguments of type ParameterImpl | |
|---|---|
protected List<ParameterImpl> |
WSDLGenerator.sortMethodParameters(JavaMethodImpl method)
Sorts the parameters for the method by their position |
| Methods in com.sun.xml.ws.wsdl.writer with parameters of type ParameterImpl | |
|---|---|
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)
|
| Method parameters in com.sun.xml.ws.wsdl.writer with type arguments of type ParameterImpl | |
|---|---|
protected void |
WSDLGenerator.generateSOAP12Headers(TypedXmlWriter writer,
List<ParameterImpl> parameters,
QName message)
|
protected void |
WSDLGenerator.generateSOAPHeaders(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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||