Package org.n52.shetland.w3c.wsdl
Interface WSDLConstants.WSDLElements
-
- All Known Subinterfaces:
WSDLConstants.WSDLQNames
- Enclosing interface:
- WSDLConstants
public static interface WSDLConstants.WSDLElements
-
-
Field Summary
Fields Modifier and Type Field Description static StringEN_WSDL_BINDINGstatic StringEN_WSDL_DEFINITIONSstatic StringEN_WSDL_FAULTstatic StringEN_WSDL_INPUTstatic StringEN_WSDL_MESSAGEstatic StringEN_WSDL_OPERATIONstatic StringEN_WSDL_OUTPUTstatic StringEN_WSDL_PARTstatic StringEN_WSDL_PORTstatic StringEN_WSDL_PORT_TYPEstatic StringEN_WSDL_SERVICEstatic StringEN_WSDL_TYPES
-
-
-
Field Detail
-
EN_WSDL_DEFINITIONS
static final String EN_WSDL_DEFINITIONS
- See Also:
- Constant Field Values
-
EN_WSDL_TYPES
static final String EN_WSDL_TYPES
- See Also:
- Constant Field Values
-
EN_WSDL_MESSAGE
static final String EN_WSDL_MESSAGE
- See Also:
- Constant Field Values
-
EN_WSDL_PART
static final String EN_WSDL_PART
- See Also:
- Constant Field Values
-
EN_WSDL_PORT
static final String EN_WSDL_PORT
- See Also:
- Constant Field Values
-
EN_WSDL_PORT_TYPE
static final String EN_WSDL_PORT_TYPE
- See Also:
- Constant Field Values
-
EN_WSDL_BINDING
static final String EN_WSDL_BINDING
- See Also:
- Constant Field Values
-
EN_WSDL_OPERATION
static final String EN_WSDL_OPERATION
- See Also:
- Constant Field Values
-
EN_WSDL_INPUT
static final String EN_WSDL_INPUT
- See Also:
- Constant Field Values
-
EN_WSDL_OUTPUT
static final String EN_WSDL_OUTPUT
- See Also:
- Constant Field Values
-
EN_WSDL_FAULT
static final String EN_WSDL_FAULT
- See Also:
- Constant Field Values
-
EN_WSDL_SERVICE
static final String EN_WSDL_SERVICE
- See Also:
- Constant Field Values
-
-