| Modifier and Type | Field and Description |
|---|---|
PartnerLinkInstance |
OutstandingRequestManager.RequestIdTuple.partnerLink
On which partner link it was received.
|
| Modifier and Type | Method and Description |
|---|---|
protected PartnerRoleMessageExchangeImpl |
BpelRuntimeContextImpl.createPartnerRoleMessageExchangeImpl(MessageExchangeDAO mexDao,
PartnerLinkInstance partnerLink,
javax.wsdl.Operation operation,
EndpointReference partnerEpr,
EndpointReference myRoleEndpoint) |
java.lang.String |
BpelRuntimeContextImpl.fetchEndpointSessionId(PartnerLinkInstance pLink,
boolean isMyEPR) |
org.w3c.dom.Element |
BpelRuntimeContextImpl.fetchMyRoleEndpointReferenceData(PartnerLinkInstance pLink) |
java.lang.String |
BpelRuntimeContextImpl.fetchMySessionId(PartnerLinkInstance pLink)
Fetch the session-identifier for the partner link from the database.
|
protected PartnerLinkDAO |
BpelRuntimeContextImpl.fetchPartnerLinkDAO(PartnerLinkInstance pLink) |
org.w3c.dom.Element |
BpelRuntimeContextImpl.fetchPartnerRoleEndpointReferenceData(PartnerLinkInstance pLink) |
java.lang.String |
BpelRuntimeContextImpl.fetchPartnersSessionId(PartnerLinkInstance pLink) |
void |
BpelRuntimeContextImpl.initializePartnersSessionId(PartnerLinkInstance pLink,
java.lang.String session) |
java.lang.String |
BpelRuntimeContextImpl.invoke(int aid,
PartnerLinkInstance partnerLink,
javax.wsdl.Operation operation,
org.w3c.dom.Element outgoingMessage,
InvokeResponseChannel channel)
Called back when the process executes an invokation.
|
boolean |
BpelRuntimeContextImpl.isPartnerRoleEndpointInitialized(PartnerLinkInstance pLink) |
void |
BpelRuntimeContextImpl.processOutstandingRequest(PartnerLinkInstance partnerLink,
java.lang.String opName,
java.lang.String bpelMexId,
java.lang.String odeMexId) |
java.lang.String |
OutstandingRequestManager.release(PartnerLinkInstance plinkInstnace,
java.lang.String opName,
java.lang.String mexId)
Deprecated.
Release the registration.
|
java.lang.String |
IMAManager.release(PartnerLinkInstance plinkInstnace,
java.lang.String opName,
java.lang.String mexId)
Release Open IMA.
|
void |
BpelRuntimeContextImpl.reply(PartnerLinkInstance plinkInstnace,
java.lang.String opName,
java.lang.String mexId,
org.w3c.dom.Element msg,
javax.xml.namespace.QName fault) |
void |
BpelRuntimeContextImpl.reply2(PartnerLinkInstance plinkInstnace,
java.lang.String opName,
java.lang.String mexId,
org.w3c.dom.Element msg,
javax.xml.namespace.QName fault,
boolean failure,
java.lang.String mexRef) |
void |
BpelRuntimeContextImpl.writeEndpointReference(PartnerLinkInstance variable,
org.w3c.dom.Element data) |
| Modifier and Type | Field and Description |
|---|---|
PartnerLinkInstance |
OldSelector.plinkInstance |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ReplayerBpelRuntimeContextImpl.invoke(int aid,
PartnerLinkInstance partnerLink,
javax.wsdl.Operation operation,
org.w3c.dom.Element outgoingMessage,
InvokeResponseChannel channel) |
void |
ReplayerBpelRuntimeContextImpl.reply(PartnerLinkInstance plinkInstnace,
java.lang.String opName,
java.lang.String mexId,
org.w3c.dom.Element msg,
javax.xml.namespace.QName fault) |
| Modifier and Type | Field and Description |
|---|---|
PartnerLinkInstance |
Selector.plinkInstance |
| Modifier and Type | Method and Description |
|---|---|
PartnerLinkInstance |
ExtensionContextImpl.getPartnerLinkInstance(OPartnerLink partnerLink) |
PartnerLinkInstance |
ExtensionContextImpl.getPartnerLinkInstance(java.lang.String partnerLinkName) |
PartnerLinkInstance |
ScopeFrame.resolve(OPartnerLink partnerLink) |
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.Element |
BpelRuntimeContext.fetchMyRoleEndpointReferenceData(PartnerLinkInstance pLink)
Fetches the my-role endpoint reference data.
|
java.lang.String |
BpelRuntimeContext.fetchMySessionId(PartnerLinkInstance pLink)
Fetches our session id associated with the partner link instance.
|
org.w3c.dom.Element |
BpelRuntimeContext.fetchPartnerRoleEndpointReferenceData(PartnerLinkInstance pLink) |
java.lang.String |
BpelRuntimeContext.fetchPartnersSessionId(PartnerLinkInstance pLink)
Fetches the partner's session id associated with the partner link instance.
|
void |
BpelRuntimeContext.initializePartnersSessionId(PartnerLinkInstance pLink,
java.lang.String session)
Initialize the partner's session id for this partner link instance.
|
java.lang.String |
BpelRuntimeContext.invoke(int activityId,
PartnerLinkInstance partnerLinkInstance,
javax.wsdl.Operation operation,
org.w3c.dom.Element outboundMsg,
InvokeResponseChannel invokeResponseChannel)
Called back when the process executes an invokation.
|
boolean |
BpelRuntimeContext.isPartnerRoleEndpointInitialized(PartnerLinkInstance pLink)
Determine if the partner role of an endpoint has been initialized (either explicitly throug assginment or via the
deployment descriptor)
|
void |
BpelRuntimeContext.processOutstandingRequest(PartnerLinkInstance partnerLink,
java.lang.String opName,
java.lang.String bpelMexId,
java.lang.String odeMexId) |
void |
BpelRuntimeContext.reply(PartnerLinkInstance plink,
java.lang.String opName,
java.lang.String mexId,
org.w3c.dom.Element msg,
javax.xml.namespace.QName fault)
Send a reply to an open message-exchange.
|
void |
BpelRuntimeContext.writeEndpointReference(PartnerLinkInstance variable,
org.w3c.dom.Element data)
Writes a partner EPR.
|
| Constructor and Description |
|---|
Selector(int idx,
PartnerLinkInstance plinkInstance,
java.lang.String opName,
boolean oneWay,
java.lang.String mexId,
CorrelationKeySet keySet,
java.lang.String route) |
| Modifier and Type | Method and Description |
|---|---|
PartnerLinkInstance |
ExtensionContext.getPartnerLinkInstance(OPartnerLink partnerLink)
Get the partner link
|
PartnerLinkInstance |
ExtensionContext.getPartnerLinkInstance(java.lang.String partnerLinkName)
Get the partner link
|
Copyright © 2021 WSO2. All Rights Reserved.