Package | Description |
---|---|
org.jboss.wise.core.client | |
org.jboss.wise.core.client.impl.reflection |
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
|
void |
WSMethod.writeRequestPreview(Map<String,Object> args,
OutputStream os)
Generates and writes a preview of the request message for invoking this
method with the provided arguments.
|
Modifier and Type | Method and Description |
---|---|
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
|
void |
WSMethodImpl.writeRequestPreview(Map<String,Object> args,
OutputStream os) |
Copyright © 2008–2014 JBoss.org. All rights reserved.