org.eclipse.ecf.osgi.services.remoteserviceadmin
Class EndpointDescriptionWriter.XmlProperty

java.lang.Object
  extended by org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionWriter.ComplexProperty
      extended by org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionWriter.XmlProperty
Enclosing class:
EndpointDescriptionWriter

protected class EndpointDescriptionWriter.XmlProperty
extends EndpointDescriptionWriter.ComplexProperty


Constructor Summary
EndpointDescriptionWriter.XmlProperty(java.lang.String name, java.lang.String xml)
           
 
Method Summary
 void writeProperty(int indentLevel, java.io.Writer writer)
           
 
Methods inherited from class org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionWriter.ComplexProperty
getName, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointDescriptionWriter.XmlProperty

public EndpointDescriptionWriter.XmlProperty(java.lang.String name,
                                             java.lang.String xml)
Method Detail

writeProperty

public void writeProperty(int indentLevel,
                          java.io.Writer writer)
                   throws java.io.IOException
Specified by:
writeProperty in class EndpointDescriptionWriter.ComplexProperty
Throws:
java.io.IOException