@Immutable
public interface InvocationResult
getMapRequestAndResult(WiseMapper, Map)
methodsModifier and Type | Field and Description |
---|---|
static String |
HEADERS |
static String |
RESPONSE |
static String |
STATUS |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getMappedResult(WiseMapper mapper)
Apply WiseMapper provided with to returned Object as defined in
wsdl/wiseconsume generated objects.
|
Map<String,Object> |
getMapRequestAndResult(WiseMapper mapper,
Map<String,Object> inputMap)
Apply WiseMapper provided to returned Object as defined in
wsdl/wiseconsume generated objects.
|
Map<String,Object> |
getResult()
Return a Map containing objects returned by web service invocation.
|
static final String RESPONSE
static final String STATUS
static final String HEADERS
Map<String,Object> getMapRequestAndResult(WiseMapper mapper, Map<String,Object> inputMap) throws MappingException
mapper
- a WiseMapper used to map JAX-WS generated object returned by
method call to arbitrary custom object model. It could be null
to don't apply any kind of mappingsinputMap
- It's the map of input object used to give them together with
output. It's useful when they are needed by wise's client in
same classLoader used by smooks (i.e when wise is used to
enrich set of objects like in ESB action pipeline)MappingException
- rethrown exception got from provided WiseMapper
Map<String,Object> getMappedResult(WiseMapper mapper) throws MappingException
mapper
- a WiseMapper used to map JAX-WS generated object returned by
method call to arbitrary custom object model. It could be null
to don't apply any kind of mappingsMappingException
- rethrown exception got from provided WiseMapper
Map<String,Object> getResult()
Copyright © 2008–2014 JBoss.org. All rights reserved.