Package org.somda.sdc.dpws.wsdl
Class WsdlConstants
- java.lang.Object
-
- org.somda.sdc.dpws.wsdl.WsdlConstants
-
public class WsdlConstants extends Object
WSDL constants.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJAXB_CONTEXT_PACKAGEDefines the context package for JAXB.static StringNAMESPACEDefines the WSDL namespace.static StringNAMESPACE_PREFIXDefines the preferred prefix for the wsdl namespace.static StringSCHEMA_PATHResource path to WSDL 1.1 XML Schema.
-
Constructor Summary
Constructors Constructor Description WsdlConstants()
-
-
-
Field Detail
-
SCHEMA_PATH
public static final String SCHEMA_PATH
Resource path to WSDL 1.1 XML Schema.- See Also:
- Constant Field Values
-
JAXB_CONTEXT_PACKAGE
public static final String JAXB_CONTEXT_PACKAGE
Defines the context package for JAXB.- See Also:
- Constant Field Values
-
NAMESPACE_PREFIX
public static final String NAMESPACE_PREFIX
Defines the preferred prefix for the wsdl namespace.- See Also:
- Constant Field Values
-
NAMESPACE
public static final String NAMESPACE
Defines the WSDL namespace.- See Also:
- Constant Field Values
-
-