com.sun.tools.ws.processor.model
Interface ModelVisitor
- All Known Implementing Classes:
- CustomExceptionGenerator, GeneratorBase, JwsImplGenerator, SeiGenerator, ServiceGenerator
public interface ModelVisitor
- Author:
- WS Development Team
visit
void visit(Model model)
throws java.lang.Exception
- Throws:
java.lang.Exception
visit
void visit(Service service)
throws java.lang.Exception
- Throws:
java.lang.Exception
visit
void visit(Port port)
throws java.lang.Exception
- Throws:
java.lang.Exception
visit
void visit(Operation operation)
throws java.lang.Exception
- Throws:
java.lang.Exception
visit
void visit(Request request)
throws java.lang.Exception
- Throws:
java.lang.Exception
visit
void visit(Response response)
throws java.lang.Exception
- Throws:
java.lang.Exception
visit
void visit(Fault fault)
throws java.lang.Exception
- Throws:
java.lang.Exception
visit
void visit(Block block)
throws java.lang.Exception
- Throws:
java.lang.Exception
visit
void visit(Parameter parameter)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.