|
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.ParkCall
public class ParkCall
This request is not supported.
Parks a call at a specified device. (Moves and queues a connected call to another device). The device on whose behalf Park Call was invoked (the parking device) is no longer associated with the call (except when the parking device parks a call back to the parking device). For an illustration of this event, see ECMA 269, section 17.1.20, Figure 17-23 "Park Call Service".parking
connection will transition
from one of the
allowable initial states of Hold or Connected to one of the
allowable final states of Null or Queued (see note).parked
connection is unaffected (that is,
there is no transition
due to this service).parkTo
connection will transition from an
allowable
initial state of Null to an allowable final state of
Queued.parkTo
(D3) are
the same. Refer to ECMA 269, section 17.1.20, Figure 17-23
"Conference Call Service". for specific requirements
for
this configuration.parkedTo
device when the call is being
parked.parkTo
parameter. A
complete
and valid device identifier will be provided, otherwise the
switching function will reject the service request with a
negative
acknowledgement.
Constructor Summary | |
---|---|
ParkCall()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
CorrelatorData |
getCorrelatorData()
Returns the value of field 'correlatorData'. |
CSTACommonArguments |
getExtensions()
Returns the value of field 'extensions'. |
java.lang.String |
getLanguagePreferences()
Returns the value of field 'languagePreferences'. |
ConnectionID |
getParking()
Returns the value of field 'parking'. |
DeviceID |
getParkTo()
Returns the value of field 'parkTo'. |
java.lang.String |
getSubjectOfCall()
Returns the value of field 'subjectOfCall'. |
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 |
setExtensions(CSTACommonArguments extensions)
Sets the value of field 'extensions'. |
void |
setLanguagePreferences(java.lang.String languagePreferences)
Sets the value of field 'languagePreferences'. |
void |
setParking(ConnectionID parking)
Sets the value of field 'parking'. |
void |
setParkTo(DeviceID parkTo)
Sets the value of field 'parkTo'. |
void |
setSubjectOfCall(java.lang.String subjectOfCall)
Sets the value of field 'subjectOfCall'. |
static ParkCall |
unmarshalParkCall(java.io.Reader reader)
Method unmarshalParkCall |
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 ParkCall()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public CorrelatorData getCorrelatorData()
public CSTACommonArguments getExtensions()
public java.lang.String getLanguagePreferences()
public DeviceID getParkTo()
parkedto
device). This may be either a station or a Park device.
Mandatory.
public ConnectionID getParking()
public java.lang.String getSubjectOfCall()
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 setExtensions(CSTACommonArguments extensions)
extensions
- the value of field 'extensions'.public void setLanguagePreferences(java.lang.String languagePreferences)
languagePreferences
- the value of field
'languagePreferences'.public void setParkTo(DeviceID parkTo)
parkedto
device). This may be either a station or a Park device.
Mandatory.
parkTo
- the value of field 'parkTo'.public void setParking(ConnectionID parking)
parking
- the value of field 'parking'.public void setSubjectOfCall(java.lang.String subjectOfCall)
subjectOfCall
- the value of field 'subjectOfCall'.public static ParkCall unmarshalParkCall(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 |