|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.spi.idl.java.JavaIDLUtils
public final class JavaIDLUtils
Contains methods for mapping between an operation in a ServiceContract
and a
method defined by a Java interface
Method Summary | |
---|---|
static Method |
findMethod(Operation<?> operation,
Method[] methods)
Searches an array of methods for a match against the given operation |
static Operation |
findOperation(Method method,
Collection<Operation<?>> operations)
Searches a collection of operations for a match against the given method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Method findMethod(Operation<?> operation, Method[] methods)
operation
- the operation to matchmethods
- the methods to match against
public static Operation findOperation(Method method, Collection<Operation<?>> operations)
method
- the method to matchoperations
- the operations to match against
|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |