org.granite.config.flex
Class Channel
java.lang.Object
org.granite.config.flex.Channel
public class Channel
- extends Object
- Author:
- Franck WOLFF
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Channel
public Channel(String id,
String className,
EndPoint endPoint,
XMap properties)
getId
public String getId()
getClassName
public String getClassName()
getEndPoint
public EndPoint getEndPoint()
getProperties
public XMap getProperties()
isLegacyXmlSerialization
public boolean isLegacyXmlSerialization()
isLegacyCollectionSerialization
public boolean isLegacyCollectionSerialization()
forElement
public static Channel forElement(XMap element)