com.sun.tools.ws.wsdl.document
Interface WSDLDocumentVisitor

All Superinterfaces:
ExtensionVisitor

public interface WSDLDocumentVisitor
extends ExtensionVisitor

A visitor for WSDL documents.


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 interface com.sun.tools.ws.wsdl.framework.ExtensionVisitor
postVisit, preVisit
 

Method Detail

preVisit

void preVisit(Definitions definitions)
              throws Exception
Throws:
Exception

postVisit

void postVisit(Definitions definitions)
               throws Exception
Throws:
Exception

visit

void visit(Import i)
           throws Exception
Throws:
Exception

preVisit

void preVisit(Types types)
              throws Exception
Throws:
Exception

postVisit

void postVisit(Types types)
               throws Exception
Throws:
Exception

preVisit

void preVisit(Message message)
              throws Exception
Throws:
Exception

postVisit

void postVisit(Message message)
               throws Exception
Throws:
Exception

visit

void visit(MessagePart part)
           throws Exception
Throws:
Exception

preVisit

void preVisit(PortType portType)
              throws Exception
Throws:
Exception

postVisit

void postVisit(PortType portType)
               throws Exception
Throws:
Exception

preVisit

void preVisit(Operation operation)
              throws Exception
Throws:
Exception

postVisit

void postVisit(Operation operation)
               throws Exception
Throws:
Exception

preVisit

void preVisit(Input input)
              throws Exception
Throws:
Exception

postVisit

void postVisit(Input input)
               throws Exception
Throws:
Exception

preVisit

void preVisit(Output output)
              throws Exception
Throws:
Exception

postVisit

void postVisit(Output output)
               throws Exception
Throws:
Exception

preVisit

void preVisit(Fault fault)
              throws Exception
Throws:
Exception

postVisit

void postVisit(Fault fault)
               throws Exception
Throws:
Exception

preVisit

void preVisit(Binding binding)
              throws Exception
Throws:
Exception

postVisit

void postVisit(Binding binding)
               throws Exception
Throws:
Exception

preVisit

void preVisit(BindingOperation operation)
              throws Exception
Throws:
Exception

postVisit

void postVisit(BindingOperation operation)
               throws Exception
Throws:
Exception

preVisit

void preVisit(BindingInput input)
              throws Exception
Throws:
Exception

postVisit

void postVisit(BindingInput input)
               throws Exception
Throws:
Exception

preVisit

void preVisit(BindingOutput output)
              throws Exception
Throws:
Exception

postVisit

void postVisit(BindingOutput output)
               throws Exception
Throws:
Exception

preVisit

void preVisit(BindingFault fault)
              throws Exception
Throws:
Exception

postVisit

void postVisit(BindingFault fault)
               throws Exception
Throws:
Exception

preVisit

void preVisit(Service service)
              throws Exception
Throws:
Exception

postVisit

void postVisit(Service service)
               throws Exception
Throws:
Exception

preVisit

void preVisit(Port port)
              throws Exception
Throws:
Exception

postVisit

void postVisit(Port port)
               throws Exception
Throws:
Exception

visit

void visit(Documentation documentation)
           throws Exception
Throws:
Exception