com.sun.tools.ws.processor.model
Interface ModelVisitor

All Known Implementing Classes:
CustomExceptionGenerator, GeneratorBase, JwsImplGenerator, SeiGenerator, ServiceGenerator

public interface ModelVisitor

Author:
WS Development Team

Method Summary
 void visit(Block block)
           
 void visit(Fault fault)
           
 void visit(Model model)
           
 void visit(Operation operation)
           
 void visit(Parameter parameter)
           
 void visit(Port port)
           
 void visit(Request request)
           
 void visit(Response response)
           
 void visit(Service service)
           
 

Method Detail

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.