public interface ParameterDescription
ParameternDescription details
CORRESPONDS TO: A parameter to a method on an SEI (on both Client and Server)
AXIS2 DELEGATE: None
CHILDREN: None
ANNOTATIONS:
WebParam [181]
WSDL ELEMENTS:
message parts
| Modifier and Type | Method and Description |
|---|---|
AttachmentDescription |
getAttachmentDescription() |
javax.jws.WebParam.Mode |
getMode() |
OperationDescription |
getOperationDescription() |
java.lang.Class |
getParameterActualType() |
java.lang.String |
getParameterName() |
java.lang.Class |
getParameterType() |
java.lang.String |
getPartName() |
java.lang.String |
getTargetNamespace() |
boolean |
isHeader() |
boolean |
isHolderType() |
boolean |
isListType() |
OperationDescription getOperationDescription()
java.lang.String getParameterName()
java.lang.String getTargetNamespace()
java.lang.String getPartName()
boolean isHolderType()
boolean isListType()
java.lang.Class getParameterType()
java.lang.Class getParameterActualType()
boolean isHeader()
javax.jws.WebParam.Mode getMode()
AttachmentDescription getAttachmentDescription()
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.