com.webify.wsf.engine.mediation
Class HttpAddress

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

public final class HttpAddress
extends Address
implements ScaAddressable

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

Constructor Summary
HttpAddress(MessageProtocol protocol)
           
 
Method Summary
 java.lang.String getHttpUrl()
           
 java.lang.String getScaAddress()
           
 void setHttpUrl(java.lang.String httpUrl)
           
 
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

HttpAddress

public HttpAddress(MessageProtocol protocol)
Method Detail

getHttpUrl

public java.lang.String getHttpUrl()

setHttpUrl

public void setHttpUrl(java.lang.String httpUrl)

getScaAddress

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


Copyright © 2002-2009 IBM. All Rights Reserved.