com.sun.tools.ws.processor.model
Class ExtendedModelVisitor
java.lang.Object
com.sun.tools.ws.processor.model.ExtendedModelVisitor
- Direct Known Subclasses:
- ClassNameCollector
public class ExtendedModelVisitor
- extends Object
A model visitor incorporating all the logic required to walk through the model.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtendedModelVisitor
public ExtendedModelVisitor()
visit
public void visit(Model model)
throws Exception
- Throws:
Exception
shouldVisit
protected boolean shouldVisit(Port port)
preVisit
protected void preVisit(Model model)
throws Exception
- Throws:
Exception
postVisit
protected void postVisit(Model model)
throws Exception
- Throws:
Exception
preVisit
protected void preVisit(Service service)
throws Exception
- Throws:
Exception
postVisit
protected void postVisit(Service service)
throws Exception
- Throws:
Exception
preVisit
protected void preVisit(Port port)
throws Exception
- Throws:
Exception
postVisit
protected void postVisit(Port port)
throws Exception
- Throws:
Exception
preVisit
protected void preVisit(Operation operation)
throws Exception
- Throws:
Exception
postVisit
protected void postVisit(Operation operation)
throws Exception
- Throws:
Exception
preVisit
protected void preVisit(Request request)
throws Exception
- Throws:
Exception
postVisit
protected void postVisit(Request request)
throws Exception
- Throws:
Exception
preVisit
protected void preVisit(Response response)
throws Exception
- Throws:
Exception
postVisit
protected void postVisit(Response response)
throws Exception
- Throws:
Exception
preVisit
protected void preVisit(Fault fault)
throws Exception
- Throws:
Exception
postVisit
protected void postVisit(Fault fault)
throws Exception
- Throws:
Exception
visitBodyBlock
protected void visitBodyBlock(Block block)
throws Exception
- Throws:
Exception
visitHeaderBlock
protected void visitHeaderBlock(Block block)
throws Exception
- Throws:
Exception
visitFaultBlock
protected void visitFaultBlock(Block block)
throws Exception
- Throws:
Exception
visit
protected void visit(Parameter parameter)
throws Exception
- Throws:
Exception