Package | Description |
---|---|
org.switchyard.remote | |
org.switchyard.remote.http |
Modifier and Type | Method and Description |
---|---|
RemoteMessage |
RemoteInvoker.invoke(RemoteMessage request)
Invoke a remote service using the specified RemoteMessage.
|
RemoteMessage |
RemoteMessage.setContent(Object content)
Specifies the content for the invocation.
|
RemoteMessage |
RemoteMessage.setDomain(QName domain)
Specifies the name of the domain for the invocation.
|
RemoteMessage |
RemoteMessage.setFault(boolean isFault)
Specifies whether this remote message represents a fault.
|
RemoteMessage |
RemoteMessage.setOperation(String operation)
Specifies the name of the operation being invoked.
|
RemoteMessage |
RemoteMessage.setService(QName service)
Specifies the name of the service being invoked.
|
Modifier and Type | Method and Description |
---|---|
RemoteMessage |
RemoteInvoker.invoke(RemoteMessage request)
Invoke a remote service using the specified RemoteMessage.
|
Modifier and Type | Method and Description |
---|---|
RemoteMessage |
HttpInvoker.invoke(RemoteMessage request) |
Modifier and Type | Method and Description |
---|---|
RemoteMessage |
HttpInvoker.invoke(RemoteMessage request) |
Copyright © 2013–2019 JBoss by Red Hat. All rights reserved.