public class PartnerLinkMyRoleImpl
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PartnerLinkMyRoleImpl.RoutingInfo |
Modifier and Type | Field and Description |
---|---|
Endpoint |
_endpoint
The local endpoint for this "myrole".
|
protected EndpointReference |
_initialEPR |
protected OPartnerLink |
_plinkDef |
protected BpelProcess |
_process |
Modifier and Type | Method and Description |
---|---|
java.util.List<PartnerLinkMyRoleImpl.RoutingInfo> |
findRoute(MyRoleMessageExchangeImpl mex) |
java.util.List<PartnerLinkMyRoleImpl.RoutingInfo> |
findRoute(MyRoleMessageExchangeImpl mex,
boolean enqueue) |
void |
invokeInstance(MyRoleMessageExchangeImpl mex,
PartnerLinkMyRoleImpl.RoutingInfo routing) |
void |
invokeNewInstance(MyRoleMessageExchangeImpl mex,
PartnerLinkMyRoleImpl.RoutingInfo routing) |
boolean |
isCreateInstance(MyRoleMessageExchangeImpl mex) |
boolean |
isOneWayOnly() |
void |
noRoutingMatch(MyRoleMessageExchangeImpl mex,
java.util.List<PartnerLinkMyRoleImpl.RoutingInfo> routings)
Deprecated.
- Now an attempt is made to identify the correct routing in the BpelProcess.invokeProcess() with enqueue enabled.
|
void |
noRoutingMatch(MyRoleMessageExchangeImpl mex,
PartnerLinkMyRoleImpl.RoutingInfo routing) |
java.lang.String |
toString() |
public Endpoint _endpoint
protected OPartnerLink _plinkDef
protected EndpointReference _initialEPR
protected BpelProcess _process
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isCreateInstance(MyRoleMessageExchangeImpl mex)
public java.util.List<PartnerLinkMyRoleImpl.RoutingInfo> findRoute(MyRoleMessageExchangeImpl mex)
public java.util.List<PartnerLinkMyRoleImpl.RoutingInfo> findRoute(MyRoleMessageExchangeImpl mex, boolean enqueue)
public void invokeNewInstance(MyRoleMessageExchangeImpl mex, PartnerLinkMyRoleImpl.RoutingInfo routing)
public void invokeInstance(MyRoleMessageExchangeImpl mex, PartnerLinkMyRoleImpl.RoutingInfo routing)
public void noRoutingMatch(MyRoleMessageExchangeImpl mex, java.util.List<PartnerLinkMyRoleImpl.RoutingInfo> routings)
mex
- routings
- public void noRoutingMatch(MyRoleMessageExchangeImpl mex, PartnerLinkMyRoleImpl.RoutingInfo routing)
public boolean isOneWayOnly()