| Modifier and Type | Method and Description |
|---|---|
JavaParameter |
JavaMethod.getParameter(String paramName) |
| Modifier and Type | Method and Description |
|---|---|
List<JavaParameter> |
JavaMethod.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaMethod.addParameter(JavaParameter param) |
| Modifier and Type | Method and Description |
|---|---|
protected JavaParameter |
ParameterProcessor.addParameter(MessagePartInfo mpart,
JavaMethod method,
JavaParameter parameter) |
JavaParameter |
ParameterProcessor.addParameterFromBinding(JavaMethod method,
MessagePartInfo part,
JavaType.Style style)
This method will be used by binding processor to change existing
generated java method of porttype
|
| Modifier and Type | Method and Description |
|---|---|
protected JavaParameter |
ParameterProcessor.addParameter(MessagePartInfo mpart,
JavaMethod method,
JavaParameter parameter) |
| Constructor and Description |
|---|
WrapperAnnotator(JavaParameter request,
JavaParameter response) |
| Modifier and Type | Method and Description |
|---|---|
static JavaParameter |
ParameterMapper.map(JavaMethod jm,
MessagePartInfo part,
JavaType.Style style,
ToolContext context) |
Apache CXF