com.webify.wsf.engine.mediation
Class ScaAddress

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

public final class ScaAddress
extends Address
implements ScaAddressable

Hub representation of an SCA address.

Version:
$Revision: $
Author:
dranatunga
See Also:
Serialized Form

Constructor Summary
ScaAddress()
           
 
Method Summary
 java.lang.String getScaAddress()
           
 void setScaAddress(java.lang.String scaAddress)
           
 
Methods inherited from class com.webify.wsf.engine.mediation.Address
getMessageProtocol, setMessageProtocol, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScaAddress

public ScaAddress()
Method Detail

setScaAddress

public void setScaAddress(java.lang.String scaAddress)

getScaAddress

public java.lang.String getScaAddress()
Specified by:
getScaAddress in interface ScaAddressable


Copyright © 2002-2009 IBM. All Rights Reserved.