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

java.lang.Object
  extended by 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


Field Summary
static java.lang.String JBI_NAMESPACE
           
 
Constructor Summary
JbiServiceFileAnalyzer()
           
 
Method Summary
 java.util.List getConsumes()
           
 java.util.List getProvides()
           
 void init(java.io.File explodedServiceUnitRoot)
           
 void setJbiServicesFile(java.io.File jbiServicesFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JBI_NAMESPACE

public static final java.lang.String JBI_NAMESPACE
See Also:
Constant Field Values
Constructor Detail

JbiServiceFileAnalyzer

public JbiServiceFileAnalyzer()
Method Detail

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-2010 Apache Software Foundation. All Rights Reserved.