public class SkeletonImpl extends Object implements Skeleton
Constructor and Description |
---|
SkeletonImpl()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
add(String operation,
QName[] names,
ParameterMode[] modes,
String inputNamespace,
String outputNamespace,
String soapAction)
Add operation name and vector containing return and parameter names.
|
void |
add(String operation,
String[] names,
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.
|
ParameterMode |
getParameterMode(String operationName,
int n)
Used to return the mode of the n-th parameter of the specified
operation.
|
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.
|
public void add(String operation, QName[] names, ParameterMode[] modes, String inputNamespace, String outputNamespace, String soapAction)
operation
- names
- modes
- inputNamespace
- outputNamespace
- soapAction
- public void add(String operation, String[] names, ParameterMode[] modes, String inputNamespace, String outputNamespace, String soapAction)
operation
- names
- modes
- inputNamespace
- outputNamespace
- soapAction
- public QName getParameterName(String operationName, int n)
operationName
- n
- public ParameterMode getParameterMode(String operationName, int n)
operationName
- n
- public String getInputNamespace(String operationName)
operationName
- public String getOutputNamespace(String operationName)
operationName
- Copyright © The Apache Software Foundation. All Rights Reserved.