org.idoox.wasp.tools.wsdl2java
Class WSDL2JavaFactory

java.lang.Object
  extended byorg.idoox.wasp.tools.wsdl2java.WSDL2JavaFactory

public abstract class WSDL2JavaFactory
extends java.lang.Object

A factory which creates an implementation of WSDL2Java interface. The WSDL2Java allows you to generate Java classes according to WSDL definitions.

Since:
4.5
See Also:
WSDL2Java
Component:
Core-Tools

Field Summary
static java.lang.String CONTEXT_WSDL2JAVA_FACTORY
          This key represents instance of WSDL2JavaFactory in the org.idoox.wasp.Context.
 
Constructor Summary
WSDL2JavaFactory()
           
 
Method Summary
protected abstract  WSDL2Java getWSDL2JavaInstance()
          Returns an implementation of WSDL2Java interface.
static WSDL2Java newWSDL2Java()
          Returns an implementation of WSDL2Java interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTEXT_WSDL2JAVA_FACTORY

public static final java.lang.String CONTEXT_WSDL2JAVA_FACTORY
This key represents instance of WSDL2JavaFactory in the org.idoox.wasp.Context.

See Also:
Constant Field Values
Constructor Detail

WSDL2JavaFactory

public WSDL2JavaFactory()
Method Detail

newWSDL2Java

public static final WSDL2Java newWSDL2Java()
Returns an implementation of WSDL2Java interface.

Returns:
the WSDL2Java implementation

getWSDL2JavaInstance

protected abstract WSDL2Java getWSDL2JavaInstance()
Returns an implementation of WSDL2Java interface. Each factory implementation has to implement this method.

Returns:
the WSDL2Java implementation
Since:
4.5