Uses of Class
com.sun.xml.ws.model.ParameterImpl
-
Packages that use ParameterImpl Package Description com.sun.xml.ws.client.sei SEIStuband its supporting code.com.sun.xml.ws.model com.sun.xml.ws.server.sei com.sun.xml.ws.spi.db 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 Modifier and Type Field Description protected ParameterImplResponseBuilder.AttachmentBuilder. paramMethods in com.sun.xml.ws.client.sei with parameters of type ParameterImpl Modifier and Type Method Description static ResponseBuilderResponseBuilder.AttachmentBuilder. createAttachmentBuilder(ParameterImpl param, ValueSetter setter)Creates an AttachmentBuilder based on the parameter typeValueSetterValueSetterFactory.AsyncBeanValueSetterFactory. get(ParameterImpl p)abstract ValueSetterValueSetterFactory. get(ParameterImpl p)Constructors in com.sun.xml.ws.client.sei with parameters of type ParameterImpl Constructor Description 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 Modifier and Type Class Description classWrapperParameterParameterImplthat represents a wrapper, which is a parameter that consists of multiple nestedParameterImpls within, which together form a body part.Fields in com.sun.xml.ws.model with type parameters of type ParameterImpl Modifier and Type Field Description protected List<ParameterImpl>WrapperParameter. wrapperChildrenMethods in com.sun.xml.ws.model that return types with arguments of type ParameterImpl Modifier and Type Method Description List<ParameterImpl>JavaMethodImpl. getRequestParameters()List<ParameterImpl>JavaMethodImpl. getResponseParameters()List<ParameterImpl>WrapperParameter. getWrapperChildren()Methods in com.sun.xml.ws.model with parameters of type ParameterImpl Modifier and Type Method Description voidWrapperParameter. 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 Modifier and Type Field Description protected ParameterImplEndpointArgumentsBuilder.AttachmentBuilder. paramprotected ParameterImplMessageFiller.AttachmentFiller. paramFields in com.sun.xml.ws.server.sei with type parameters of type ParameterImpl Modifier and Type Field Description protected List<ParameterImpl>EndpointResponseMessageBuilder.Wrapped. childrenUsed for error diagnostics.protected List<ParameterImpl>EndpointResponseMessageBuilder.Wrapped. childrenUsed for error diagnostics.Methods in com.sun.xml.ws.server.sei with parameters of type ParameterImpl Modifier and Type Method Description static EndpointArgumentsBuilderEndpointArgumentsBuilder.AttachmentBuilder. createAttachmentBuilder(ParameterImpl param, EndpointValueSetter setter)Creates an AttachmentBuilder based on the parameter typestatic MessageFillerMessageFiller.AttachmentFiller. createAttachmentFiller(ParameterImpl param, ValueGetter getter)Creates an MessageFiller based on the parameter typestatic EndpointValueSetterEndpointValueSetter. get(ParameterImpl p)Returns aEndpointValueSettersuitable for the givenParameter.static ValueGetterValueGetter. get(ParameterImpl p)Returns aValueGettersuitable for the givenParameter.Constructors in com.sun.xml.ws.server.sei with parameters of type ParameterImpl Constructor Description AttachmentFiller(ParameterImpl param, ValueGetter getter)Bare(ParameterImpl p, SOAPVersion soapVersion)Creates aEndpointResponseMessageBuilderfrom a bare parameter.Header(SOAPVersion soapVersion, ParameterImpl param, EndpointValueSetter setter) -
Uses of ParameterImpl in com.sun.xml.ws.spi.db
Methods in com.sun.xml.ws.spi.db with parameters of type ParameterImpl Modifier and Type Method Description protected voidServiceArtifactSchemaGenerator. addChild(ExplicitGroup sq, ParameterImpl param)protected StringServiceArtifactSchemaGenerator. bodyParamNS(ParameterImpl p) -
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 Modifier and Type Method Description protected List<ParameterImpl>WSDLGenerator. sortMethodParameters(JavaMethodImpl method)Sorts the parameters for the method by their positionMethods in com.sun.xml.ws.wsdl.writer with parameters of type ParameterImpl Modifier and Type Method Description protected booleanWSDLGenerator. isAttachmentParameter(ParameterImpl parameter)protected booleanWSDLGenerator. isBodyParameter(ParameterImpl parameter)Determines if a parameter is associated with the message Bodyprotected booleanWSDLGenerator. isHeaderParameter(ParameterImpl parameter)Method parameters in com.sun.xml.ws.wsdl.writer with type arguments of type ParameterImpl Modifier and Type Method Description protected voidWSDLGenerator. generateSOAP12Headers(TypedXmlWriter writer, List<ParameterImpl> parameters, QName message)protected voidWSDLGenerator. generateSOAPHeaders(TypedXmlWriter writer, List<ParameterImpl> parameters, QName message)protected voidWSDLGenerator. splitParameters(List<ParameterImpl> bodyParams, List<ParameterImpl> headerParams, List<ParameterImpl> params)
-