|
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.ConferenceCallResponse
public class ConferenceCallResponse
The positive acknowledgement of an Conference Call request.
The ConferenceCallResponse response has these parameters:ConferenceCallResponse Response Parameters | ||
---|---|---|
conferenceCall | Mandatory | Specifies the resulting connection of the new call. |
Constructor Summary | |
---|---|
ConferenceCallResponse()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
ConnectionID |
getConferenceCall()
Returns the value of field 'conferenceCall'. |
ConnectionInformation |
getConferenceCallInfo()
Returns the value of field 'conferenceCallInfo'. |
ConnectionList |
getConnections()
Returns the value of field 'connections'. |
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 |
setConferenceCall(ConnectionID conferenceCall)
Sets the value of field 'conferenceCall'. |
void |
setConferenceCallInfo(ConnectionInformation conferenceCallInfo)
Sets the value of field 'conferenceCallInfo'. |
void |
setConnections(ConnectionList connections)
Sets the value of field 'connections'. |
void |
setExtensions(CSTACommonArguments extensions)
Sets the value of field 'extensions'. |
static ConferenceCallResponse |
unmarshalConferenceCallResponse(java.io.Reader reader)
Method unmarshalConferenceCallResponse |
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 ConferenceCallResponse()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public ConnectionID getConferenceCall()
public ConnectionInformation getConferenceCallInfo()
conferenceCall
connection. If this parameter
is not
present, then the connection information is switching
function
specific. Optional.
public ConnectionList getConnections()
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 setConferenceCall(ConnectionID conferenceCall)
conferenceCall
- the value of field 'conferenceCall'.public void setConferenceCallInfo(ConnectionInformation conferenceCallInfo)
conferenceCall
connection. If this parameter
is not
present, then the connection information is switching
function
specific. Optional.
conferenceCallInfo
- the value of field
'conferenceCallInfo'.public void setConnections(ConnectionList connections)
connections
- the value of field 'connections'.public void setExtensions(CSTACommonArguments extensions)
extensions
- the value of field 'extensions'.public static ConferenceCallResponse unmarshalConferenceCallResponse(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 |