Uses of Class
javax.xml.rpc.ParameterMode
Packages that use ParameterMode
-
Uses of ParameterMode in javax.xml.rpc
Fields in javax.xml.rpc declared as ParameterModeModifier and TypeFieldDescriptionstatic final ParameterMode
ParameterMode.IN
The mode is 'IN'.static final ParameterMode
ParameterMode.INOUT
The mode is 'INOUT'.static final ParameterMode
ParameterMode.OUT
The mode is 'OUT'.Methods in javax.xml.rpc with parameters of type ParameterModeModifier and TypeMethodDescriptionvoid
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. -
Uses of ParameterMode in org.apache.axis.client
Methods in org.apache.axis.client with parameters of type ParameterModeModifier and TypeMethodDescriptionvoid
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.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.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. -
Uses of ParameterMode in org.apache.axis.wsdl
Methods in org.apache.axis.wsdl that return ParameterModeModifier and TypeMethodDescriptionSkeletonImpl.getParameterMode
(String operationName, int n) Used to return the mode of the n-th parameter of the specified operation.Methods in org.apache.axis.wsdl with parameters of type ParameterModeModifier and TypeMethodDescriptionvoid
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.