Package org.apache.cxf.js.rhino
Class AbstractDOMProvider
- java.lang.Object
-
- org.apache.cxf.js.rhino.AbstractDOMProvider
-
- Direct Known Subclasses:
DOMMessageProvider,DOMPayloadProvider
public abstract class AbstractDOMProvider extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractDOMProvider.JSDOMProviderException
-
Field Summary
Fields Modifier and Type Field Description static StringILLEGAL_INVOKE_TYPEstatic StringNO_EP_ADDRstatic StringNO_INVOKEstatic StringNO_PORT_NAMEstatic StringNO_SERVICE_NAMEstatic StringNO_TGT_NAMESPACEstatic StringNO_WSDL_LOCATION
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractDOMProvider(org.mozilla.javascript.Scriptable scope, org.mozilla.javascript.Scriptable wspVar, String epAddr, boolean isBase, boolean e4x)
-
-
-
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)
-
-