|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ode.bpel.engine.PartnerRoleMessageExchangeImpl
public class PartnerRoleMessageExchangeImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.ode.bpel.iapi.MessageExchange |
|---|
MessageExchange.FailureType, MessageExchange.MessageExchangePattern, MessageExchange.Status |
| Field Summary | |
|---|---|
protected static Messages |
__msgs
|
protected MessageExchangeDAO |
_dao
|
protected BpelEngineImpl |
_engine
|
protected EndpointReference |
_epr
|
protected java.lang.Long |
_iid
Process-Instance identifier. |
protected javax.wsdl.Operation |
_operation
|
protected javax.wsdl.PortType |
_portType
|
| Fields inherited from interface org.apache.ode.bpel.iapi.MessageExchange |
|---|
PROPERTY_SEP_MYROLE_SESSIONID, PROPERTY_SEP_PARTNERROLE_EPR, PROPERTY_SEP_PARTNERROLE_SESSIONID |
| Constructor Summary | |
|---|---|
protected |
PartnerRoleMessageExchangeImpl(BpelEngineImpl engine,
MessageExchangeDAO dao,
javax.wsdl.PortType portType,
javax.wsdl.Operation operation,
EndpointReference epr,
EndpointReference myRoleEPR,
PartnerRoleChannel channel)
|
| Method Summary | |
|---|---|
Message |
createMessage(javax.xml.namespace.QName msgType)
Create a message associated with this exchange. |
javax.xml.namespace.QName |
getCaller()
Get the identifier of the process that created this message exchange. |
PartnerRoleChannel |
getChannel()
Get the communication channel. |
EndpointReference |
getEndpointReference()
Get a reference to the end-point targeted by this message exchange. |
javax.xml.namespace.QName |
getFault()
Get the fault type. |
java.lang.String |
getFaultExplanation()
|
Message |
getFaultResponse()
Get the fault resposne message. |
java.lang.String |
getMessageExchangeId()
Get the message exchange identifier. |
MessageExchange.MessageExchangePattern |
getMessageExchangePattern()
Return the type of message-exchange that resulted form this invocation (request only/request-respone). |
EndpointReference |
getMyRoleEndpointReference()
Get the EndpointReference associated with the my-role of the partner link to which this message
exchange belongs. |
javax.wsdl.Operation |
getOperation()
Get the operation description for this message exchange. |
java.lang.String |
getOperationName()
Get the name of the operation (WSDL 1.1) / message exchange (WSDL 1.2?). |
MessageExchange.MessageExchangePattern |
getPattern()
|
javax.wsdl.PortType |
getPortType()
Get the port type description for this message exchange. |
java.lang.String |
getProperty(java.lang.String key)
Get a message exchange property. |
java.util.Set<java.lang.String> |
getPropertyNames()
Get a set containing the names of the defined properties. |
Message |
getRequest()
Get the request message. |
Message |
getResponse()
Get the response message. |
MessageExchange.Status |
getStatus()
Get the message exchange status. |
int |
getSubscriberCount()
|
boolean |
isTransactionPropagated()
|
void |
release()
Should be called by the external partner when it's done with the message exchange. |
void |
reply(Message response)
Indicate that the partner has responded to the message exchange. |
void |
replyAsync()
Indicate that the response to the request/response operation is not yet available and that the response will be delivered asynchronously. |
void |
replyOneWayOk()
Indicate that the partner processed the one-way invocation successfully. |
void |
replyWithFailure(MessageExchange.FailureType type,
java.lang.String description,
org.w3c.dom.Element details)
Indicate that the partner has failed to process the message exchange. |
void |
replyWithFault(javax.xml.namespace.QName faultType,
Message outputFaultMessage)
Indicate that the partner faulted in processing the message exchange. |
protected void |
responseReceived()
|
void |
setEndpointReference(EndpointReference ref)
|
void |
setProperty(java.lang.String key,
java.lang.String value)
Set a message exchange property. |
void |
setSubscriberCount(int subscriberCount)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.ode.bpel.iapi.MessageExchange |
|---|
createMessage, getEndpointReference, getFault, getFaultExplanation, getFaultResponse, getMessageExchangeId, getMessageExchangePattern, getOperation, getOperationName, getPortType, getProperty, getPropertyNames, getRequest, getResponse, getStatus, isTransactionPropagated, release, setProperty |
| Field Detail |
|---|
protected static final Messages __msgs
protected java.lang.Long _iid
protected javax.wsdl.PortType _portType
protected javax.wsdl.Operation _operation
protected final BpelEngineImpl _engine
protected EndpointReference _epr
protected MessageExchangeDAO _dao
| Constructor Detail |
|---|
protected PartnerRoleMessageExchangeImpl(BpelEngineImpl engine,
MessageExchangeDAO dao,
javax.wsdl.PortType portType,
javax.wsdl.Operation operation,
EndpointReference epr,
EndpointReference myRoleEPR,
PartnerRoleChannel channel)
| Method Detail |
|---|
public void replyOneWayOk()
PartnerRoleMessageExchange
replyOneWayOk in interface PartnerRoleMessageExchangepublic void replyAsync()
PartnerRoleMessageExchange
replyAsync in interface PartnerRoleMessageExchange
public void replyWithFault(javax.xml.namespace.QName faultType,
Message outputFaultMessage)
throws BpelEngineException
PartnerRoleMessageExchange
replyWithFault in interface PartnerRoleMessageExchangefaultType - fault typeoutputFaultMessage - the input message
BpelEngineException
public void reply(Message response)
throws BpelEngineException
PartnerRoleMessageExchange
reply in interface PartnerRoleMessageExchangeresponse - the response from the partner
BpelEngineException
public void replyWithFailure(MessageExchange.FailureType type,
java.lang.String description,
org.w3c.dom.Element details)
throws BpelEngineException
PartnerRoleMessageExchange
replyWithFailure in interface PartnerRoleMessageExchangetype - type of failuredescription - description of failure
BpelEngineExceptionpublic javax.xml.namespace.QName getCaller()
PartnerRoleMessageExchange
getCaller in interface PartnerRoleMessageExchangepublic java.lang.String toString()
public PartnerRoleChannel getChannel()
PartnerRoleMessageExchange
getChannel in interface PartnerRoleMessageExchangepublic EndpointReference getMyRoleEndpointReference()
PartnerRoleMessageExchangeEndpointReference associated with the my-role of the partner link to which this message
exchange belongs. This method is typically used to provide protocol-specific "callback" mechanisms.
getMyRoleEndpointReference in interface PartnerRoleMessageExchange
public java.lang.String getMessageExchangeId()
throws BpelEngineException
MessageExchange
getMessageExchangeId in interface MessageExchangeBpelEngineException
public java.lang.String getOperationName()
throws BpelEngineException
MessageExchange
getOperationName in interface MessageExchangeBpelEngineExceptionpublic MessageExchange.MessageExchangePattern getMessageExchangePattern()
MessageExchangeMessageExchange.MessageExchangePattern.REQUEST_RESPONSE message-exchange was
created, then the caller should expect a response in the future.
getMessageExchangePattern in interface MessageExchange
public boolean isTransactionPropagated()
throws BpelEngineException
isTransactionPropagated in interface MessageExchangeBpelEngineExceptionpublic Message getResponse()
MessageExchange
getResponse in interface MessageExchangepublic javax.xml.namespace.QName getFault()
MessageExchange
getFault in interface MessageExchangenull if not available/applicable.public Message getFaultResponse()
MessageExchange
getFaultResponse in interface MessageExchangenull if not available/applicable.public java.lang.String getFaultExplanation()
getFaultExplanation in interface MessageExchangepublic MessageExchange.MessageExchangePattern getPattern()
public MessageExchange.Status getStatus()
MessageExchange
getStatus in interface MessageExchangepublic Message getRequest()
MessageExchange
getRequest in interface MessageExchangepublic javax.wsdl.Operation getOperation()
MessageExchange
getOperation in interface MessageExchangenull if not availblepublic javax.wsdl.PortType getPortType()
MessageExchange
getPortType in interface MessageExchangenull if not available.public Message createMessage(javax.xml.namespace.QName msgType)
MessageExchange
createMessage in interface MessageExchangemsgType - message type
Messagepublic void setEndpointReference(EndpointReference ref)
public EndpointReference getEndpointReference()
throws BpelEngineException
MessageExchange
getEndpointReference in interface MessageExchangeBpelEngineExceptionpublic java.lang.String getProperty(java.lang.String key)
MessageExchange
getProperty in interface MessageExchangekey - property key
public void setProperty(java.lang.String key,
java.lang.String value)
MessageExchange
setProperty in interface MessageExchangekey - property keyvalue - property valuepublic java.util.Set<java.lang.String> getPropertyNames()
MessageExchange
getPropertyNames in interface MessageExchangepublic int getSubscriberCount()
public void setSubscriberCount(int subscriberCount)
public void release()
MessageExchange
release in interface MessageExchangeprotected void responseReceived()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||