|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.servicemix.common.xbean.AbstractXBeanServiceUnitAnalyzer
public abstract class AbstractXBeanServiceUnitAnalyzer
| Constructor Summary | |
|---|---|
AbstractXBeanServiceUnitAnalyzer()
|
|
| Method Summary | |
|---|---|
protected java.util.List |
getBeanFactoryPostProcessors(java.lang.String absolutePath)
|
java.util.List<Consumes> |
getConsumes()
Returns a list of Consumes representing the service unit being analyzed. |
protected abstract java.util.List<Consumes> |
getConsumes(Endpoint endpoint)
|
java.util.List<Provides> |
getProvides()
Returns a list of Provides representing the service unit being analyzed. |
protected java.util.List<Provides> |
getProvides(Endpoint endpoint)
|
protected abstract java.lang.String |
getXBeanFile()
|
void |
init(java.io.File explodedServiceUnitRoot)
Initializes the analyzer based on the root directory of an exploded service unit. |
protected abstract boolean |
isValidEndpoint(java.lang.Object bean)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractXBeanServiceUnitAnalyzer()
| Method Detail |
|---|
public java.util.List<Consumes> getConsumes()
ServiceUnitAnalyzerReturns a list of Consumes representing the service unit being analyzed.
getConsumes in interface ServiceUnitAnalyzerprotected abstract java.util.List<Consumes> getConsumes(Endpoint endpoint)
public java.util.List<Provides> getProvides()
ServiceUnitAnalyzerReturns a list of Provides representing the service unit being analyzed.
getProvides in interface ServiceUnitAnalyzerprotected java.util.List<Provides> getProvides(Endpoint endpoint)
protected abstract java.lang.String getXBeanFile()
public void init(java.io.File explodedServiceUnitRoot)
ServiceUnitAnalyzerInitializes the analyzer based on the root directory of an exploded service unit.
init in interface ServiceUnitAnalyzerprotected java.util.List getBeanFactoryPostProcessors(java.lang.String absolutePath)
protected abstract boolean isValidEndpoint(java.lang.Object bean)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||