org.teleal.cling.transport.impl
Class GENAEventProcessorImpl

java.lang.Object
  extended by org.teleal.cling.transport.impl.GENAEventProcessorImpl
All Implemented Interfaces:
GENAEventProcessor

public class GENAEventProcessorImpl
extends java.lang.Object
implements GENAEventProcessor


Constructor Summary
GENAEventProcessorImpl()
           
 
Method Summary
protected  java.lang.String getUnprefixedNodeName(org.w3c.dom.Node node)
           
 void readBody(IncomingEventRequestMessage requestMessage)
           
protected  void readProperties(org.w3c.dom.Element propertysetElement, IncomingEventRequestMessage message)
           
protected  org.w3c.dom.Element readPropertysetElement(org.w3c.dom.Document d)
           
protected  java.lang.String toString(org.w3c.dom.Document d)
           
 void writeBody(OutgoingEventRequestMessage requestMessage)
           
protected  void writeProperties(org.w3c.dom.Document d, org.w3c.dom.Element propertysetElement, OutgoingEventRequestMessage message)
           
protected  org.w3c.dom.Element writePropertysetElement(org.w3c.dom.Document d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GENAEventProcessorImpl

public GENAEventProcessorImpl()
Method Detail

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 org.w3c.dom.Element writePropertysetElement(org.w3c.dom.Document d)

readPropertysetElement

protected org.w3c.dom.Element readPropertysetElement(org.w3c.dom.Document d)

writeProperties

protected void writeProperties(org.w3c.dom.Document d,
                               org.w3c.dom.Element propertysetElement,
                               OutgoingEventRequestMessage message)

readProperties

protected void readProperties(org.w3c.dom.Element propertysetElement,
                              IncomingEventRequestMessage message)

toString

protected java.lang.String toString(org.w3c.dom.Document d)
                             throws java.lang.Exception
Throws:
java.lang.Exception

getUnprefixedNodeName

protected java.lang.String getUnprefixedNodeName(org.w3c.dom.Node node)


Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.