|
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.DetachMediaService
public class DetachMediaService
Not supported.
Detaches a previously attached media service instance from a call. This request releases a previously established association (binding) between a connection and a media service. If a media access device was added to the call when the media service instance was attached and that media access device is no longer needed, then the media access device is removed (or more specific, cleared) from the call. There are two cases for the Detach Media Service service request:AttachMediaService
service. In this
case the media access device is removed from the call by this
service. See ECMA 269, section 19.1.2, Figure 19-1 "Detach
Media Service (Case A)".
Figure 19-1 is an example where a media access device that was
conferenced into a call is detached from a call.
Constructor Summary | |
---|---|
DetachMediaService()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
ConnectionID |
getConnection()
Returns the value of field 'connection'. |
CSTACommonArguments |
getExtensions()
Returns the value of field 'extensions'. |
MediaServiceType |
getMediaServiceType()
Returns the value of field 'mediaServiceType'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setConnection(ConnectionID connection)
Sets the value of field 'connection'. |
void |
setExtensions(CSTACommonArguments extensions)
Sets the value of field 'extensions'. |
void |
setMediaServiceType(MediaServiceType mediaServiceType)
Sets the value of field 'mediaServiceType'. |
static DetachMediaService |
unmarshalDetachMediaService(java.io.Reader reader)
Method unmarshalDetachMediaService |
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 DetachMediaService()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public ConnectionID getConnection()
public CSTACommonArguments getExtensions()
public MediaServiceType getMediaServiceType()
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 setConnection(ConnectionID connection)
connection
- the value of field 'connection'.public void setExtensions(CSTACommonArguments extensions)
extensions
- the value of field 'extensions'.public void setMediaServiceType(MediaServiceType mediaServiceType)
mediaServiceType
- the value of field 'mediaServiceType'public static DetachMediaService unmarshalDetachMediaService(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 |