Uses of Class
com.sun.xml.ws.model.ParameterImpl
Packages that use ParameterImpl
-
Uses of ParameterImpl in com.sun.xml.ws.client.sei
Fields in com.sun.xml.ws.client.sei declared as ParameterImplModifier and TypeFieldDescriptionprotected final ParameterImplResponseBuilder.AttachmentBuilder.paramMethods in com.sun.xml.ws.client.sei with parameters of type ParameterImplModifier and TypeMethodDescriptionstatic ResponseBuilderResponseBuilder.AttachmentBuilder.createAttachmentBuilder(ParameterImpl param, ValueSetter setter) Creates an AttachmentBuilder based on the parameter typeValueSetterFactory.AsyncBeanValueSetterFactory.get(ParameterImpl p) abstract ValueSetterValueSetterFactory.get(ParameterImpl p) Constructors in com.sun.xml.ws.client.sei with parameters of type ParameterImplModifierConstructorDescriptionHeader(SOAPVersion soapVersion, ParameterImpl param, ValueSetter setter) -
Uses of ParameterImpl in com.sun.xml.ws.model
Subclasses of ParameterImpl in com.sun.xml.ws.modelModifier and TypeClassDescriptionclassParameterImplthat 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 ParameterImplModifier and TypeFieldDescriptionprotected final List<ParameterImpl>WrapperParameter.wrapperChildrenMethods in com.sun.xml.ws.model that return types with arguments of type ParameterImplModifier and TypeMethodDescriptionJavaMethodImpl.getRequestParameters()JavaMethodImpl.getResponseParameters()WrapperParameter.getWrapperChildren()Methods in com.sun.xml.ws.model with parameters of type ParameterImplModifier and TypeMethodDescriptionvoidWrapperParameter.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 ParameterImplModifier and TypeFieldDescriptionprotected final ParameterImplEndpointArgumentsBuilder.AttachmentBuilder.paramprotected final ParameterImplMessageFiller.AttachmentFiller.paramFields in com.sun.xml.ws.server.sei with type parameters of type ParameterImplModifier and TypeFieldDescriptionprotected 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 ParameterImplModifier and TypeMethodDescriptionstatic 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 ParameterImplModifierConstructorDescriptionprotectedAttachmentFiller(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 ParameterImplModifier and TypeMethodDescriptionprotected voidServiceArtifactSchemaGenerator.addChild(org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.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 ParameterImplModifier and TypeMethodDescriptionprotected 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 ParameterImplModifier and TypeMethodDescriptionprotected 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 ParameterImplModifier and TypeMethodDescriptionprotected voidWSDLGenerator.generateSOAP12Headers(com.sun.xml.txw2.TypedXmlWriter writer, List<ParameterImpl> parameters, QName message) protected voidWSDLGenerator.generateSOAPHeaders(com.sun.xml.txw2.TypedXmlWriter writer, List<ParameterImpl> parameters, QName message) protected voidWSDLGenerator.splitParameters(List<ParameterImpl> bodyParams, List<ParameterImpl> headerParams, List<ParameterImpl> params)