|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gridprovenance.client.impl.InteractionKeyImpl
public class InteractionKeyImpl
An implememt of InteractionKey Interface
CSL of EU Provenance
Constructor Summary | |
---|---|
InteractionKeyImpl()
|
|
InteractionKeyImpl(java.net.URI interactionId,
org.apache.axis.message.addressing.EndpointReference msgSink,
org.apache.axis.message.addressing.EndpointReference msgSource)
|
Method Summary | |
---|---|
java.net.URI |
getInteractionId()
Get the InteractionId of this InteractionKey |
org.apache.axis.message.addressing.EndpointReference |
getMsgSink()
Get the Message Sink of this InteractionKey |
org.apache.axis.message.addressing.EndpointReference |
getMsgSource()
Get the Message Source of this InteractionKey |
void |
setInteractionId(java.net.URI interactionId)
set the InteractionID of this InteractionKey |
void |
setMsgSink(org.apache.axis.message.addressing.EndpointReference msgSink)
set the Message Sink of this InteractionKey |
void |
setMsgSource(org.apache.axis.message.addressing.EndpointReference msgSource)
set the Message Sink of this InteractionKey |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InteractionKeyImpl()
public InteractionKeyImpl(java.net.URI interactionId, org.apache.axis.message.addressing.EndpointReference msgSink, org.apache.axis.message.addressing.EndpointReference msgSource)
Method Detail |
---|
public java.net.URI getInteractionId() throws CSLException
InteractionKey
getInteractionId
in interface InteractionKey
CSLException
public org.apache.axis.message.addressing.EndpointReference getMsgSink() throws CSLException
InteractionKey
getMsgSink
in interface InteractionKey
CSLException
public org.apache.axis.message.addressing.EndpointReference getMsgSource() throws CSLException
InteractionKey
getMsgSource
in interface InteractionKey
CSLException
public void setInteractionId(java.net.URI interactionId) throws CSLException
InteractionKey
setInteractionId
in interface InteractionKey
interactionId
- java.net.URI
CSLException
public void setMsgSink(org.apache.axis.message.addressing.EndpointReference msgSink) throws CSLException
InteractionKey
setMsgSink
in interface InteractionKey
msgSink
- org.apache.axis.message.addressing.EndpointReference
CSLException
public void setMsgSource(org.apache.axis.message.addressing.EndpointReference msgSource) throws CSLException
InteractionKey
setMsgSource
in interface InteractionKey
msgSource
- org.apache.axis.message.addressing.EndpointReference
CSLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |