com.sun.tools.ws.wsdl.document
Class WSDLDocumentVisitorBase

java.lang.Object
  extended by com.sun.tools.ws.wsdl.framework.ExtensionVisitorBase
      extended by com.sun.tools.ws.wsdl.document.WSDLDocumentVisitorBase
All Implemented Interfaces:
ExtensionVisitor

public class WSDLDocumentVisitorBase
extends ExtensionVisitorBase


Constructor Summary
WSDLDocumentVisitorBase()
           
 
Method Summary
 void postVisit(Binding binding)
           
 void postVisit(BindingFault fault)
           
 void postVisit(BindingInput input)
           
 void postVisit(BindingOperation operation)
           
 void postVisit(BindingOutput output)
           
 void postVisit(Definitions definitions)
           
 void postVisit(Fault fault)
           
 void postVisit(Input input)
           
 void postVisit(Message message)
           
 void postVisit(Operation operation)
           
 void postVisit(Output output)
           
 void postVisit(Port port)
           
 void postVisit(PortType portType)
           
 void postVisit(Service service)
           
 void postVisit(Types types)
           
 void preVisit(Binding binding)
           
 void preVisit(BindingFault fault)
           
 void preVisit(BindingInput input)
           
 void preVisit(BindingOperation operation)
           
 void preVisit(BindingOutput output)
           
 void preVisit(Definitions definitions)
           
 void preVisit(Fault fault)
           
 void preVisit(Input input)
           
 void preVisit(Message message)
           
 void preVisit(Operation operation)
           
 void preVisit(Output output)
           
 void preVisit(Port port)
           
 void preVisit(PortType portType)
           
 void preVisit(Service service)
           
 void preVisit(Types types)
           
 void visit(Documentation documentation)
           
 void visit(Import i)
           
 void visit(MessagePart part)
           
 
Methods inherited from class com.sun.tools.ws.wsdl.framework.ExtensionVisitorBase
postVisit, preVisit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLDocumentVisitorBase

public WSDLDocumentVisitorBase()
Method Detail

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