com.sun.tools.ws.wsdl.document
Interface WSDLDocumentVisitor
- All Superinterfaces:
- ExtensionVisitor
public interface WSDLDocumentVisitor
- extends ExtensionVisitor
A visitor for WSDL documents.
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