public class PartnerRoleMessageExchangeImpl extends MessageExchangeImpl implements PartnerRoleMessageExchange
MessageExchange.FailureType, MessageExchange.MessageExchangePattern, MessageExchange.Status__msgs, _dao, _engine, _epr, _iid, _operation, _portTypePROPERTY_SEP_MYROLE_SESSIONID, PROPERTY_SEP_MYROLE_TRANSACTED, PROPERTY_SEP_PARTNERROLE_EPR, PROPERTY_SEP_PARTNERROLE_SESSIONID| Modifier | Constructor and Description |
|---|---|
protected |
PartnerRoleMessageExchangeImpl(BpelEngineImpl engine,
MessageExchangeDAO dao,
javax.wsdl.PortType portType,
javax.wsdl.Operation operation,
EndpointReference epr,
EndpointReference myRoleEPR,
PartnerRoleChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.namespace.QName |
getCaller() |
PartnerRoleChannel |
getChannel() |
EndpointReference |
getMyRoleEndpointReference() |
void |
reply(Message response) |
void |
replyAsync() |
void |
replyOneWayOk() |
void |
replyWithFailure(MessageExchange.FailureType type,
java.lang.String description,
org.w3c.dom.Element details) |
void |
replyWithFault(javax.xml.namespace.QName faultType,
Message outputFaultMessage) |
java.lang.String |
toString() |
createMessage, getDAO, getEndpointReference, getFault, getFaultExplanation, getFaultResponse, getMessageExchangeId, getMessageExchangePattern, getOperation, getOperationName, getPattern, getPortType, getProperty, getPropertyNames, getRequest, getResponse, getStatus, getSubscriberCount, isTransactionPropagated, release, responseReceived, setEndpointReference, setProperty, setSubscriberCountclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateMessage, getEndpointReference, getFault, getFaultExplanation, getFaultResponse, getMessageExchangeId, getMessageExchangePattern, getOperation, getOperationName, getPortType, getProperty, getPropertyNames, getRequest, getResponse, getStatus, isTransactionPropagated, release, setPropertyprotected PartnerRoleMessageExchangeImpl(BpelEngineImpl engine, MessageExchangeDAO dao, javax.wsdl.PortType portType, javax.wsdl.Operation operation, EndpointReference epr, EndpointReference myRoleEPR, PartnerRoleChannel channel)
public void replyOneWayOk()
replyOneWayOk in interface PartnerRoleMessageExchangepublic void replyAsync()
replyAsync in interface PartnerRoleMessageExchangepublic void replyWithFault(javax.xml.namespace.QName faultType,
Message outputFaultMessage)
throws BpelEngineException
replyWithFault in interface PartnerRoleMessageExchangeBpelEngineExceptionpublic void reply(Message response) throws BpelEngineException
reply in interface PartnerRoleMessageExchangeBpelEngineExceptionpublic void replyWithFailure(MessageExchange.FailureType type, java.lang.String description, org.w3c.dom.Element details) throws BpelEngineException
replyWithFailure in interface PartnerRoleMessageExchangeBpelEngineExceptionpublic javax.xml.namespace.QName getCaller()
getCaller in interface PartnerRoleMessageExchangepublic java.lang.String toString()
toString in class MessageExchangeImplpublic PartnerRoleChannel getChannel()
getChannel in interface PartnerRoleMessageExchangepublic EndpointReference getMyRoleEndpointReference()
getMyRoleEndpointReference in interface PartnerRoleMessageExchangeCopyright © 2021 WSO2. All Rights Reserved.