com.ibm.soa.parlayx21.call_handling
Class UnconditionalForward

java.lang.Object
  extended by com.ibm.soa.parlayx21.call_handling.UnconditionalForward
All Implemented Interfaces:
java.io.Serializable

public class UnconditionalForward
extends java.lang.Object
implements java.io.Serializable

This is the information for the handling of the forwarding unconditionally.

See Also:
Serialized Form

Constructor Summary
UnconditionalForward()
           
 
Method Summary
 java.net.URI getForwardingAddress()
           
 java.net.URI getOnBusyAddress()
           
 java.net.URI getOnNoAnswerAddress()
           
 void setForwardingAddress(java.net.URI forwardingAddress)
           
 void setOnBusyAddress(java.net.URI onBusyAddress)
           
 void setOnNoAnswerAddress(java.net.URI onNoAnswerAddress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnconditionalForward

public UnconditionalForward()
Method Detail

getForwardingAddress

public java.net.URI getForwardingAddress()

setForwardingAddress

public void setForwardingAddress(java.net.URI forwardingAddress)

getOnBusyAddress

public java.net.URI getOnBusyAddress()

setOnBusyAddress

public void setOnBusyAddress(java.net.URI onBusyAddress)

getOnNoAnswerAddress

public java.net.URI getOnNoAnswerAddress()

setOnNoAnswerAddress

public void setOnNoAnswerAddress(java.net.URI onNoAnswerAddress)


Copyright © 2003 IBM Corp. All Rights Reserved.