Uses of Class
com.sun.xml.ws.model.ParameterImpl

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 MessageFiller.AttachmentFiller.param
           
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
static MessageFiller MessageFiller.AttachmentFiller.createAttachmentFiller(ParameterImpl param, ValueGetter getter)
          Creates an MessageFiller based on the parameter type
(package private) abstract  ValueGetter ValueGetterFactory.get(ParameterImpl p)
           
(package private) abstract  ValueSetter ValueSetterFactory.get(ParameterImpl p)
           
(package private)  ValueSetter ValueSetterFactory.AsyncBeanValueSetterFactory.get(ParameterImpl p)
           
(package private) static ValueSetter ValueSetter.getSync(ParameterImpl p)
          Returns a ValueSetter suitable for the given Parameter.
 

Constructors in com.sun.xml.ws.client.sei with parameters of type ParameterImpl
BodyBuilder.Bare(ParameterImpl p, SOAPVersion soapVersion, ValueGetter getter)
          Creates a BodyBuilder from a bare parameter.
MessageFiller.AttachmentFiller(ParameterImpl param, ValueGetter getter)
           
ResponseBuilder.AttachmentBuilder(ParameterImpl param, ValueSetter setter)
           
ResponseBuilder.Header(SOAPVersion soapVersion, ParameterImpl param, ValueSetter setter)
           
ValueSetter.AsyncBeanValueSetter(ParameterImpl p, Class wrapper)
           
 

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
(package private)  List<ParameterImpl> JavaMethodImpl.requestParams
           
(package private)  List<ParameterImpl> JavaMethodImpl.responseParams
           
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
(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.
 

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.
(package private) 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.AttachmentBuilder(ParameterImpl param, EndpointValueSetter setter)
           
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(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)