Frames | No Frames |
Methods with parameter type javax.xml.rpc.ParameterMode | |
void | Adds a parameter type and mode for a specific operation. |
void | Adds the specified parameter to the list of parameters for the
operation associated with this Call object. |
void | Adds the specified parameter to the list of parameters for the
operation associated with this Call object. |
void | 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. |
Fields of type javax.xml.rpc.ParameterMode | |
ParameterMode | The mode is 'IN'. |
ParameterMode | The mode is 'INOUT'. |
ParameterMode | The mode is 'OUT'. |
Methods with parameter type javax.xml.rpc.ParameterMode | |
void | Adds a parameter type and mode for a specific operation. |
void | Adds a parameter type and mode for a specific operation. |
Methods with parameter type javax.xml.rpc.ParameterMode | |
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. |
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. |
Methods with return type javax.xml.rpc.ParameterMode | |
ParameterMode | SkeletonImpl.getParameterMode(String operationName, int n) Used to return the mode of the n-th parameter of the specified
operation. |