| java.lang.Object org.apache.axis2.jaxws.description.builder.ParameterDescriptionComposite
ParameterDescriptionComposite | public class ParameterDescriptionComposite (Code) | | |
ParameterDescriptionComposite | public ParameterDescriptionComposite()(Code) | | |
getHolderActualType | public String getHolderActualType()(Code) | | |
getHolderActualTypeClass | public Class getHolderActualTypeClass()(Code) | | For JAX-WS Holder, returns the class associated with T. For non-JAX-WS Holders returns
null.
|
getListOrder | public int getListOrder()(Code) | | Returns the webServiceContextAnnot. |
getParameterType | public String getParameterType()(Code) | | Returns the String descrbing this Parameter type. Note that this string is unparsed. For
example, if it represents a java.util.List, then that excact string will be
returned, i.e. "java.util.List". You can use other methods to retrieve parsed
values for Generics and Holders. For example, getParameterTypeClass(), getRawType(),
getHolderActualType(), and getHolderActualTypeClass().
Returns the parameterType. |
getParameterTypeClass | public Class getParameterTypeClass()(Code) | | Returns the class associated with the Parameter. Note that if this is a generic (including a
JAXWS Holder) then the class associated with the raw type is returned (i.e. Holder.class).
For a JAX-WS Holder, use getHolderActualType(...) to get the class associated with T.
Returns the parameterTypeClass. |
isHolderType | public boolean isHolderType()(Code) | | |
isListType | public boolean isListType()(Code) | | |
setIsListType | public void setIsListType(boolean isListType)(Code) | | |
setListOrder | public void setListOrder(int listOrder)(Code) | | Parameters: webServiceContextAnnot - The webServiceContextAnnot to set. |
setMethodDescriptionCompositeRef | public void setMethodDescriptionCompositeRef(MethodDescriptionComposite mdc)(Code) | | Parameters: mdc - The parent MethodDescriptionComposite to set. |
setParameterType | public void setParameterType(String parameterType)(Code) | | Parameters: parameterType - The parameterType to set. |
setWebParamAnnot | public void setWebParamAnnot(WebParamAnnot webParamAnnot)(Code) | | Parameters: webParamAnnot - The webParamAnnot to set. |
setWebServiceContextAnnot | public void setWebServiceContextAnnot(WebServiceContextAnnot webServiceContextAnnot)(Code) | | Parameters: webServiceContextAnnot - The webServiceContextAnnot to set. |
setWebServiceRefAnnot | public void setWebServiceRefAnnot(WebServiceRefAnnot webServiceRefAnnot)(Code) | | Parameters: webServiceRefAnnot - The webServiceRefAnnot to set. |
toString | public String toString()(Code) | | Convenience method for unit testing. We will print all of the data members here.
|
|
|