public class ClassNameCollector extends ExtendedModelVisitor implements JAXBTypeVisitor
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 ExtendedModelVisitor
Exception
protected void preVisit(Service service) throws Exception
preVisit
in class ExtendedModelVisitor
Exception
protected void processPort11x(Port port)
protected void preVisit(Port port) throws Exception
preVisit
in class ExtendedModelVisitor
Exception
protected void postVisit(Port port) throws Exception
postVisit
in class ExtendedModelVisitor
Exception
protected boolean shouldVisit(Port port)
shouldVisit
in class ExtendedModelVisitor
protected void preVisit(Fault fault) throws Exception
preVisit
in class ExtendedModelVisitor
Exception
protected void visitBodyBlock(Block block) throws Exception
visitBodyBlock
in class ExtendedModelVisitor
Exception
protected void visitHeaderBlock(Block block) throws Exception
visitHeaderBlock
in class ExtendedModelVisitor
Exception
protected void visitFaultBlock(Block block) throws Exception
visitFaultBlock
in class ExtendedModelVisitor
Exception
protected void visit(Parameter parameter) throws Exception
visit
in class ExtendedModelVisitor
Exception
public void visit(JAXBType type) throws Exception
visit
in interface JAXBTypeVisitor
Exception
public void visit(RpcLitStructure type) throws Exception
visit
in interface JAXBTypeVisitor
Exception
Copyright © 2018 Oracle Corporation. All rights reserved.