com.sun.tools.ws.wsdl.document.jaxws
Interface JAXWSBindingsConstants


public interface JAXWSBindingsConstants


Field Summary
static QName CLASS
           
static String ELEMENT_ATTR
           
static QName ENABLE_ADDITIONAL_SOAPHEADER_MAPPING
           
static QName ENABLE_ASYNC_MAPPING
           
static QName ENABLE_MIME_CONTENT
           
static QName ENABLE_WRAPPER_STYLE
           
static QName EXCEPTION
           
static QName JAVADOC
           
static String JAXB_BINDING_VERSION
           
static QName JAXB_BINDINGS
           
static QName JAXWS_BINDINGS
          jaxws:bindings schema component binding declarations...
static QName METHOD
           
static String NAME_ATTR
           
static String NODE_ATTR
           
static String NS_JAXB_BINDINGS
           
static String NS_JAXWS_BINDINGS
           
static String NS_XJC_BINDINGS
           
static QName PACKAGE
           
static QName PARAMETER
           
static String PART_ATTR
           
static QName PROVIDER
           
static String VERSION_ATTR
           
static String WSDL_LOCATION_ATTR
           
static QName XSD_ANNOTATION
           
static QName XSD_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 binding declarations... wsdlLocation="xs:anyURI"? node="xs:string"? version="string"?> binding declarations... @wsdlLocation A 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. @node An XPath expression pointing to the element in the WSDL file in scope that this binding declaration is attached to. @version A 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