org.apache.servicemix.maven.plugin.jbi
Class AbstractDescriptorWriter

java.lang.Object
  extended by org.apache.servicemix.maven.plugin.jbi.AbstractDescriptorWriter
Direct Known Subclasses:
JbiServiceAssemblyDescriptorWriter, JbiServiceUnitDescriptorWriter

public class AbstractDescriptorWriter
extends java.lang.Object


Constructor Summary
AbstractDescriptorWriter()
           
 
Method Summary
protected  void addQNameAttribute(org.codehaus.plexus.util.xml.XMLWriter writer, java.lang.String attributeName, javax.xml.namespace.QName attributeValue, java.util.Map namespaceMap)
           
protected  void addStringAttribute(org.codehaus.plexus.util.xml.XMLWriter writer, java.lang.String attributeName, java.lang.String attributeValue)
           
protected  java.util.Map getNamespaceMap(java.util.List provides, java.util.List consumes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDescriptorWriter

public AbstractDescriptorWriter()
Method Detail

addStringAttribute

protected void addStringAttribute(org.codehaus.plexus.util.xml.XMLWriter writer,
                                  java.lang.String attributeName,
                                  java.lang.String attributeValue)

addQNameAttribute

protected void addQNameAttribute(org.codehaus.plexus.util.xml.XMLWriter writer,
                                 java.lang.String attributeName,
                                 javax.xml.namespace.QName attributeValue,
                                 java.util.Map namespaceMap)

getNamespaceMap

protected java.util.Map getNamespaceMap(java.util.List provides,
                                        java.util.List consumes)


Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.