Package | Description |
---|---|
javax.xml.rpc |
This package contains the core JAX-RPC APIs for the client
programming model.
|
Modifier and Type | Field and Description |
---|---|
static ParameterMode |
ParameterMode.IN
IN mode for parameter passing
|
static ParameterMode |
ParameterMode.INOUT
INOUT mode for parameter passing
|
static ParameterMode |
ParameterMode.OUT
OUT mode for parameter passing
|
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.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.