Package com.sun.xml.rpc.processor
Class ProcessorConstants
- java.lang.Object
-
- com.sun.xml.rpc.processor.ProcessorConstants
-
public class ProcessorConstants extends Object
Constants used by Model, Modelers, Config ProcessorActions- Author:
- JAX-RPC Development Team
-
-
Field Summary
Fields Modifier and Type Field Description static StringJAXRPC_VERSIONstatic StringSOAP_VERSION_1_1static StringSOAP_VERSION_1_2
-
Constructor Summary
Constructors Constructor Description ProcessorConstants()
-
-
-
Field Detail
-
SOAP_VERSION_1_1
public static final String SOAP_VERSION_1_1
- See Also:
- Constant Field Values
-
SOAP_VERSION_1_2
public static final String SOAP_VERSION_1_2
- See Also:
- Constant Field Values
-
JAXRPC_VERSION
public static final String JAXRPC_VERSION
- See Also:
- Constant Field Values
-
-