|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis.wsdl.SkeletonImpl
Provides Base function implementation for the Skeleton interface
Constructor Summary | |
SkeletonImpl()
Constructor |
Method Summary | |
void |
add(String operation,
javax.xml.namespace.QName[] names,
javax.xml.rpc.ParameterMode[] modes,
String inputNamespace,
String outputNamespace,
String soapAction)
Add operation name and vector containing return and parameter names. |
void |
add(String operation,
String[] names,
javax.xml.rpc.ParameterMode[] modes,
String inputNamespace,
String outputNamespace,
String soapAction)
Convenience method which allows passing an array of Strings which will be converted into QNames with no namespace. |
String |
getInputNamespace(String operationName)
Used to return the namespace of the input clause of the given operation. |
String |
getOutputNamespace(String operationName)
Used to return the namespace of the output clause of the given operation. |
javax.xml.rpc.ParameterMode |
getParameterMode(String operationName,
int n)
Used to return the mode of the n-th parameter of the specified operation. |
javax.xml.namespace.QName |
getParameterName(String operationName,
int n)
Used to return the name of the n-th parameter of the specified operation. |
String |
getSOAPAction(String operationName)
Used to return the SOAPAction of the given operation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SkeletonImpl()
Method Detail |
public void add(String operation, javax.xml.namespace.QName[] names, javax.xml.rpc.ParameterMode[] modes, String inputNamespace, String outputNamespace, String soapAction)
public void add(String operation, String[] names, javax.xml.rpc.ParameterMode[] modes, String inputNamespace, String outputNamespace, String soapAction)
public javax.xml.namespace.QName getParameterName(String operationName, int n)
public javax.xml.rpc.ParameterMode getParameterMode(String operationName, int n)
public String getInputNamespace(String operationName)
public String getOutputNamespace(String operationName)
public String getSOAPAction(String operationName)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |