org.apache.axis2.wsdl.codegen.emitter
Interface Emitter
- All Known Implementing Classes:
- AxisServiceBasedMultiLanguageEmitter, CEmitter, JavaEmitter, JAXWS20Emitter, JAXWSEmitter
public interface Emitter
setCodeGenConfiguration
void setCodeGenConfiguration(CodeGenConfiguration configuration)
setMapper
void setMapper(TypeMapper mapper)
emitStub
void emitStub()
throws CodeGenerationException
- Throws:
CodeGenerationException
emitSkeleton
void emitSkeleton()
throws CodeGenerationException
- Throws:
CodeGenerationException
Copyright © 2007 Apache Web Services Project. All Rights Reserved.