public interface WSDLDocumentVisitor extends ExtensionVisitor
Modifier and Type | Method and Description |
---|---|
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) |
postVisit, preVisit
void preVisit(Definitions definitions) throws Exception
Exception
void postVisit(Definitions definitions) throws Exception
Exception
void visit(MessagePart part) throws Exception
Exception
void preVisit(BindingOperation operation) throws Exception
Exception
void postVisit(BindingOperation operation) throws Exception
Exception
void preVisit(BindingInput input) throws Exception
Exception
void postVisit(BindingInput input) throws Exception
Exception
void preVisit(BindingOutput output) throws Exception
Exception
void postVisit(BindingOutput output) throws Exception
Exception
void preVisit(BindingFault fault) throws Exception
Exception
void postVisit(BindingFault fault) throws Exception
Exception
void visit(Documentation documentation) throws Exception
Exception
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.