|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Verifier interface is used to allow service providers to ensure that the meta information for the type or service is correct. The validation process may go so far as to ensure all the classes referenced actually exist, although this is not necessary.
Method Summary | |
boolean |
isServiceValid(Service service)
Validate a service using the supplied Service information. |
boolean |
isTypeValid(Type type)
Validate a type using the supplied Type information. |
Method Detail |
public boolean isTypeValid(Type type)
type
- The type we need to verify
true
if it is validpublic boolean isServiceValid(Service service)
service
- The service we need to verify
true
if it is valid
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |