Package | Description |
---|---|
org.jboss.wise.core.client | |
org.jboss.wise.core.client.impl.reflection | |
org.jboss.wise.core.mapper |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
InvocationResult.getMappedResult(WiseMapper mapper)
Apply WiseMapper provided with to returned Object as defined in
wsdl/wiseconsume generated objects.
|
Map<String,Object> |
InvocationResult.getMapRequestAndResult(WiseMapper mapper,
Map<String,Object> inputMap)
Apply WiseMapper provided to returned Object as defined in
wsdl/wiseconsume generated objects.
|
InvocationResult |
WSMethod.invoke(Object args)
Invokes this method with the provided arguments
|
InvocationResult |
WSMethod.invoke(Object args,
WiseMapper mapper)
Invokes this method with the provided arguments applying provided mapper
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
InvocationResultImpl.getMappedResult(WiseMapper mapper)
Apply WiseMapper provided with to returned Object as defined in
wsdl/wiseconsume generated objects.
|
Map<String,Object> |
InvocationResultImpl.getMapRequestAndResult(WiseMapper mapper,
Map<String,Object> inputMap)
Apply WiseMapper provided to returned Object as defined in
wsdl/wiseconsume generated objects.
|
InvocationResult |
WSMethodImpl.invoke(Object args)
Invokes this method with the provided arguments
|
InvocationResultImpl |
WSMethodImpl.invoke(Object args,
WiseMapper mapper)
Invokes this method with the provided arguments applying provided mapper
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
SmooksMapper.applyMapping(Object originalObjects)
apply this mapping to original object
|
Map<String,Object> |
WiseMapper.applyMapping(Object originalObjects)
apply this mapping to original object
|
Copyright © 2008–2015 JBoss.org. All rights reserved.