org.apache.servicemix.maven.plugin.jbi
Class JbiServiceFileAnalyzer
java.lang.Object
org.apache.servicemix.maven.plugin.jbi.JbiServiceFileAnalyzer
- All Implemented Interfaces:
- org.apache.servicemix.common.packaging.ServiceUnitAnalyzer
public class JbiServiceFileAnalyzer
- extends java.lang.Object
- implements org.apache.servicemix.common.packaging.ServiceUnitAnalyzer
A dummy implementation of the ServiceUnitAnalyzer that allows you to generate
the consumes and provides from a simple XML file
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JBI_NAMESPACE
public static final java.lang.String JBI_NAMESPACE
- See Also:
- Constant Field Values
JbiServiceFileAnalyzer
public JbiServiceFileAnalyzer()
getConsumes
public java.util.List getConsumes()
- Specified by:
getConsumes in interface org.apache.servicemix.common.packaging.ServiceUnitAnalyzer
getProvides
public java.util.List getProvides()
- Specified by:
getProvides in interface org.apache.servicemix.common.packaging.ServiceUnitAnalyzer
init
public void init(java.io.File explodedServiceUnitRoot)
- Specified by:
init in interface org.apache.servicemix.common.packaging.ServiceUnitAnalyzer
setJbiServicesFile
public void setJbiServicesFile(java.io.File jbiServicesFile)
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright ? 2005-2007. All Rights Reserved.