|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.org.toot.service.ServiceVisitor
public class ServiceVisitor
ServiceVisitor defines the Gang of Four Visitor pattern contract for visiting service providers and their provided service descriptors. It is provided as a class with empty implementations rather than an interface so that simple implementations need override only one of the methods.
Constructor Summary | |
---|---|
ServiceVisitor()
|
Method Summary | |
---|---|
void |
visitDescriptor(ServiceDescriptor d)
|
void |
visitProvider(ServiceProvider p)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceVisitor()
Method Detail |
---|
public void visitProvider(ServiceProvider p)
public void visitDescriptor(ServiceDescriptor d)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |