Package | Description |
---|---|
javax.xml.rpc | |
org.apache.axis.client | |
org.apache.axis.wsdl |
Modifier and Type | Field and Description |
---|---|
static ParameterMode |
ParameterMode.IN
The mode is 'IN'.
|
static ParameterMode |
ParameterMode.INOUT
The mode is 'INOUT'.
|
static ParameterMode |
ParameterMode.OUT
The mode is 'OUT'.
|
Modifier and Type | Method and Description |
---|---|
void |
Call.addParameter(String paramName,
QName xmlType,
Class javaType,
ParameterMode parameterMode)
Adds a parameter type and mode for a specific operation.
|
void |
Call.addParameter(String paramName,
QName xmlType,
ParameterMode parameterMode)
Adds a parameter type and mode for a specific operation.
|
Modifier and Type | Method and Description |
---|---|
void |
Call.addParameter(QName paramName,
QName xmlType,
Class javaType,
ParameterMode parameterMode)
Adds the specified parameter to the list of parameters for the
operation associated with this Call object.
|
void |
Call.addParameter(QName paramName,
QName xmlType,
ParameterMode parameterMode)
Adds the specified parameter to the list of parameters for the
operation associated with this Call object.
|
void |
Call.addParameter(String paramName,
QName xmlType,
Class javaType,
ParameterMode parameterMode)
Adds a parameter type and mode for a specific operation.
|
void |
Call.addParameter(String paramName,
QName xmlType,
ParameterMode parameterMode)
Adds the specified parameter to the list of parameters for the
operation associated with this Call object.
|
void |
Call.addParameterAsHeader(QName paramName,
QName xmlType,
Class javaType,
ParameterMode parameterMode,
ParameterMode headerMode)
Adds a parameter type as a soap:header.
|
void |
Call.addParameterAsHeader(QName paramName,
QName xmlType,
ParameterMode parameterMode,
ParameterMode headerMode)
Adds a parameter type as a soap:header.
|
Modifier and Type | Method and Description |
---|---|
ParameterMode |
SkeletonImpl.getParameterMode(String operationName,
int n)
Used to return the mode of the n-th parameter of the specified
operation.
|
Modifier and Type | Method and Description |
---|---|
void |
SkeletonImpl.add(String operation,
QName[] names,
ParameterMode[] modes,
String inputNamespace,
String outputNamespace,
String soapAction)
Add operation name and vector containing return and parameter names.
|
void |
SkeletonImpl.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.
|
Copyright © The Apache Software Foundation. All Rights Reserved.