Uses of Class
com.sun.xml.ws.model.ParameterImpl
-
Packages that use ParameterImpl Package Description com.sun.xml.ws.model com.sun.xml.ws.spi.db com.sun.xml.ws.wsdl.writer -
-
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.spi.db
Methods in com.sun.xml.ws.spi.db with parameters of type ParameterImpl Modifier and Type Method Description protected voidServiceArtifactSchemaGenerator. addChild(com.sun.xml.bind.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 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(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)
-