|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidServiceContractException | |
---|---|
org.apache.tuscany.spi.idl | |
org.apache.tuscany.spi.idl.java | |
org.apache.tuscany.spi.implementation.java |
Uses of InvalidServiceContractException in org.apache.tuscany.spi.idl |
---|
Subclasses of InvalidServiceContractException in org.apache.tuscany.spi.idl | |
---|---|
class |
OverloadedOperationException
Exception thrown to indicate that a service contract specification contains an overloaded method. |
Uses of InvalidServiceContractException in org.apache.tuscany.spi.idl.java |
---|
Methods in org.apache.tuscany.spi.idl.java that throw InvalidServiceContractException | ||
---|---|---|
|
InterfaceJavaIntrospector.introspect(Class<I> type)
Introspect a Java interface and return a service contract definition. |
|
|
InterfaceJavaIntrospector.introspect(Class<I> type,
Class<C> callback)
Introspect a Java interface and return a service contract definition. |
|
void |
JavaInterfaceProcessor.visitInterface(Class<?> clazz,
Class<?> callbackClass,
JavaServiceContract contract)
|
Uses of InvalidServiceContractException in org.apache.tuscany.spi.implementation.java |
---|
Methods in org.apache.tuscany.spi.implementation.java that throw InvalidServiceContractException | |
---|---|
JavaMappedService |
ImplementationProcessorService.createService(Class<?> interfaze)
Introspects the given interface to produce a mapped service |
JavaMappedService |
ImplementationProcessorService.createService(Class<?> interfaze)
Introspects the given interface to produce a mapped service |
void |
ImplementationProcessorService.processCallback(Class<?> interfaze,
ServiceContract<?> contract)
Processes the callback contract for a given interface type |
|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV NEXT | FRAMES NO FRAMES |