|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InterfaceJavaIntrospector
Processor for creating JavaServiceContract definitions from Java Classes.
Method Summary | ||
---|---|---|
|
introspect(Class<I> type)
Introspect a Java interface and return a service contract definition. |
|
|
introspect(Class<I> type,
Class<C> callback)
Introspect a Java interface and return a service contract definition. |
Method Detail |
---|
<I> JavaServiceContract introspect(Class<I> type) throws InvalidServiceContractException
type
- the interface to inspect
InvalidServiceContractException
<I,C> JavaServiceContract introspect(Class<I> type, Class<C> callback) throws InvalidServiceContractException
type
- the interface to inspectcallback
- the callback interface to inspec
InvalidServiceContractException
|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |