org.apache.servicemix.maven.plugin.jbi
Class AbstractDescriptorWriter
java.lang.Object
org.apache.servicemix.maven.plugin.jbi.AbstractDescriptorWriter
- Direct Known Subclasses:
- JbiServiceAssemblyDescriptorWriter, JbiServiceUnitDescriptorWriter
public class AbstractDescriptorWriter
- extends java.lang.Object
|
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 |
AbstractDescriptorWriter
public AbstractDescriptorWriter()
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-2008. All Rights Reserved.