Package com.sun.tools.ws.processor.model
Class ExtendedModelVisitor
- java.lang.Object
-
- com.sun.tools.ws.processor.model.ExtendedModelVisitor
-
- Direct Known Subclasses:
ClassNameCollector
public class ExtendedModelVisitor extends Object
A model visitor incorporating all the logic required to walk through the model.- Author:
- WS Development Team
-
-
Constructor Summary
Constructors Constructor Description ExtendedModelVisitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidpostVisit(Fault fault)protected voidpostVisit(Model model)protected voidpostVisit(Operation operation)protected voidpostVisit(Port port)protected voidpostVisit(Request request)protected voidpostVisit(Response response)protected voidpostVisit(Service service)protected voidpreVisit(Fault fault)protected voidpreVisit(Model model)protected voidpreVisit(Operation operation)protected voidpreVisit(Port port)protected voidpreVisit(Request request)protected voidpreVisit(Response response)protected voidpreVisit(Service service)protected booleanshouldVisit(Port port)voidvisit(Model model)protected voidvisit(Parameter parameter)protected voidvisitBodyBlock(Block block)protected voidvisitFaultBlock(Block block)protected voidvisitHeaderBlock(Block block)
-
-
-
Method Detail
-
shouldVisit
protected boolean shouldVisit(Port port)
-
-