com.ebmwebsourcing.easyviper.environment.test.env
Class ExecutionEnvironmentTestFactory

java.lang.Object
  extended by com.ebmwebsourcing.easyviper.environment.test.env.ExecutionEnvironmentTestFactory
Direct Known Subclasses:
ExecutionEnvironmentTestFactoryImpl

public abstract class ExecutionEnvironmentTestFactory
extends java.lang.Object

This abstract class defines a factory API that enables applications to obtain a BPELFactory capable of producing new Definitions, new WSDLReaders, and new WSDLWriters. Some ideas used here have been shamelessly copied from the wonderful JAXP and Xerces work.

Author:
Nicolas Salatge - eBM WebSourcing

Field Summary
static java.lang.String DEFAULT_NAME
           
 
Constructor Summary
ExecutionEnvironmentTestFactory()
           
 
Method Summary
abstract  ExecutionEnvironmentTest newEnvironment(java.lang.String name, boolean explorer)
          Create the registry of process.
static ExecutionEnvironmentTestFactory newInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_NAME

public static java.lang.String DEFAULT_NAME
Constructor Detail

ExecutionEnvironmentTestFactory

public ExecutionEnvironmentTestFactory()
Method Detail

newInstance

public static ExecutionEnvironmentTestFactory newInstance()
                                                   throws com.ebmwebsourcing.easyviper.core.api.CoreException
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

newEnvironment

public abstract ExecutionEnvironmentTest newEnvironment(java.lang.String name,
                                                        boolean explorer)
                                                 throws com.ebmwebsourcing.easyviper.core.api.CoreException
Create the registry of process.

Throws:
BPELException
com.ebmwebsourcing.easyviper.core.api.CoreException


Copyright © 2009-2011 eBM WebSourcing. All Rights Reserved.