|
Openwings API Documentation (v1.0) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--net.openwings.service.ServiceInterfaceChecker
This class provides static methods that check synchronous and asynchronous service interfaces according to the standards outlined in the Openwings Interface Specification.
| Method Summary | |
static void |
asynchronousInterfaceCheck(java.lang.Class serviceInterface)
This method checks that a asynchronous interface is a valid service interface. |
static void |
synchronousInterfaceCheck(java.lang.Class serviceInterface)
This method checks that a synchronous interface is a valid service interface. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static void synchronousInterfaceCheck(java.lang.Class serviceInterface)
throws ServiceInterfaceException
serviceInterface - interface to be checked
ServiceInterfaceException - if the interface is not a valid
synchronous service interface
public static void asynchronousInterfaceCheck(java.lang.Class serviceInterface)
throws ServiceInterfaceException
serviceInterface - interface to be checked
ServiceInterfaceException - if the interface is not a valid
asynchronous service interface
|
Openwings API Documentation (v1.0) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||