org.apache.axis.wsdl
Interface Skeleton
- All Known Implementing Classes:
- SkeletonImpl
- public interface Skeleton
Interface for WSDL2Java generated skeletons
Method Summary |
ParameterMode |
getParameterMode(java.lang.String operationName,
int n)
Used to return the mode of the n-th parameter of the specified
operation. |
QName |
getParameterName(java.lang.String operationName,
int n)
Used to return the name of the n-th parameter of the specified
operation. |
getParameterName
public QName getParameterName(java.lang.String operationName,
int n)
- Used to return the name of the n-th parameter of the specified
operation. Use n=-1 to get the return value.
Returns null if problems occur or the parameter is not known.
getParameterMode
public ParameterMode getParameterMode(java.lang.String operationName,
int n)
- Used to return the mode of the n-th parameter of the specified
operation. Use -1 to get the return mode.
Returns null if problems occur or the parameter is not known.
Copyright © 2001 Apache XML Project. All Rights Reserved.