Modifier and Type | Field and Description |
---|---|
protected QName |
PartImpl.elementName |
protected QName |
MessageImpl.name |
protected QName |
BindingImpl.name |
protected QName |
DefinitionImpl.name |
protected QName |
ServiceImpl.name |
protected QName |
PortTypeImpl.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 |
Modifier and Type | Method and Description |
---|---|
QName |
PartImpl.getElementName() |
QName |
MessageImpl.getQName()
Get the name of this message.
|
QName |
BindingImpl.getQName()
Get the name of this binding.
|
QName |
DefinitionImpl.getQName()
Get the name of this definition.
|
QName |
ServiceImpl.getQName()
Get the name of this service.
|
QName |
PortTypeImpl.getQName()
Get the name of this port type.
|
QName |
PartImpl.getTypeName() |
Modifier and Type | Method and 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 |
MessageImpl.setQName(QName name)
Set the name of this message.
|
void |
BindingImpl.setQName(QName name)
Set the name of this binding.
|
void |
DefinitionImpl.setQName(QName name)
Set the name of this definition.
|
void |
ServiceImpl.setQName(QName name)
Set the name of this service.
|
void |
PortTypeImpl.setQName(QName name)
Set the name of this port type.
|
void |
PartImpl.setTypeName(QName typeName) |
Modifier and Type | Field and Description |
---|---|
protected QName |
HTTPUrlEncodedImpl.elementType |
protected QName |
HTTPUrlReplacementImpl.elementType |
protected QName |
HTTPOperationImpl.elementType |
protected QName |
HTTPBindingImpl.elementType |
protected QName |
HTTPAddressImpl.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 |
Modifier and Type | Method and Description |
---|---|
QName |
HTTPUrlEncodedImpl.getElementType()
Get the type of this extensibility element.
|
QName |
HTTPUrlReplacementImpl.getElementType()
Get the type of this extensibility element.
|
QName |
HTTPOperationImpl.getElementType()
Get the type of this extensibility element.
|
QName |
HTTPBindingImpl.getElementType()
Get the type of this extensibility element.
|
QName |
HTTPAddressImpl.getElementType()
Get the type of this extensibility element.
|
Modifier and Type | Method and Description |
---|---|
void |
HTTPUrlReplacementSerializer.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 |
HTTPBindingSerializer.marshall(java.lang.Class parentType,
QName elementType,
ExtensibilityElement extension,
java.io.PrintWriter pw,
Definition def,
ExtensionRegistry extReg) |
void |
HTTPAddressSerializer.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 |
HTTPUrlEncodedImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
HTTPUrlReplacementImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
HTTPOperationImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
HTTPBindingImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
HTTPAddressImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
ExtensibilityElement |
HTTPUrlReplacementSerializer.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 |
HTTPBindingSerializer.unmarshall(java.lang.Class parentType,
QName elementType,
org.w3c.dom.Element el,
Definition def,
ExtensionRegistry extReg) |
ExtensibilityElement |
HTTPAddressSerializer.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) |
Modifier and Type | Field and Description |
---|---|
protected QName |
MIMEMimeXmlImpl.elementType |
protected QName |
MIMEPartImpl.elementType |
protected QName |
MIMEContentImpl.elementType |
protected QName |
MIMEMultipartRelatedImpl.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 |
Modifier and Type | Method and Description |
---|---|
QName |
MIMEMimeXmlImpl.getElementType()
Get the type of this extensibility element.
|
QName |
MIMEPartImpl.getElementType()
Get the type of this extensibility element.
|
QName |
MIMEContentImpl.getElementType()
Get the type of this extensibility element.
|
QName |
MIMEMultipartRelatedImpl.getElementType()
Get the type of this extensibility element.
|
Modifier and Type | Method and Description |
---|---|
void |
MIMEMimeXmlSerializer.marshall(java.lang.Class parentType,
QName elementType,
ExtensibilityElement extension,
java.io.PrintWriter pw,
Definition def,
ExtensionRegistry extReg) |
void |
MIMEContentSerializer.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 |
MIMEMimeXmlImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
MIMEPartImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
MIMEContentImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
MIMEMultipartRelatedImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
ExtensibilityElement |
MIMEMimeXmlSerializer.unmarshall(java.lang.Class parentType,
QName elementType,
org.w3c.dom.Element el,
Definition def,
ExtensionRegistry extReg) |
ExtensibilityElement |
MIMEContentSerializer.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) |
Modifier and Type | Field and 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 |
Modifier and Type | Method and Description |
---|---|
QName |
SchemaImpl.getElementType()
Get the type of this extensibility element.
|
Modifier and Type | Method and 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) |
Modifier and Type | Field and Description |
---|---|
protected QName |
SOAPAddressImpl.elementType |
protected QName |
SOAPOperationImpl.elementType |
protected QName |
SOAPHeaderFaultImpl.elementType |
protected QName |
SOAPHeaderImpl.elementType |
protected QName |
SOAPBindingImpl.elementType |
protected QName |
SOAPBodyImpl.elementType |
protected QName |
SOAPFaultImpl.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 |
Modifier and Type | Method and Description |
---|---|
QName |
SOAPAddressImpl.getElementType()
Get the type of this extensibility element.
|
QName |
SOAPOperationImpl.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 |
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.getMessage()
Get the message for this SOAP header fault.
|
QName |
SOAPHeaderImpl.getMessage()
Get the message for this SOAP header.
|
Modifier and Type | Method and Description |
---|---|
void |
SOAPFaultSerializer.marshall(java.lang.Class parentType,
QName elementType,
ExtensibilityElement extension,
java.io.PrintWriter pw,
Definition def,
ExtensionRegistry extReg) |
void |
SOAPAddressSerializer.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 |
SOAPHeaderSerializer.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 |
SOAPAddressImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
SOAPOperationImpl.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 |
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.setMessage(QName message)
Set the message for this SOAP header fault.
|
void |
SOAPHeaderImpl.setMessage(QName message)
Set the message for this SOAP header.
|
ExtensibilityElement |
SOAPFaultSerializer.unmarshall(java.lang.Class parentType,
QName elementType,
org.w3c.dom.Element el,
Definition def,
ExtensionRegistry extReg) |
ExtensibilityElement |
SOAPAddressSerializer.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) |
ExtensibilityElement |
SOAPHeaderSerializer.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) |
Modifier and Type | Field and Description |
---|---|
protected QName |
SOAP12OperationImpl.elementType |
protected QName |
SOAP12HeaderFaultImpl.elementType |
protected QName |
SOAP12BodyImpl.elementType |
protected QName |
SOAP12BindingImpl.elementType |
protected QName |
SOAP12AddressImpl.elementType |
protected QName |
SOAP12FaultImpl.elementType |
protected QName |
SOAP12HeaderImpl.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 |
Modifier and Type | Method and Description |
---|---|
QName |
SOAP12OperationImpl.getElementType()
Get the type of this extensibility element.
|
QName |
SOAP12HeaderFaultImpl.getElementType()
Get the type of this extensibility element.
|
QName |
SOAP12BodyImpl.getElementType()
Get the type of this extensibility element.
|
QName |
SOAP12BindingImpl.getElementType()
Get the type of this extensibility element.
|
QName |
SOAP12AddressImpl.getElementType()
Get the type of this extensibility element.
|
QName |
SOAP12FaultImpl.getElementType()
Get the type of this extensibility element.
|
QName |
SOAP12HeaderImpl.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.
|
Modifier and Type | Method and Description |
---|---|
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 |
SOAP12OperationSerializer.marshall(java.lang.Class parentType,
QName elementType,
ExtensibilityElement extension,
java.io.PrintWriter pw,
Definition def,
ExtensionRegistry extReg) |
void |
SOAP12AddressSerializer.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 |
SOAP12BindingSerializer.marshall(java.lang.Class parentType,
QName elementType,
ExtensibilityElement extension,
java.io.PrintWriter pw,
Definition def,
ExtensionRegistry extReg) |
void |
SOAP12OperationImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
SOAP12HeaderFaultImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
SOAP12BodyImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
SOAP12BindingImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
SOAP12AddressImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
SOAP12FaultImpl.setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
SOAP12HeaderImpl.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 |
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 |
SOAP12OperationSerializer.unmarshall(java.lang.Class parentType,
QName elementType,
org.w3c.dom.Element el,
Definition def,
ExtensionRegistry extReg) |
ExtensibilityElement |
SOAP12AddressSerializer.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 |
SOAP12BindingSerializer.unmarshall(java.lang.Class parentType,
QName elementType,
org.w3c.dom.Element el,
Definition def,
ExtensionRegistry extReg) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static boolean |
QNameUtils.matches(QName qname,
org.w3c.dom.Node node) |
static void |
DOMUtils.printQualifiedAttribute(QName 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(java.lang.String name,
QName value,
Definition def,
java.io.PrintWriter pw) |
Modifier and Type | Method and Description |
---|---|
QName |
Part.getElementName() |
QName |
Message.getQName()
Get the name of this message.
|
QName |
Binding.getQName()
Get the name of this binding.
|
QName |
Service.getQName()
Get the name of this service.
|
QName |
Definition.getQName()
Get the name of this definition.
|
QName |
PortType.getQName()
Get the name of this port type.
|
QName |
Part.getTypeName() |
Modifier and Type | Method and 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 |
Message.setQName(QName name)
Set the name of this message.
|
void |
Binding.setQName(QName name)
Set the name of this binding.
|
void |
Service.setQName(QName name)
Set the name of this service.
|
void |
Definition.setQName(QName name)
Set the name of this definition.
|
void |
PortType.setQName(QName name)
Set the name of this port type.
|
void |
Part.setTypeName(QName typeName) |
Modifier and Type | Field and Description |
---|---|
protected QName |
UnknownExtensibilityElement.elementType |
Modifier and Type | Method and Description |
---|---|
QName |
ExtensibilityElement.getElementType()
Get the type of this extensibility element.
|
QName |
UnknownExtensibilityElement.getElementType()
Get the type of this extensibility element.
|
Modifier and Type | Method and 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 |
UnknownExtensionSerializer.marshall(java.lang.Class parentType,
QName elementType,
ExtensibilityElement extension,
java.io.PrintWriter pw,
Definition def,
ExtensionRegistry extReg) |
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.
|
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) |
Modifier and Type | Method and Description |
---|---|
QName |
SOAPHeader.getMessage()
Get the message for this SOAP header.
|
QName |
SOAPHeaderFault.getMessage()
Get the message for this SOAP header fault.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
QName |
SOAP12HeaderFault.getMessage()
Get the message for this SOAP header fault.
|
QName |
SOAP12Header.getMessage()
Get the message for this SOAP header.
|
Modifier and Type | Method and Description |
---|---|
void |
SOAP12HeaderFault.setMessage(QName message)
Set the message for this SOAP header fault.
|
void |
SOAP12Header.setMessage(QName message)
Set the message for this SOAP header.
|
Modifier and Type | Method and Description |
---|---|
static QName |
QName.valueOf(java.lang.String s)
Returns a QName holding the value of the specified String.
|
Copyright ? 2003, 2013 IBM. All Rights Reserved.