org.teleal.cling.transport.impl
Class GENAEventProcessorImpl
java.lang.Object
org.teleal.cling.transport.impl.GENAEventProcessorImpl
- All Implemented Interfaces:
- GENAEventProcessor
public class GENAEventProcessorImpl
- extends Object
- implements GENAEventProcessor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GENAEventProcessorImpl
public GENAEventProcessorImpl()
writeBody
public void writeBody(OutgoingEventRequestMessage requestMessage)
throws UnsupportedDataException
- Specified by:
writeBody
in interface GENAEventProcessor
- Throws:
UnsupportedDataException
readBody
public void readBody(IncomingEventRequestMessage requestMessage)
throws UnsupportedDataException
- Specified by:
readBody
in interface GENAEventProcessor
- Throws:
UnsupportedDataException
writePropertysetElement
protected Element writePropertysetElement(Document d)
readPropertysetElement
protected Element readPropertysetElement(Document d)
writeProperties
protected void writeProperties(Document d,
Element propertysetElement,
OutgoingEventRequestMessage message)
readProperties
protected void readProperties(Element propertysetElement,
IncomingEventRequestMessage message)
toString
protected String toString(Document d)
throws Exception
- Throws:
Exception
getUnprefixedNodeName
protected String getUnprefixedNodeName(Node node)
appendChildElementWithTextContent
protected Element appendChildElementWithTextContent(Document descriptor,
Element parent,
String childName,
String childContent)
Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.