Package com.sun.xml.ws.model
Class WrapperParameter
java.lang.Object
com.sun.xml.ws.model.ParameterImpl
com.sun.xml.ws.model.WrapperParameter
- All Implemented Interfaces:
Parameter
ParameterImpl that represents a wrapper,
which is a parameter that consists of multiple nested ParameterImpls
within, which together form a body part.
Java method parameters represented by nested ParameterImpls will be
packed into a "wrapper bean" and it becomes the ParameterImpl for the
body.
This parameter is only used for the ParameterBinding.BODY binding.
Other parameters that bind to other parts (such as headers or unbound)
will show up directly under JavaMethod.
- Author:
- Vivek Pandey
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWrapperParameter(JavaMethodImpl parent, TypeInfo typeRef, WebParam.Mode mode, int index) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddWrapperChild(ParameterImpl wrapperChild) Adds a new child parameter.voidclear()booleanDeprecated.Why are you calling a method that always return true?Methods inherited from class com.sun.xml.ws.model.ParameterImpl
getBinding, getHolderValue, getInBinding, getIndex, getInlinedRepeatedElementBridge, getItemType, getMode, getName, getOutBinding, getOwner, getParent, getPartName, getTypeInfo, getTypeReference, getXMLBridge, isIN, isINOUT, isOUT, isResponse, isReturnValue, setBinding, setInBinding, setOutBinding, setPartName
-
Field Details
-
wrapperChildren
-
-
Constructor Details
-
WrapperParameter
-
-
Method Details
-
isWrapperStyle
Deprecated.Why are you calling a method that always return true?- Specified by:
isWrapperStylein interfaceParameter- Overrides:
isWrapperStylein classParameterImpl- Returns:
- true if
this instanceofWrapperParameter.
-
getWrapperChildren
- Returns:
- Returns the wrapperChildren.
-
addWrapperChild
Adds a new child parameter. -
clear
public void clear()
-