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