Interface SOAPTypeVisitor
-
- All Known Implementing Classes:
CanonicalModelWriter,ClassNameCollector,CustomClassGenerator,CustomExceptionGenerator,EnumerationEncoderGenerator,EnumerationGenerator,FaultExceptionBuilderGenerator,GeneratorBase,HolderGenerator,InterfaceSerializerGenerator,LiteralObjectSerializerGenerator,ModelWriter,SerializerRegistryGenerator,ServletConfigGenerator,SOAPFaultSerializerGenerator,SOAPObjectBuilderGenerator,SOAPObjectSerializerGenerator,StubGenerator,StubTieGeneratorBase,TieGenerator,TypeVisitor
public interface SOAPTypeVisitor- Author:
- JAX-RPC Development Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisit(RPCRequestOrderedStructureType type)voidvisit(RPCRequestUnorderedStructureType type)voidvisit(RPCResponseStructureType type)voidvisit(SOAPAnyType type)voidvisit(SOAPArrayType type)voidvisit(SOAPCustomType type)voidvisit(SOAPEnumerationType type)voidvisit(SOAPListType type)voidvisit(SOAPOrderedStructureType type)voidvisit(SOAPSimpleType type)voidvisit(SOAPUnorderedStructureType type)
-
-
-
Method Detail
-
visit
void visit(SOAPArrayType type) throws Exception
- Throws:
Exception
-
visit
void visit(SOAPCustomType type) throws Exception
- Throws:
Exception
-
visit
void visit(SOAPEnumerationType type) throws Exception
- Throws:
Exception
-
visit
void visit(SOAPSimpleType type) throws Exception
- Throws:
Exception
-
visit
void visit(SOAPAnyType type) throws Exception
- Throws:
Exception
-
visit
void visit(SOAPOrderedStructureType type) throws Exception
- Throws:
Exception
-
visit
void visit(SOAPUnorderedStructureType type) throws Exception
- Throws:
Exception
-
visit
void visit(RPCRequestOrderedStructureType type) throws Exception
- Throws:
Exception
-
visit
void visit(RPCRequestUnorderedStructureType type) throws Exception
- Throws:
Exception
-
visit
void visit(RPCResponseStructureType type) throws Exception
- Throws:
Exception
-
visit
void visit(SOAPListType type) throws Exception
- Throws:
Exception
-
-