com.ibm.soa.parlayx21.call_handling
Class SetRulesResult
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetRulesResult
public SetRulesResult()
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.