org.apache.cxf.js.rhino
Class ProviderFactory
java.lang.Object
org.apache.cxf.js.rhino.ProviderFactory
public class ProviderFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ILLEGAL_SVCMD_MODE
public static final String ILLEGAL_SVCMD_MODE
- See Also:
- Constant Field Values
ILLEGAL_SVCMD_TYPE
public static final String ILLEGAL_SVCMD_TYPE
- See Also:
- Constant Field Values
NO_SUCH_FILE
public static final String NO_SUCH_FILE
- See Also:
- Constant Field Values
NO_PROVIDER
public static final String NO_PROVIDER
- See Also:
- Constant Field Values
ProviderFactory
public ProviderFactory(String baseAddr)
ProviderFactory
public ProviderFactory()
createAndPublish
public void createAndPublish(File f,
String epAddr,
boolean isBase)
throws Exception
- Throws:
Exception
createAndPublish
public void createAndPublish(File f)
throws Exception
- Throws:
Exception
stop
public void stop()
createProvider
protected AbstractDOMProvider createProvider(Service.Mode mode,
org.mozilla.javascript.Scriptable scope,
org.mozilla.javascript.Scriptable wsp,
String epAddr,
boolean isBase,
boolean e4x)
throws Exception
- Throws:
Exception
Apache CXF