com.sun.tools.ws.processor.util
Class ClassNameCollector
java.lang.Object
com.sun.tools.ws.processor.model.ExtendedModelVisitor
com.sun.tools.ws.processor.util.ClassNameCollector
- All Implemented Interfaces:
- JAXBTypeVisitor
public class ClassNameCollector
- extends ExtendedModelVisitor
- implements JAXBTypeVisitor
This class writes out a Model as an XML document.
- Author:
- WS Development Team
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassNameCollector
public ClassNameCollector()
process
public void process(Model model)
getConflictingClassNames
public java.util.Set getConflictingClassNames()
postVisit
protected void postVisit(Model model)
throws java.lang.Exception
- Overrides:
postVisit in class ExtendedModelVisitor
- Throws:
java.lang.Exception
preVisit
protected void preVisit(Service service)
throws java.lang.Exception
- Overrides:
preVisit in class ExtendedModelVisitor
- Throws:
java.lang.Exception
processPort11x
protected void processPort11x(Port port)
preVisit
protected void preVisit(Port port)
throws java.lang.Exception
- Overrides:
preVisit in class ExtendedModelVisitor
- Throws:
java.lang.Exception
postVisit
protected void postVisit(Port port)
throws java.lang.Exception
- Overrides:
postVisit in class ExtendedModelVisitor
- Throws:
java.lang.Exception
shouldVisit
protected boolean shouldVisit(Port port)
- Overrides:
shouldVisit in class ExtendedModelVisitor
preVisit
protected void preVisit(Fault fault)
throws java.lang.Exception
- Overrides:
preVisit in class ExtendedModelVisitor
- Throws:
java.lang.Exception
visitBodyBlock
protected void visitBodyBlock(Block block)
throws java.lang.Exception
- Overrides:
visitBodyBlock in class ExtendedModelVisitor
- Throws:
java.lang.Exception
visitHeaderBlock
protected void visitHeaderBlock(Block block)
throws java.lang.Exception
- Overrides:
visitHeaderBlock in class ExtendedModelVisitor
- Throws:
java.lang.Exception
visitFaultBlock
protected void visitFaultBlock(Block block)
throws java.lang.Exception
- Overrides:
visitFaultBlock in class ExtendedModelVisitor
- Throws:
java.lang.Exception
visitBlock
protected void visitBlock(Block block)
throws java.lang.Exception
- Throws:
java.lang.Exception
visit
protected void visit(Parameter parameter)
throws java.lang.Exception
- Overrides:
visit in class ExtendedModelVisitor
- Throws:
java.lang.Exception
getSeiClassNames
public java.util.Set<java.lang.String> getSeiClassNames()
getJaxbGeneratedClassNames
public java.util.Set<java.lang.String> getJaxbGeneratedClassNames()
getExceptionClassNames
public java.util.Set<java.lang.String> getExceptionClassNames()
visit
public void visit(JAXBType type)
throws java.lang.Exception
- Specified by:
visit in interface JAXBTypeVisitor
- Throws:
java.lang.Exception
visit
public void visit(RpcLitStructure type)
throws java.lang.Exception
- Specified by:
visit in interface JAXBTypeVisitor
- Throws:
java.lang.Exception
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.