org.apache.cxf.js.rhino
Class ProviderFactory

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

public class ProviderFactory
extends java.lang.Object


Field Summary
static java.lang.String ILLEGAL_SVCMD_MODE
           
static java.lang.String ILLEGAL_SVCMD_TYPE
           
static java.lang.String NO_PROVIDER
           
static java.lang.String NO_SUCH_FILE
           
 
Constructor Summary
ProviderFactory()
           
ProviderFactory(java.lang.String baseAddr)
           
 
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
 

Field Detail

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
Constructor Detail

ProviderFactory

public ProviderFactory(java.lang.String baseAddr)

ProviderFactory

public ProviderFactory()
Method Detail

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