|
4.1.0.610 20071213 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.ecma.csta.CastorObject
ch.ecma.csta.binding.CallBackMessage
public class CallBackMessage
Not supported.
Allows a computing function to instruct the switching function to leave a pre-defined message requesting that the called device call the calling device. For example, the called device may have been busy when called. For an illustration of this event, see ECMA 269, section 17.1.4, Figure 17-5 "Call Back Message Call-Related Service". See also Connection Failure for a complete description of "Call ID only" connection IDs. Connection State Transitions:callbackMessageConnection
will
transition from an
allowable initial state of Connected to one of the allowable
final
states of Null or Fail (see notes #1).CallBack
service in that with the
Call Back Message service, the calling device will not call
back
the called device. Instead, this service leaves a message at
the
called device.
Constructor Summary | |
---|---|
CallBackMessage()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
ConnectionID |
getCallbackMessageConnection()
Returns the value of field 'callbackMessageConnection'. |
CSTACommonArguments |
getExtensions()
Returns the value of field 'extensions'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setCallbackMessageConnection(ConnectionID callbackMessageConnection)
Sets the value of field 'callbackMessageConnection'. |
void |
setExtensions(CSTACommonArguments extensions)
Sets the value of field 'extensions'. |
static CallBackMessage |
unmarshalCallBackMessage(java.io.Reader reader)
Method unmarshalCallBackMessage |
void |
validate()
Method validate |
Methods inherited from class ch.ecma.csta.CastorObject |
---|
getOldSessionID, hashCode, setOldSessionID, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CallBackMessage()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public ConnectionID getCallbackMessageConnection()
public CSTACommonArguments getExtensions()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setCallbackMessageConnection(ConnectionID callbackMessageConnection)
callbackMessageConnection
- the value of field
'callbackMessageConnection'.public void setExtensions(CSTACommonArguments extensions)
extensions
- the value of field 'extensions'.public static CallBackMessage unmarshalCallBackMessage(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
4.1.0.610 20071213 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |