| java.lang.Object org.apache.axis2.jaxws.description.impl.ParameterDescriptionImpl
WebParam_Header_DEFAULT | final public static Boolean WebParam_Header_DEFAULT(Code) | | |
WebParam_TargetNamespace_DEFAULT | final public static String WebParam_TargetNamespace_DEFAULT(Code) | | |
getAnnoWebParamHeader | public boolean getAnnoWebParamHeader()(Code) | | |
getAnnoWebParamName | public String getAnnoWebParamName()(Code) | | |
getAnnoWebParamPartName | public String getAnnoWebParamPartName()(Code) | | |
getAnnoWebParamTargetNamespace | public String getAnnoWebParamTargetNamespace()(Code) | | |
getAttachmentDescription | public AttachmentDescription getAttachmentDescription()(Code) | | This method will return an AttachmentDescription based on the part name of the parameter.
|
getParameterActualType | public Class getParameterActualType()(Code) | | For a non-Holder type, returns the parameter class. For a Holder type, returns the class
of T.
|
getParameterType | public Class getParameterType()(Code) | | Returns the class associated with the parameter. Note that for the JAX-WS Holder type,
you can use getParameterActualType() to get the class associated with T.
|
isHeader | public boolean isHeader()(Code) | | |
isHolderType | public boolean isHolderType()(Code) | | Answer whether this ParameterDescription represents a JAX-WS Holder type.
|
isListType | public boolean isListType()(Code) | | |
|
|