|
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.DialDigits
public class DialDigits
This request is not supported.
Dials a digit sequence for a call that has already been initiated. Allows the computing function to perform a dialling sequence that is associated with a call that has already been initiated (that is, has manually gone off-hook or has been initiated via aMakeCall
or
ConsultationCall
service). This service is also used to
perform
the dialling sequences associated with completing a multi-stage
dialled
call.
For an illustration of this event, see ECMA 269, section
17.1.12,
Figure 17-13 "Dial Digits Service".
See Connection
Failure
for a complete description of "Call ID only"
connection IDs.
diallingConnection
call. If other calls exist at the
diallingConnection
Connection ID's device, they remain unaffected.diallingConnection
through the original MakeCall
service or a previous
Dial Digits service, the diallingSequence
parameter
can be any format of device identifier. Otherwise the
diallingSequence
parameter will be in Diallable Digits format.diallingSequence
parameter is intended
to provide
just a portion of a longer dialling sequence to follow, then it
will be in Diallable Digits format with the last character of
the
sequence being ";". Otherwise the
diallingSequence
parameter will be interpreted as the last in the dialling
sequence
for the diallingConnection
.ClearConnection
service, ClearCall
service, or having the dialling connection manually
cleared.
Constructor Summary | |
---|---|
DialDigits()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
CorrelatorData |
getCorrelatorData()
Returns the value of field 'correlatorData'. |
ConnectionID |
getDiallingConnection()
Returns the value of field 'diallingConnection'. |
DeviceID |
getDiallingSequence()
Returns the value of field 'diallingSequence'. |
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 |
setCorrelatorData(CorrelatorData correlatorData)
Sets the value of field 'correlatorData'. |
void |
setDiallingConnection(ConnectionID diallingConnection)
Sets the value of field 'diallingConnection'. |
void |
setDiallingSequence(DeviceID diallingSequence)
Sets the value of field 'diallingSequence'. |
void |
setExtensions(CSTACommonArguments extensions)
Sets the value of field 'extensions'. |
static DialDigits |
unmarshalDialDigits(java.io.Reader reader)
Method unmarshalDialDigits |
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 DialDigits()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public CorrelatorData getCorrelatorData()
public ConnectionID getDiallingConnection()
public DeviceID getDiallingSequence()
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 setCorrelatorData(CorrelatorData correlatorData)
correlatorData
- the value of field 'correlatorData'.public void setDiallingConnection(ConnectionID diallingConnection)
diallingConnection
- the value of field
'diallingConnection'.public void setDiallingSequence(DeviceID diallingSequence)
diallingSequence
- the value of field 'diallingSequence'public void setExtensions(CSTACommonArguments extensions)
extensions
- the value of field 'extensions'.public static DialDigits unmarshalDialDigits(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 |