Apache CXF API

org.apache.cxf.js.rhino
Class AbstractDOMProvider

java.lang.Object
  extended by org.apache.cxf.js.rhino.AbstractDOMProvider
Direct Known Subclasses:
DOMMessageProvider, DOMPayloadProvider

public abstract class AbstractDOMProvider
extends Object


Nested Class Summary
static class AbstractDOMProvider.JSDOMProviderException
           
 
Field Summary
static String ILLEGAL_INVOKE_TYPE
           
static String NO_EP_ADDR
           
static String NO_INVOKE
           
static String NO_PORT_NAME
           
static String NO_SERVICE_NAME
           
static String NO_TGT_NAMESPACE
           
static String NO_WSDL_LOCATION
           
 
Constructor Summary
protected AbstractDOMProvider(org.mozilla.javascript.Scriptable scope, org.mozilla.javascript.Scriptable wspVar, String epAddr, boolean isBase, boolean e4x)
           
 
Method Summary
 DOMSource invoke(DOMSource request)
           
 void publish()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_WSDL_LOCATION

public static final String NO_WSDL_LOCATION
See Also:
Constant Field Values

NO_SERVICE_NAME

public static final String NO_SERVICE_NAME
See Also:
Constant Field Values

NO_PORT_NAME

public static final String NO_PORT_NAME
See Also:
Constant Field Values

NO_TGT_NAMESPACE

public static final String NO_TGT_NAMESPACE
See Also:
Constant Field Values

NO_INVOKE

public static final String NO_INVOKE
See Also:
Constant Field Values

ILLEGAL_INVOKE_TYPE

public static final String ILLEGAL_INVOKE_TYPE
See Also:
Constant Field Values

NO_EP_ADDR

public static final String NO_EP_ADDR
See Also:
Constant Field Values
Constructor Detail

AbstractDOMProvider

protected AbstractDOMProvider(org.mozilla.javascript.Scriptable scope,
                              org.mozilla.javascript.Scriptable wspVar,
                              String epAddr,
                              boolean isBase,
                              boolean e4x)
Method Detail

publish

public void publish()
             throws Exception
Throws:
Exception

invoke

public DOMSource invoke(DOMSource request)

Apache CXF API

Apache CXF