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 java.lang.Object
A model visitor incorporating all the logic required to walk through the model.
- Author:
- WS Development Team
| 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 java.lang.Exception
- Throws:
java.lang.Exception
shouldVisit
protected boolean shouldVisit(Port port)
preVisit
protected void preVisit(Model model)
throws java.lang.Exception
- Throws:
java.lang.Exception
postVisit
protected void postVisit(Model model)
throws java.lang.Exception
- Throws:
java.lang.Exception
preVisit
protected void preVisit(Service service)
throws java.lang.Exception
- Throws:
java.lang.Exception
postVisit
protected void postVisit(Service service)
throws java.lang.Exception
- Throws:
java.lang.Exception
preVisit
protected void preVisit(Port port)
throws java.lang.Exception
- Throws:
java.lang.Exception
postVisit
protected void postVisit(Port port)
throws java.lang.Exception
- Throws:
java.lang.Exception
preVisit
protected void preVisit(Operation operation)
throws java.lang.Exception
- Throws:
java.lang.Exception
postVisit
protected void postVisit(Operation operation)
throws java.lang.Exception
- Throws:
java.lang.Exception
preVisit
protected void preVisit(Request request)
throws java.lang.Exception
- Throws:
java.lang.Exception
postVisit
protected void postVisit(Request request)
throws java.lang.Exception
- Throws:
java.lang.Exception
preVisit
protected void preVisit(Response response)
throws java.lang.Exception
- Throws:
java.lang.Exception
postVisit
protected void postVisit(Response response)
throws java.lang.Exception
- Throws:
java.lang.Exception
preVisit
protected void preVisit(Fault fault)
throws java.lang.Exception
- Throws:
java.lang.Exception
postVisit
protected void postVisit(Fault fault)
throws java.lang.Exception
- Throws:
java.lang.Exception
visitBodyBlock
protected void visitBodyBlock(Block block)
throws java.lang.Exception
- Throws:
java.lang.Exception
visitHeaderBlock
protected void visitHeaderBlock(Block block)
throws java.lang.Exception
- Throws:
java.lang.Exception
visitFaultBlock
protected void visitFaultBlock(Block block)
throws java.lang.Exception
- Throws:
java.lang.Exception
visit
protected void visit(Parameter parameter)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.