public class SwitchYardServiceChannel extends Object implements org.kie.api.runtime.Channel
| Constructor and Description |
|---|
SwitchYardServiceChannel()
Constructs a new SwitchYardServiceChannel.
|
| Modifier and Type | Method and Description |
|---|---|
SwitchYardServiceInvoker |
getInvoker()
Gets the invoker.
|
String |
getOperationName()
Gets the operation name.
|
QName |
getServiceName()
Gets the service name.
|
void |
send(Object object) |
void |
setInvoker(SwitchYardServiceInvoker invoker)
Sets the invoker.
|
void |
setOperationName(String operationName)
Sets the operation name.
|
void |
setServiceName(QName serviceName)
Sets the service name.
|
public static final String SERVICE
public SwitchYardServiceChannel()
public QName getServiceName()
public void setServiceName(QName serviceName)
serviceName - the service namepublic String getOperationName()
public void setOperationName(String operationName)
operationName - the operation namepublic SwitchYardServiceInvoker getInvoker()
public void setInvoker(SwitchYardServiceInvoker invoker)
invoker - the invokerpublic void send(Object object)
send in interface org.kie.api.runtime.ChannelCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.