com.ebmwebsourcing.easyviper.environment.test.env
Class ExecutionEnvironmentTestFactory
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_NAME
public static java.lang.String DEFAULT_NAME
ExecutionEnvironmentTestFactory
public ExecutionEnvironmentTestFactory()
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.