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,
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.
|
InvocationResultImpl |
WSMethodImpl.invoke(Object args,
WiseMapper mapper)
Invokes this method with the provided arguments applying provided mapper
|
Modifier and Type | Method and Description |
---|---|
InvocationResult |
RSDynamicClient.invoke(byte[] request,
WiseMapper mapper)
Invoke JAXRS service.
|
InvocationResult |
RSDynamicClient.invoke(InputStream request,
WiseMapper mapper)
Invoke JAXRS service.
|
InvocationResult |
RSDynamicClient.invoke(Map<String,Object> inputObjects,
WiseMapper mapper)
Invoke JAXRS service.
|
InvocationResult |
RSDynamicClient.invoke(String request,
WiseMapper mapper)
Invoke JAXRS service.
|
Modifier and Type | Method and Description |
---|---|
InvocationResult |
RSDynamicClientImpl.invoke(byte[] request,
WiseMapper mapper) |
InvocationResult |
RSDynamicClientImpl.invoke(File request,
WiseMapper mapper) |
InvocationResult |
RSDynamicClientImpl.invoke(InputStream request,
WiseMapper mapper) |
InvocationResult |
RSDynamicClientImpl.invoke(Map<String,Object> inputObjects,
WiseMapper mapper) |
InvocationResult |
RSDynamicClientImpl.invoke(org.apache.commons.httpclient.methods.RequestEntity requestEntity,
WiseMapper mapper) |
InvocationResult |
RSDynamicClientImpl.invoke(String request,
WiseMapper mapper) |
Modifier and Type | Class and Description |
---|---|
class |
SmooksMapper
A WiseMapper based on smooks
|
Copyright © 2008–2014 JBoss.org. All rights reserved.