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() |
Class |
getParameterActualType() |
String |
getParameterName() |
Class |
getParameterType() |
String |
getPartName() |
String |
getTargetNamespace() |
boolean |
isHeader() |
boolean |
isHolderType() |
boolean |
isListType() |
OperationDescription getOperationDescription()
String getParameterName()
String getTargetNamespace()
String getPartName()
boolean isHolderType()
boolean isListType()
Class getParameterType()
Class getParameterActualType()
boolean isHeader()
javax.jws.WebParam.Mode getMode()
AttachmentDescription getAttachmentDescription()
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.