|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.txbridge.ba.helper.BAServiceVisitor
public class BAServiceVisitor
This component visits the service and describes it in terms of its requirements related to participating in Business Activities. TODO: Redesign this class - it would be better to have multiple small and exchangeable classes than a big one.
Field Summary | |
---|---|
private static org.apache.log4j.Logger |
log
|
Constructor Summary | |
---|---|
BAServiceVisitor()
|
Method Summary | |
---|---|
static ServiceDescription |
processMethod(java.lang.reflect.Method method)
This method processes a single method that |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static org.apache.log4j.Logger log
Constructor Detail |
---|
public BAServiceVisitor()
Method Detail |
---|
public static ServiceDescription processMethod(java.lang.reflect.Method method) throws MethodIncorrectlyAnnotatedException, MethodNotAccessibleException
method
- is the method to be processed.
MethodIncorrectlyAnnotatedException
- if the method is not annotated correctly.
MethodNotAccessibleException
- if the specified compensatiom method is not accessible.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |