public abstract class AbstractDOMProvider extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AbstractDOMProvider.JSDOMProviderException |
Modifier and Type | Field and Description |
---|---|
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 |
Modifier | Constructor and Description |
---|---|
protected |
AbstractDOMProvider(org.mozilla.javascript.Scriptable scope,
org.mozilla.javascript.Scriptable wspVar,
String epAddr,
boolean isBase,
boolean e4x) |
Modifier and Type | Method and Description |
---|---|
DOMSource |
invoke(DOMSource request) |
void |
publish() |
void |
stop() |
public static final String NO_WSDL_LOCATION
public static final String NO_SERVICE_NAME
public static final String NO_PORT_NAME
public static final String NO_TGT_NAMESPACE
public static final String NO_INVOKE
public static final String ILLEGAL_INVOKE_TYPE
public static final String NO_EP_ADDR
protected AbstractDOMProvider(org.mozilla.javascript.Scriptable scope, org.mozilla.javascript.Scriptable wspVar, String epAddr, boolean isBase, boolean e4x)
Apache CXF