Package | Description |
---|---|
org.jboss.wise.core.client | |
org.jboss.wise.core.client.impl.reflection | |
org.jboss.wise.core.client.jaxrs | |
org.jboss.wise.core.client.jaxrs.impl |
Modifier and Type | Method and Description |
---|---|
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 | Class and Description |
---|---|
class |
InvocationResultImpl
Holds the webservice's invocation result's data.
|
Modifier and Type | Method and Description |
---|---|
InvocationResult |
WSMethodImpl.invoke(Object args)
Invokes this method with the provided arguments
|
Modifier and Type | Method and Description |
---|---|
InvocationResult |
RSDynamicClient.invoke()
Invoke JAXRS service.
|
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() |
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) |
Copyright © 2008–2014 JBoss.org. All rights reserved.