org.idoox.wasp.tools.wsdlc
Class WSDLCompilerFactory

java.lang.Object
  extended byorg.idoox.wasp.tools.wsdlc.WSDLCompilerFactory

Deprecated. Use WSDL2JavaFactory instead.

public abstract class WSDLCompilerFactory
extends java.lang.Object

A factory which creates an implementation of WSDLCompiler interface.

Since:
4.0
Component:
Core-Tools

Field Summary
static java.lang.String CONTEXT_WSDLCOMPILER_FACTORY
          Deprecated. Use WSDL2JavaFactory.CONTEXT_WSDL2JAVA_FACTORY
 
Constructor Summary
WSDLCompilerFactory()
          Deprecated.  
 
Method Summary
protected abstract  WSDLCompiler getWSDLCompilerInstance()
          Deprecated. Returns an implementation of WSDLCompiler interface.
static WSDLCompiler newWSDLCompiler()
          Deprecated. Use WSDL2JavaFactory.newWSDL2Java()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTEXT_WSDLCOMPILER_FACTORY

public static final java.lang.String CONTEXT_WSDLCOMPILER_FACTORY
Deprecated. Use WSDL2JavaFactory.CONTEXT_WSDL2JAVA_FACTORY

This key represents instance of WSDLCompilerFactory in the org.idoox.wasp.Context.

See Also:
Constant Field Values
Constructor Detail

WSDLCompilerFactory

public WSDLCompilerFactory()
Deprecated. 
Method Detail

newWSDLCompiler

public static final WSDLCompiler newWSDLCompiler()
Deprecated. Use WSDL2JavaFactory.newWSDL2Java()

Returns an implementation of WSDLCompiler interface.

Returns:
the WSDLCompiler implementation

getWSDLCompilerInstance

protected abstract WSDLCompiler getWSDLCompilerInstance()
Deprecated. 
Returns an implementation of WSDLCompiler interface. Each factory implementation has to implement this method.

Returns:
the WSDLCompiler implementation
Since:
4.5