com.sun.tools.ws.wsdl.document
Class WSDLDocumentVisitorBase
java.lang.Object
com.sun.tools.ws.wsdl.framework.ExtensionVisitorBase
com.sun.tools.ws.wsdl.document.WSDLDocumentVisitorBase
- All Implemented Interfaces:
- ExtensionVisitor
public class WSDLDocumentVisitorBase
- extends ExtensionVisitorBase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLDocumentVisitorBase
public WSDLDocumentVisitorBase()
preVisit
public void preVisit(Definitions definitions)
throws Exception
- Throws:
Exception
postVisit
public void postVisit(Definitions definitions)
throws Exception
- Throws:
Exception
visit
public void visit(Import i)
throws Exception
- Throws:
Exception
preVisit
public void preVisit(Types types)
throws Exception
- Throws:
Exception
postVisit
public void postVisit(Types types)
throws Exception
- Throws:
Exception
preVisit
public void preVisit(Message message)
throws Exception
- Throws:
Exception
postVisit
public void postVisit(Message message)
throws Exception
- Throws:
Exception
visit
public void visit(MessagePart part)
throws Exception
- Throws:
Exception
preVisit
public void preVisit(PortType portType)
throws Exception
- Throws:
Exception
postVisit
public void postVisit(PortType portType)
throws Exception
- Throws:
Exception
preVisit
public void preVisit(Operation operation)
throws Exception
- Throws:
Exception
postVisit
public void postVisit(Operation operation)
throws Exception
- Throws:
Exception
preVisit
public void preVisit(Input input)
throws Exception
- Throws:
Exception
postVisit
public void postVisit(Input input)
throws Exception
- Throws:
Exception
preVisit
public void preVisit(Output output)
throws Exception
- Throws:
Exception
postVisit
public void postVisit(Output output)
throws Exception
- Throws:
Exception
preVisit
public void preVisit(Fault fault)
throws Exception
- Throws:
Exception
postVisit
public void postVisit(Fault fault)
throws Exception
- Throws:
Exception
preVisit
public void preVisit(Binding binding)
throws Exception
- Throws:
Exception
postVisit
public void postVisit(Binding binding)
throws Exception
- Throws:
Exception
preVisit
public void preVisit(BindingOperation operation)
throws Exception
- Throws:
Exception
postVisit
public void postVisit(BindingOperation operation)
throws Exception
- Throws:
Exception
preVisit
public void preVisit(BindingInput input)
throws Exception
- Throws:
Exception
postVisit
public void postVisit(BindingInput input)
throws Exception
- Throws:
Exception
preVisit
public void preVisit(BindingOutput output)
throws Exception
- Throws:
Exception
postVisit
public void postVisit(BindingOutput output)
throws Exception
- Throws:
Exception
preVisit
public void preVisit(BindingFault fault)
throws Exception
- Throws:
Exception
postVisit
public void postVisit(BindingFault fault)
throws Exception
- Throws:
Exception
preVisit
public void preVisit(Service service)
throws Exception
- Throws:
Exception
postVisit
public void postVisit(Service service)
throws Exception
- Throws:
Exception
preVisit
public void preVisit(Port port)
throws Exception
- Throws:
Exception
postVisit
public void postVisit(Port port)
throws Exception
- Throws:
Exception
visit
public void visit(Documentation documentation)
throws Exception
- Throws:
Exception