Interface JAXWSBindingsConstants
-
public interface JAXWSBindingsConstants- Author:
- Vivek Pandey
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCLASSstatic StringELEMENT_ATTRstatic QNameENABLE_ADDITIONAL_SOAPHEADER_MAPPINGstatic QNameENABLE_ASYNC_MAPPINGstatic QNameENABLE_MIME_CONTENTstatic QNameENABLE_WRAPPER_STYLEstatic QNameEXCEPTIONstatic QNameJAVADOCstatic StringJAXB_BINDING_VERSIONstatic QNameJAXB_BINDINGSstatic QNameJAXWS_BINDINGSjaxws:bindings schema componentstatic QNameMETHODstatic StringNAME_ATTRstatic StringNODE_ATTRstatic StringNS_JAXB_BINDINGSstatic StringNS_JAXWS_BINDINGSstatic StringNS_XJC_BINDINGSstatic QNamePACKAGEstatic QNamePARAMETERstatic StringPART_ATTRstatic QNamePROVIDERstatic StringVERSION_ATTRstatic StringWSDL_LOCATION_ATTRstatic QNameXSD_ANNOTATIONstatic QNameXSD_APPINFO
-
-
-
Field Detail
-
NS_JAXWS_BINDINGS
static final String NS_JAXWS_BINDINGS
- See Also:
- Constant Field Values
-
NS_JAXB_BINDINGS
static final String NS_JAXB_BINDINGS
- See Also:
- Constant Field Values
-
NS_XJC_BINDINGS
static final String NS_XJC_BINDINGS
- See Also:
- Constant Field Values
-
JAXWS_BINDINGS
static final QName JAXWS_BINDINGS
jaxws:bindings schema component<jaxws:bindings wsdlLocation="xs:anyURI"? node="xs:string"? version="string"?> binding declarations... </jaxws:bindings> wsdlLocation="xs:anyURI"? node="xs:string"? version="string"?> binding declarations... </jaxws:bindings>@wsdlLocationA URI pointing to a WSDL file establishing the scope of the contents of this binding declaration. It MUST NOT be present if the binding declaration is used as an extension inside a WSDL document or if there is an ancestor binding declaration that contains this attribute.@nodeAn XPath expression pointing to the element in the WSDL file in scope that this binding declaration is attached to.@versionA version identifier. It MAY only appear on jaxws:bindings elements that don't have any jaxws:bindings ancestors (i.e. on outermost binding declarations).
-
WSDL_LOCATION_ATTR
static final String WSDL_LOCATION_ATTR
- See Also:
- Constant Field Values
-
NODE_ATTR
static final String NODE_ATTR
- See Also:
- Constant Field Values
-
VERSION_ATTR
static final String VERSION_ATTR
- See Also:
- Constant Field Values
-
PACKAGE
static final QName PACKAGE
-
NAME_ATTR
static final String NAME_ATTR
- See Also:
- Constant Field Values
-
JAVADOC
static final QName JAVADOC
-
ENABLE_WRAPPER_STYLE
static final QName ENABLE_WRAPPER_STYLE
-
ENABLE_ASYNC_MAPPING
static final QName ENABLE_ASYNC_MAPPING
-
ENABLE_ADDITIONAL_SOAPHEADER_MAPPING
static final QName ENABLE_ADDITIONAL_SOAPHEADER_MAPPING
-
ENABLE_MIME_CONTENT
static final QName ENABLE_MIME_CONTENT
-
PROVIDER
static final QName PROVIDER
-
CLASS
static final QName CLASS
-
METHOD
static final QName METHOD
-
PARAMETER
static final QName PARAMETER
-
PART_ATTR
static final String PART_ATTR
- See Also:
- Constant Field Values
-
ELEMENT_ATTR
static final String ELEMENT_ATTR
- See Also:
- Constant Field Values
-
EXCEPTION
static final QName EXCEPTION
-
JAXB_BINDINGS
static final QName JAXB_BINDINGS
-
JAXB_BINDING_VERSION
static final String JAXB_BINDING_VERSION
- See Also:
- Constant Field Values
-
XSD_APPINFO
static final QName XSD_APPINFO
-
XSD_ANNOTATION
static final QName XSD_ANNOTATION
-
-