Apache CXF API

org.apache.cxf.js.rhino
Class ProviderFactory

java.lang.Object
  extended by org.apache.cxf.js.rhino.ProviderFactory

public class ProviderFactory
extends Object


Field Summary
static String ILLEGAL_SVCMD_MODE
           
static String ILLEGAL_SVCMD_TYPE
           
static String NO_PROVIDER
           
static String NO_SUCH_FILE
           
 
Constructor Summary
ProviderFactory()
           
ProviderFactory(String baseAddr)
           
 
Method Summary
 void createAndPublish(File f)
           
 void createAndPublish(File f, String epAddr, boolean isBase)
           
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

createAndPublish

public void createAndPublish(File f)
                      throws Exception
Throws:
Exception

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

Apache CXF API

Apache CXF