Package | Description |
---|---|
javax.xml.rpc |
Modifier and Type | Field and Description |
---|---|
static ParameterMode |
ParameterMode.IN |
static ParameterMode |
ParameterMode.INOUT |
static ParameterMode |
ParameterMode.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.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.