Package | Description |
---|---|
javax.xml.rpc | |
org.jboss.ws.core.jaxrpc.client | |
org.jboss.ws.metadata.umdm |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
CallImpl.addParameter(QName xmlName,
QName xmlType,
Class javaType,
ParameterMode mode,
boolean inHeader)
Add a parameter to the current operation description.
|
void |
CallImpl.addParameter(String paramName,
QName xmlType,
Class javaType,
ParameterMode mode)
Adds a parameter type and mode for a specific operation.
|
void |
CallImpl.addParameter(String paramName,
QName xmlType,
ParameterMode parameterMode)
Adds a parameter type and mode for a specific operation.
|
Modifier and Type | Method and Description |
---|---|
ParameterMode |
ParameterMetaData.getMode() |
Modifier and Type | Method and Description |
---|---|
void |
ParameterMetaData.setMode(ParameterMode mode) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.