com.ibm.soa.parlayx21.call_handling
Class SetRulesResult

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

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

This is the result of the setRules operation for each address.

See Also:
Serialized Form

Constructor Summary
SetRulesResult()
           
 
Method Summary
 java.net.URI getAddress()
           
 ServiceError getError()
           
 boolean isSuccessful()
           
 void setAddress(java.net.URI address)
           
 void setError(ServiceError error)
           
 void setSuccessful(boolean successful)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetRulesResult

public SetRulesResult()
Method Detail

getAddress

public java.net.URI getAddress()

setAddress

public void setAddress(java.net.URI address)

isSuccessful

public boolean isSuccessful()

setSuccessful

public void setSuccessful(boolean successful)

getError

public ServiceError getError()

setError

public void setError(ServiceError error)


Copyright © 2003 IBM Corp. All Rights Reserved.