Package com.sun.xml.rpc.processor.util
Class ClassNameCollector
- java.lang.Object
-
- com.sun.xml.rpc.processor.model.ExtendedModelVisitor
-
- com.sun.xml.rpc.processor.util.ClassNameCollector
-
- All Implemented Interfaces:
LiteralTypeVisitor,SOAPTypeVisitor
public class ClassNameCollector extends ExtendedModelVisitor implements SOAPTypeVisitor, LiteralTypeVisitor
This class writes out a Model as an XML document.- Author:
- JAX-RPC Development Team
-
-
Constructor Summary
Constructors Constructor Description ClassNameCollector()
-
Method Summary
-
-
-
Method Detail
-
process
public void process(Model model)
-
getConflictingClassNames
public Set getConflictingClassNames()
-
postVisit
protected void postVisit(Model model) throws Exception
- Overrides:
postVisitin classExtendedModelVisitor- Throws:
Exception
-
preVisit
protected void preVisit(Service service) throws Exception
- Overrides:
preVisitin classExtendedModelVisitor- Throws:
Exception
-
preVisit
protected void preVisit(Port port) throws Exception
- Overrides:
preVisitin classExtendedModelVisitor- Throws:
Exception
-
postVisit
protected void postVisit(Port port) throws Exception
- Overrides:
postVisitin classExtendedModelVisitor- Throws:
Exception
-
shouldVisit
protected boolean shouldVisit(Port port)
- Overrides:
shouldVisitin classExtendedModelVisitor
-
preVisit
protected void preVisit(Fault fault) throws Exception
- Overrides:
preVisitin classExtendedModelVisitor- Throws:
Exception
-
visitBodyBlock
protected void visitBodyBlock(Block block) throws Exception
- Overrides:
visitBodyBlockin classExtendedModelVisitor- Throws:
Exception
-
visitHeaderBlock
protected void visitHeaderBlock(Block block) throws Exception
- Overrides:
visitHeaderBlockin classExtendedModelVisitor- Throws:
Exception
-
visitFaultBlock
protected void visitFaultBlock(Block block) throws Exception
- Overrides:
visitFaultBlockin classExtendedModelVisitor- Throws:
Exception
-
visit
protected void visit(Parameter parameter) throws Exception
- Overrides:
visitin classExtendedModelVisitor- Throws:
Exception
-
visit
public void visit(LiteralSimpleType type) throws Exception
- Specified by:
visitin interfaceLiteralTypeVisitor- Throws:
Exception
-
visit
public void visit(LiteralSequenceType type) throws Exception
- Specified by:
visitin interfaceLiteralTypeVisitor- Throws:
Exception
-
visit
public void visit(LiteralAllType type) throws Exception
- Specified by:
visitin interfaceLiteralTypeVisitor- Throws:
Exception
-
visit
public void visit(LiteralArrayType type) throws Exception
- Specified by:
visitin interfaceLiteralTypeVisitor- Throws:
Exception
-
visit
public void visit(LiteralArrayWrapperType type) throws Exception
- Specified by:
visitin interfaceLiteralTypeVisitor- Throws:
Exception
-
visit
public void visit(LiteralFragmentType type) throws Exception
- Specified by:
visitin interfaceLiteralTypeVisitor- Throws:
Exception
-
visit
public void visit(LiteralListType type) throws Exception
- Specified by:
visitin interfaceLiteralTypeVisitor- Throws:
Exception
-
visit
public void visit(SOAPListType type) throws Exception
- Specified by:
visitin interfaceSOAPTypeVisitor- Throws:
Exception
-
visit
public void visit(LiteralIDType type) throws Exception
- Specified by:
visitin interfaceLiteralTypeVisitor- Throws:
Exception
-
visit
public void visit(LiteralEnumerationType type) throws Exception
- Specified by:
visitin interfaceLiteralTypeVisitor- Throws:
Exception
-
visit
public void visit(SOAPArrayType type) throws Exception
- Specified by:
visitin interfaceSOAPTypeVisitor- Throws:
Exception
-
visit
public void visit(SOAPCustomType type) throws Exception
- Specified by:
visitin interfaceSOAPTypeVisitor- Throws:
Exception
-
visit
public void visit(SOAPEnumerationType type) throws Exception
- Specified by:
visitin interfaceSOAPTypeVisitor- Throws:
Exception
-
visit
public void visit(SOAPSimpleType type) throws Exception
- Specified by:
visitin interfaceSOAPTypeVisitor- Throws:
Exception
-
visit
public void visit(SOAPAnyType type) throws Exception
- Specified by:
visitin interfaceSOAPTypeVisitor- Throws:
Exception
-
visit
public void visit(SOAPOrderedStructureType type) throws Exception
- Specified by:
visitin interfaceSOAPTypeVisitor- Throws:
Exception
-
visit
public void visit(SOAPUnorderedStructureType type) throws Exception
- Specified by:
visitin interfaceSOAPTypeVisitor- Throws:
Exception
-
visit
public void visit(RPCRequestOrderedStructureType type) throws Exception
- Specified by:
visitin interfaceSOAPTypeVisitor- Throws:
Exception
-
visit
public void visit(RPCRequestUnorderedStructureType type) throws Exception
- Specified by:
visitin interfaceSOAPTypeVisitor- Throws:
Exception
-
visit
public void visit(RPCResponseStructureType type) throws Exception
- Specified by:
visitin interfaceSOAPTypeVisitor- Throws:
Exception
-
visit
public void visit(LiteralAttachmentType type) throws Exception
- Specified by:
visitin interfaceLiteralTypeVisitor- Throws:
Exception
-
-