Package org.apache.cxf.js.rhino
Class ProviderFactory
- java.lang.Object
-
- org.apache.cxf.js.rhino.ProviderFactory
-
public class ProviderFactory extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringILLEGAL_SVCMD_MODEstatic StringILLEGAL_SVCMD_TYPEstatic StringNO_PROVIDERstatic StringNO_SUCH_FILE
-
Constructor Summary
Constructors Constructor Description ProviderFactory()ProviderFactory(String baseAddr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateAndPublish(File f)voidcreateAndPublish(File f, String epAddr, boolean isBase)protected AbstractDOMProvidercreateProvider(javax.xml.ws.Service.Mode mode, org.mozilla.javascript.Scriptable scope, org.mozilla.javascript.Scriptable wsp, String epAddr, boolean isBase, boolean e4x)voidstop()
-
-
-
Field Detail
-
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
-
-
Constructor Detail
-
ProviderFactory
public ProviderFactory(String baseAddr)
-
ProviderFactory
public ProviderFactory()
-
-
Method Detail
-
createAndPublish
public void createAndPublish(File f, String epAddr, boolean isBase) throws Exception
- Throws:
Exception
-
stop
public void stop()
-
createProvider
protected AbstractDOMProvider createProvider(javax.xml.ws.Service.Mode mode, org.mozilla.javascript.Scriptable scope, org.mozilla.javascript.Scriptable wsp, String epAddr, boolean isBase, boolean e4x) throws Exception
- Throws:
Exception
-
-