public class ClassNameCollector extends ExtendedModelVisitor implements JAXBTypeVisitor
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
doneVisitingJAXBModel |
| Constructor and Description |
|---|
ClassNameCollector() |
| Modifier and Type | Method and Description |
|---|---|
Set |
getConflictingClassNames() |
Set<String> |
getExceptionClassNames() |
Set<String> |
getJaxbGeneratedClassNames() |
Set<String> |
getSeiClassNames() |
protected void |
postVisit(Model model) |
protected void |
postVisit(Port port) |
protected void |
preVisit(Fault fault) |
protected void |
preVisit(Port port) |
protected void |
preVisit(Service service) |
void |
process(Model model) |
protected void |
processPort11x(Port port) |
protected boolean |
shouldVisit(Port port) |
void |
visit(JAXBType type) |
protected void |
visit(Parameter parameter) |
void |
visit(RpcLitStructure type) |
protected void |
visitBlock(Block block) |
protected void |
visitBodyBlock(Block block) |
protected void |
visitFaultBlock(Block block) |
protected void |
visitHeaderBlock(Block block) |
public void process(Model model)
public Set getConflictingClassNames()
protected void postVisit(Model model) throws Exception
postVisit in class ExtendedModelVisitorExceptionprotected void preVisit(Service service) throws Exception
preVisit in class ExtendedModelVisitorExceptionprotected void processPort11x(Port port)
protected void preVisit(Port port) throws Exception
preVisit in class ExtendedModelVisitorExceptionprotected void postVisit(Port port) throws Exception
postVisit in class ExtendedModelVisitorExceptionprotected boolean shouldVisit(Port port)
shouldVisit in class ExtendedModelVisitorprotected void preVisit(Fault fault) throws Exception
preVisit in class ExtendedModelVisitorExceptionprotected void visitBodyBlock(Block block) throws Exception
visitBodyBlock in class ExtendedModelVisitorExceptionprotected void visitHeaderBlock(Block block) throws Exception
visitHeaderBlock in class ExtendedModelVisitorExceptionprotected void visitFaultBlock(Block block) throws Exception
visitFaultBlock in class ExtendedModelVisitorExceptionprotected void visit(Parameter parameter) throws Exception
visit in class ExtendedModelVisitorExceptionpublic void visit(JAXBType type) throws Exception
visit in interface JAXBTypeVisitorExceptionpublic void visit(RpcLitStructure type) throws Exception
visit in interface JAXBTypeVisitorExceptionCopyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.