Interface LiteralTypeVisitor
-
- 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 LiteralTypeVisitor- Author:
- JAX-RPC Development Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisit(LiteralAllType type)voidvisit(LiteralArrayType type)voidvisit(LiteralArrayWrapperType type)voidvisit(LiteralAttachmentType type)voidvisit(LiteralEnumerationType type)voidvisit(LiteralFragmentType type)voidvisit(LiteralIDType type)voidvisit(LiteralListType type)voidvisit(LiteralSequenceType type)voidvisit(LiteralSimpleType type)
-
-
-
Method Detail
-
visit
void visit(LiteralSimpleType type) throws Exception
- Throws:
Exception
-
visit
void visit(LiteralSequenceType type) throws Exception
- Throws:
Exception
-
visit
void visit(LiteralArrayType type) throws Exception
- Throws:
Exception
-
visit
void visit(LiteralAllType type) throws Exception
- Throws:
Exception
-
visit
void visit(LiteralFragmentType type) throws Exception
- Throws:
Exception
-
visit
void visit(LiteralEnumerationType type) throws Exception
- Throws:
Exception
-
visit
void visit(LiteralListType type) throws Exception
- Throws:
Exception
-
visit
void visit(LiteralIDType type) throws Exception
- Throws:
Exception
-
visit
void visit(LiteralArrayWrapperType type) throws Exception
- Throws:
Exception
-
visit
void visit(LiteralAttachmentType type) throws Exception
- Throws:
Exception
-
-