com.webify.wsf.engine.mediation
Class IndirectAddress

java.lang.Object
  extended by com.webify.wsf.engine.mediation.Address
      extended by com.webify.wsf.engine.mediation.IndirectAddress
All Implemented Interfaces:
java.io.Serializable

public abstract class IndirectAddress
extends Address

Version:
$Id: $
Author:
babka@us.ibm.com
See Also:
Serialized Form

Method Summary
 java.lang.String getIndirectId()
          An id just so that we can maintain identity for indirect addresses.
 long getTimeToLiveMillis()
           
 void setIndirectId(java.lang.String indirectId)
           
 void setTimeToLiveMillis(long timeToLiveMillis)
           
 java.lang.String toString()
           
 
Methods inherited from class com.webify.wsf.engine.mediation.Address
getMessageProtocol, setMessageProtocol
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getTimeToLiveMillis

public long getTimeToLiveMillis()

setTimeToLiveMillis

public void setTimeToLiveMillis(long timeToLiveMillis)

getIndirectId

public java.lang.String getIndirectId()
An id just so that we can maintain identity for indirect addresses.

Returns:
The URI string from the ontology.

setIndirectId

public void setIndirectId(java.lang.String indirectId)

toString

public java.lang.String toString()
Overrides:
toString in class Address


Copyright © 2002-2009 IBM. All Rights Reserved.