public class SwitchYardServiceRequest extends Object
| Constructor and Description |
|---|
SwitchYardServiceRequest(QName serviceName,
String operationName,
Object content)
Constructs a SwitchYardServiceRequest with the specified service name, operation name, and content.
|
SwitchYardServiceRequest(QName serviceName,
String operationName,
Object content,
Map<String,Object> context)
Constructs a SwitchYardServiceRequest with the specified service name, operation name, content, and context.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getContent()
Gets the content.
|
Map<String,Object> |
getContext()
Gets the context.
|
String |
getOperationName()
Gets the operation name.
|
QName |
getServiceName()
Gets the service name.
|
public SwitchYardServiceRequest(QName serviceName, String operationName, Object content)
serviceName - the service nameoperationName - the operation namecontent - the contentpublic SwitchYardServiceRequest(QName serviceName, String operationName, Object content, Map<String,Object> context)
serviceName - the service nameoperationName - the operation namecontent - the contentcontext - the contextCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.