Uses of Class
javax.xml.namespace.QName
-
-
Uses of QName in com.ibm.wsdl
Fields in com.ibm.wsdl declared as QName Modifier and Type Field Description protected QName
PartImpl. elementName
protected QName
BindingImpl. name
protected QName
DefinitionImpl. name
protected QName
MessageImpl. name
protected QName
PortTypeImpl. name
protected QName
ServiceImpl. name
static QName
Constants. Q_ATTR_REQUIRED
static QName
Constants. Q_ELEM_BINDING
static QName
Constants. Q_ELEM_DEFINITIONS
static QName
Constants. Q_ELEM_DOCUMENTATION
static QName
Constants. Q_ELEM_FAULT
static QName
Constants. Q_ELEM_IMPORT
static QName
Constants. Q_ELEM_INPUT
static QName
Constants. Q_ELEM_MESSAGE
static QName
Constants. Q_ELEM_OPERATION
static QName
Constants. Q_ELEM_OUTPUT
static QName
Constants. Q_ELEM_PART
static QName
Constants. Q_ELEM_PORT
static QName
Constants. Q_ELEM_PORT_TYPE
static QName
Constants. Q_ELEM_SERVICE
static QName
Constants. Q_ELEM_TYPES
protected QName
PartImpl. typeName
Methods in com.ibm.wsdl that return QName Modifier and Type Method Description QName
PartImpl. getElementName()
QName
BindingImpl. getQName()
Get the name of this binding.QName
DefinitionImpl. getQName()
Get the name of this definition.QName
MessageImpl. getQName()
Get the name of this message.QName
PortTypeImpl. getQName()
Get the name of this port type.QName
ServiceImpl. getQName()
Get the name of this service.QName
PartImpl. getTypeName()
Methods in com.ibm.wsdl with parameters of type QName Modifier and Type Method Description Binding
DefinitionImpl. getBinding(QName name)
Get the specified binding.java.lang.Object
AbstractWSDLElement. getExtensionAttribute(QName name)
Retrieve an extension attribute from this element.Message
DefinitionImpl. getMessage(QName name)
Get the specified message.PortType
DefinitionImpl. getPortType(QName name)
Get the specified portType.Service
DefinitionImpl. getService(QName name)
Get the specified service.Binding
DefinitionImpl. removeBinding(QName name)
Remove the specified binding from this definition.Message
DefinitionImpl. removeMessage(QName name)
Remove the specified message from this definition.PortType
DefinitionImpl. removePortType(QName name)
Remove the specified portType from this definition.Service
DefinitionImpl. removeService(QName name)
Remove the specified service from this definition.void
PartImpl. setElementName(QName elementName)
void
AbstractWSDLElement. setExtensionAttribute(QName name, java.lang.Object value)
Set an extension attribute on this element.void
BindingImpl. setQName(QName name)
Set the name of this binding.void
DefinitionImpl. setQName(QName name)
Set the name of this definition.void
MessageImpl. setQName(QName name)
Set the name of this message.void
PortTypeImpl. setQName(QName name)
Set the name of this port type.void
ServiceImpl. setQName(QName name)
Set the name of this service.void
PartImpl. setTypeName(QName typeName)
-
Uses of QName in com.ibm.wsdl.extensions.http
Fields in com.ibm.wsdl.extensions.http declared as QName Modifier and Type Field Description protected QName
HTTPAddressImpl. elementType
protected QName
HTTPBindingImpl. elementType
protected QName
HTTPOperationImpl. elementType
protected QName
HTTPUrlEncodedImpl. elementType
protected QName
HTTPUrlReplacementImpl. elementType
static QName
HTTPConstants. Q_ELEM_HTTP_ADDRESS
static QName
HTTPConstants. Q_ELEM_HTTP_BINDING
static QName
HTTPConstants. Q_ELEM_HTTP_OPERATION
static QName
HTTPConstants. Q_ELEM_HTTP_URL_ENCODED
static QName
HTTPConstants. Q_ELEM_HTTP_URL_REPLACEMENT
Methods in com.ibm.wsdl.extensions.http that return QName Modifier and Type Method Description QName
HTTPAddressImpl. getElementType()
Get the type of this extensibility element.QName
HTTPBindingImpl. getElementType()
Get the type of this extensibility element.QName
HTTPOperationImpl. getElementType()
Get the type of this extensibility element.QName
HTTPUrlEncodedImpl. getElementType()
Get the type of this extensibility element.QName
HTTPUrlReplacementImpl. getElementType()
Get the type of this extensibility element.Methods in com.ibm.wsdl.extensions.http with parameters of type QName Modifier and Type Method Description void
HTTPAddressSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
void
HTTPBindingSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
void
HTTPOperationSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
void
HTTPUrlEncodedSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
void
HTTPUrlReplacementSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
void
HTTPAddressImpl. setElementType(QName elementType)
Set the type of this extensibility element.void
HTTPBindingImpl. setElementType(QName elementType)
Set the type of this extensibility element.void
HTTPOperationImpl. setElementType(QName elementType)
Set the type of this extensibility element.void
HTTPUrlEncodedImpl. setElementType(QName elementType)
Set the type of this extensibility element.void
HTTPUrlReplacementImpl. setElementType(QName elementType)
Set the type of this extensibility element.ExtensibilityElement
HTTPAddressSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
ExtensibilityElement
HTTPBindingSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
ExtensibilityElement
HTTPOperationSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
ExtensibilityElement
HTTPUrlEncodedSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
ExtensibilityElement
HTTPUrlReplacementSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
-
Uses of QName in com.ibm.wsdl.extensions.mime
Fields in com.ibm.wsdl.extensions.mime declared as QName Modifier and Type Field Description protected QName
MIMEContentImpl. elementType
protected QName
MIMEMimeXmlImpl. elementType
protected QName
MIMEMultipartRelatedImpl. elementType
protected QName
MIMEPartImpl. elementType
static QName
MIMEConstants. Q_ELEM_MIME_CONTENT
static QName
MIMEConstants. Q_ELEM_MIME_MIME_XML
static QName
MIMEConstants. Q_ELEM_MIME_MULTIPART_RELATED
static QName
MIMEConstants. Q_ELEM_MIME_PART
Methods in com.ibm.wsdl.extensions.mime that return QName Modifier and Type Method Description QName
MIMEContentImpl. getElementType()
Get the type of this extensibility element.QName
MIMEMimeXmlImpl. getElementType()
Get the type of this extensibility element.QName
MIMEMultipartRelatedImpl. getElementType()
Get the type of this extensibility element.QName
MIMEPartImpl. getElementType()
Get the type of this extensibility element.Methods in com.ibm.wsdl.extensions.mime with parameters of type QName Modifier and Type Method Description void
MIMEContentSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
void
MIMEMimeXmlSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
void
MIMEMultipartRelatedSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
void
MIMEContentImpl. setElementType(QName elementType)
Set the type of this extensibility element.void
MIMEMimeXmlImpl. setElementType(QName elementType)
Set the type of this extensibility element.void
MIMEMultipartRelatedImpl. setElementType(QName elementType)
Set the type of this extensibility element.void
MIMEPartImpl. setElementType(QName elementType)
Set the type of this extensibility element.ExtensibilityElement
MIMEContentSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
ExtensibilityElement
MIMEMimeXmlSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
ExtensibilityElement
MIMEMultipartRelatedSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
-
Uses of QName in com.ibm.wsdl.extensions.schema
Fields in com.ibm.wsdl.extensions.schema declared as QName Modifier and Type Field Description protected QName
SchemaImpl. elementType
static QName
SchemaConstants. Q_ELEM_IMPORT_XSD_1999
static QName
SchemaConstants. Q_ELEM_IMPORT_XSD_2000
static QName
SchemaConstants. Q_ELEM_IMPORT_XSD_2001
static QName
SchemaConstants. Q_ELEM_INCLUDE_XSD_1999
static QName
SchemaConstants. Q_ELEM_INCLUDE_XSD_2000
static QName
SchemaConstants. Q_ELEM_INCLUDE_XSD_2001
static QName
SchemaConstants. Q_ELEM_REDEFINE_XSD_1999
static QName
SchemaConstants. Q_ELEM_REDEFINE_XSD_2000
static QName
SchemaConstants. Q_ELEM_REDEFINE_XSD_2001
static QName
SchemaConstants. Q_ELEM_XSD_1999
static QName
SchemaConstants. Q_ELEM_XSD_2000
static QName
SchemaConstants. Q_ELEM_XSD_2001
Methods in com.ibm.wsdl.extensions.schema that return QName Modifier and Type Method Description QName
SchemaImpl. getElementType()
Get the type of this extensibility element.Methods in com.ibm.wsdl.extensions.schema with parameters of type QName Modifier and Type Method Description void
SchemaSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
void
SchemaImpl. setElementType(QName elementType)
Set the type of this extensibility element.ExtensibilityElement
SchemaDeserializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
-
Uses of QName in com.ibm.wsdl.extensions.soap
Fields in com.ibm.wsdl.extensions.soap declared as QName Modifier and Type Field Description protected QName
SOAPAddressImpl. elementType
protected QName
SOAPBindingImpl. elementType
protected QName
SOAPBodyImpl. elementType
protected QName
SOAPFaultImpl. elementType
protected QName
SOAPHeaderFaultImpl. elementType
protected QName
SOAPHeaderImpl. elementType
protected QName
SOAPOperationImpl. elementType
protected QName
SOAPHeaderFaultImpl. message
protected QName
SOAPHeaderImpl. message
static QName
SOAPConstants. Q_ELEM_SOAP_ADDRESS
static QName
SOAPConstants. Q_ELEM_SOAP_BINDING
static QName
SOAPConstants. Q_ELEM_SOAP_BODY
static QName
SOAPConstants. Q_ELEM_SOAP_FAULT
static QName
SOAPConstants. Q_ELEM_SOAP_HEADER
static QName
SOAPConstants. Q_ELEM_SOAP_HEADER_FAULT
static QName
SOAPConstants. Q_ELEM_SOAP_OPERATION
Methods in com.ibm.wsdl.extensions.soap that return QName Modifier and Type Method Description QName
SOAPAddressImpl. getElementType()
Get the type of this extensibility element.QName
SOAPBindingImpl. getElementType()
Get the type of this extensibility element.QName
SOAPBodyImpl. getElementType()
Get the type of this extensibility element.QName
SOAPFaultImpl. getElementType()
Get the type of this extensibility element.QName
SOAPHeaderFaultImpl. getElementType()
Get the type of this extensibility element.QName
SOAPHeaderImpl. getElementType()
Get the type of this extensibility element.QName
SOAPOperationImpl. getElementType()
Get the type of this extensibility element.QName
SOAPHeaderFaultImpl. getMessage()
Get the message for this SOAP header fault.QName
SOAPHeaderImpl. getMessage()
Get the message for this SOAP header.Methods in com.ibm.wsdl.extensions.soap with parameters of type QName Modifier and Type Method Description void
SOAPAddressSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
void
SOAPBindingSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
void
SOAPBodySerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
void
SOAPFaultSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
void
SOAPHeaderSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
void
SOAPOperationSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
void
SOAPAddressImpl. setElementType(QName elementType)
Set the type of this extensibility element.void
SOAPBindingImpl. setElementType(QName elementType)
Set the type of this extensibility element.void
SOAPBodyImpl. setElementType(QName elementType)
Set the type of this extensibility element.void
SOAPFaultImpl. setElementType(QName elementType)
Set the type of this extensibility element.void
SOAPHeaderFaultImpl. setElementType(QName elementType)
Set the type of this extensibility element.void
SOAPHeaderImpl. setElementType(QName elementType)
Set the type of this extensibility element.void
SOAPOperationImpl. setElementType(QName elementType)
Set the type of this extensibility element.void
SOAPHeaderFaultImpl. setMessage(QName message)
Set the message for this SOAP header fault.void
SOAPHeaderImpl. setMessage(QName message)
Set the message for this SOAP header.ExtensibilityElement
SOAPAddressSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
ExtensibilityElement
SOAPBindingSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
ExtensibilityElement
SOAPBodySerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
ExtensibilityElement
SOAPFaultSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
ExtensibilityElement
SOAPHeaderSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
ExtensibilityElement
SOAPOperationSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
-
Uses of QName in com.ibm.wsdl.extensions.soap12
Fields in com.ibm.wsdl.extensions.soap12 declared as QName Modifier and Type Field Description protected QName
SOAP12AddressImpl. elementType
protected QName
SOAP12BindingImpl. elementType
protected QName
SOAP12BodyImpl. elementType
protected QName
SOAP12FaultImpl. elementType
protected QName
SOAP12HeaderFaultImpl. elementType
protected QName
SOAP12HeaderImpl. elementType
protected QName
SOAP12OperationImpl. elementType
protected QName
SOAP12HeaderFaultImpl. message
protected QName
SOAP12HeaderImpl. message
static QName
SOAP12Constants. Q_ELEM_SOAP_ADDRESS
static QName
SOAP12Constants. Q_ELEM_SOAP_BINDING
static QName
SOAP12Constants. Q_ELEM_SOAP_BODY
static QName
SOAP12Constants. Q_ELEM_SOAP_FAULT
static QName
SOAP12Constants. Q_ELEM_SOAP_HEADER
static QName
SOAP12Constants. Q_ELEM_SOAP_HEADER_FAULT
static QName
SOAP12Constants. Q_ELEM_SOAP_OPERATION
Methods in com.ibm.wsdl.extensions.soap12 that return QName Modifier and Type Method Description QName
SOAP12AddressImpl. getElementType()
Get the type of this extensibility element.QName
SOAP12BindingImpl. getElementType()
Get the type of this extensibility element.QName
SOAP12BodyImpl. getElementType()
Get the type of this extensibility element.QName
SOAP12FaultImpl. getElementType()
Get the type of this extensibility element.QName
SOAP12HeaderFaultImpl. getElementType()
Get the type of this extensibility element.QName
SOAP12HeaderImpl. getElementType()
Get the type of this extensibility element.QName
SOAP12OperationImpl. getElementType()
Get the type of this extensibility element.QName
SOAP12HeaderFaultImpl. getMessage()
Get the message for this SOAP header fault.QName
SOAP12HeaderImpl. getMessage()
Get the message for this SOAP header.Methods in com.ibm.wsdl.extensions.soap12 with parameters of type QName Modifier and Type Method Description void
SOAP12AddressSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
void
SOAP12BindingSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
void
SOAP12BodySerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
void
SOAP12FaultSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
void
SOAP12HeaderSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
void
SOAP12OperationSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
void
SOAP12AddressImpl. setElementType(QName elementType)
Set the type of this extensibility element.void
SOAP12BindingImpl. setElementType(QName elementType)
Set the type of this extensibility element.void
SOAP12BodyImpl. setElementType(QName elementType)
Set the type of this extensibility element.void
SOAP12FaultImpl. setElementType(QName elementType)
Set the type of this extensibility element.void
SOAP12HeaderFaultImpl. setElementType(QName elementType)
Set the type of this extensibility element.void
SOAP12HeaderImpl. setElementType(QName elementType)
Set the type of this extensibility element.void
SOAP12OperationImpl. setElementType(QName elementType)
Set the type of this extensibility element.void
SOAP12HeaderFaultImpl. setMessage(QName message)
Set the message for this SOAP header fault.void
SOAP12HeaderImpl. setMessage(QName message)
Set the message for this SOAP header.ExtensibilityElement
SOAP12AddressSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
ExtensibilityElement
SOAP12BindingSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
ExtensibilityElement
SOAP12BodySerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
ExtensibilityElement
SOAP12FaultSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
ExtensibilityElement
SOAP12HeaderSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
ExtensibilityElement
SOAP12OperationSerializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
-
Uses of QName in com.ibm.wsdl.util.xml
Methods in com.ibm.wsdl.util.xml that return QName Modifier and Type Method Description static QName
DOMUtils. getQName(java.lang.String prefixedValue, org.w3c.dom.Element contextEl, Definition def)
static QName
DOMUtils. getQualifiedAttributeValue(org.w3c.dom.Element el, java.lang.String attrName, java.lang.String elDesc, boolean isRequired, Definition def)
This method should be used for elements that support extension attributes because it does not track the remaining attributes to test for unexpected attributes.static QName
DOMUtils. getQualifiedAttributeValue(org.w3c.dom.Element el, java.lang.String attrName, java.lang.String elDesc, boolean isRequired, Definition def, java.util.List remainingAttrs)
This method should be used for elements that do not support extension attributes because it tracks the remaining attributes so that eventually any unexpected attributes can be identified.static QName
QNameUtils. newQName(org.w3c.dom.Node node)
Methods in com.ibm.wsdl.util.xml with parameters of type QName Modifier and Type Method Description static boolean
QNameUtils. matches(QName qname, org.w3c.dom.Node node)
static void
DOMUtils. printQualifiedAttribute(java.lang.String name, QName value, Definition def, java.io.PrintWriter pw)
static void
DOMUtils. printQualifiedAttribute(QName name, java.lang.String value, Definition def, java.io.PrintWriter pw)
Prints attributes with qualified names.static void
DOMUtils. printQualifiedAttribute(QName name, QName value, Definition def, java.io.PrintWriter pw)
-
Uses of QName in javax.wsdl
Methods in javax.wsdl that return QName Modifier and Type Method Description QName
Part. getElementName()
QName
Binding. getQName()
Get the name of this binding.QName
Definition. getQName()
Get the name of this definition.QName
Message. getQName()
Get the name of this message.QName
PortType. getQName()
Get the name of this port type.QName
Service. getQName()
Get the name of this service.QName
Part. getTypeName()
Methods in javax.wsdl with parameters of type QName Modifier and Type Method Description Binding
Definition. getBinding(QName name)
Get the specified binding.Message
Definition. getMessage(QName name)
Get the specified message.PortType
Definition. getPortType(QName name)
Get the specified portType.Service
Definition. getService(QName name)
Get the specified service.Binding
Definition. removeBinding(QName name)
Remove the specified binding from this definition.Message
Definition. removeMessage(QName name)
Remove the specified message from this definition.PortType
Definition. removePortType(QName name)
Remove the specified portType from this definition.Service
Definition. removeService(QName name)
Remove the specified service from this definition.void
Part. setElementName(QName elementName)
void
Binding. setQName(QName name)
Set the name of this binding.void
Definition. setQName(QName name)
Set the name of this definition.void
Message. setQName(QName name)
Set the name of this message.void
PortType. setQName(QName name)
Set the name of this port type.void
Service. setQName(QName name)
Set the name of this service.void
Part. setTypeName(QName typeName)
-
Uses of QName in javax.wsdl.extensions
Fields in javax.wsdl.extensions declared as QName Modifier and Type Field Description protected QName
UnknownExtensibilityElement. elementType
Methods in javax.wsdl.extensions that return QName Modifier and Type Method Description QName
ExtensibilityElement. getElementType()
Get the type of this extensibility element.QName
UnknownExtensibilityElement. getElementType()
Get the type of this extensibility element.Methods in javax.wsdl.extensions with parameters of type QName Modifier and Type Method Description ExtensibilityElement
ExtensionRegistry. createExtension(java.lang.Class parentType, QName elementType)
Create an instance of the type which was declared to be used to represent extensibility elements with qnames matching elementType, when intended to exist as children of the specified parentType.java.lang.Object
AttributeExtensible. getExtensionAttribute(QName name)
Retrieve an extension attribute from this element.void
ExtensionRegistry. mapExtensionTypes(java.lang.Class parentType, QName elementType, java.lang.Class extensionType)
Declare that the specified extensionType is the concrete class which should be used to represent extensibility elements with qnames matching elementType, that are intended to exist as children of the specified parentType.void
ExtensionSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter.void
UnknownExtensionSerializer. marshall(java.lang.Class parentType, QName elementType, ExtensibilityElement extension, java.io.PrintWriter pw, Definition def, ExtensionRegistry extReg)
ExtensionDeserializer
ExtensionRegistry. queryDeserializer(java.lang.Class parentType, QName elementType)
Look up the deserializer for the extensibility element with the qname elementType, which was encountered as an immediate child of the element represented by the specified parentType.int
ExtensionRegistry. queryExtensionAttributeType(java.lang.Class parentType, QName attrName)
Look up the type of the extensibility attribute with the qname attrName, which was defined on an element represented by the specified parentType.ExtensionSerializer
ExtensionRegistry. querySerializer(java.lang.Class parentType, QName elementType)
Look up the serializer to use for the extensibility element with the qname elementType, which was encountered as a child of the specified parentType.void
ExtensionRegistry. registerDeserializer(java.lang.Class parentType, QName elementType, ExtensionDeserializer ed)
Declare that the specified deserializer should be used to deserialize all extensibility elements with a qname matching elementType, when encountered as immediate children of the element represented by the specified parentType.void
ExtensionRegistry. registerExtensionAttributeType(java.lang.Class parentType, QName attrName, int attrType)
Declare that the type of the specified extension attribute, when it occurs as an attribute of the specified parent type, should be assumed to be attrType.void
ExtensionRegistry. registerSerializer(java.lang.Class parentType, QName elementType, ExtensionSerializer es)
Declare that the specified serializer should be used to serialize all extensibility elements with a qname matching elementType, when encountered as children of the specified parentType.void
ExtensibilityElement. setElementType(QName elementType)
Set the type of this extensibility element.void
UnknownExtensibilityElement. setElementType(QName elementType)
Set the type of this extensibility element.void
AttributeExtensible. setExtensionAttribute(QName name, java.lang.Object value)
Set an extension attribute on this element.ExtensibilityElement
ExtensionDeserializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
This method deserializes elements into instances of classes which implement the ExtensibilityElement interface.ExtensibilityElement
UnknownExtensionDeserializer. unmarshall(java.lang.Class parentType, QName elementType, org.w3c.dom.Element el, Definition def, ExtensionRegistry extReg)
-
Uses of QName in javax.wsdl.extensions.soap
Methods in javax.wsdl.extensions.soap that return QName Modifier and Type Method Description QName
SOAPHeader. getMessage()
Get the message for this SOAP header.QName
SOAPHeaderFault. getMessage()
Get the message for this SOAP header fault.Methods in javax.wsdl.extensions.soap with parameters of type QName Modifier and Type Method Description void
SOAPHeader. setMessage(QName message)
Set the message for this SOAP header.void
SOAPHeaderFault. setMessage(QName message)
Set the message for this SOAP header fault. -
Uses of QName in javax.wsdl.extensions.soap12
Methods in javax.wsdl.extensions.soap12 that return QName Modifier and Type Method Description QName
SOAP12Header. getMessage()
Get the message for this SOAP header.QName
SOAP12HeaderFault. getMessage()
Get the message for this SOAP header fault.Methods in javax.wsdl.extensions.soap12 with parameters of type QName Modifier and Type Method Description void
SOAP12Header. setMessage(QName message)
Set the message for this SOAP header.void
SOAP12HeaderFault. setMessage(QName message)
Set the message for this SOAP header fault. -
Uses of QName in javax.xml.namespace
Methods in javax.xml.namespace that return QName Modifier and Type Method Description static QName
QName. valueOf(java.lang.String s)
Returns a QName holding the value of the specified String.
-