Modifier and Type | Field | Description |
---|---|---|
protected ExtensionRegistry |
DefinitionImpl.extReg |
Modifier and Type | Method | Description |
---|---|---|
ExtensionRegistry |
DefinitionImpl.getExtensionRegistry() |
Get a reference to the ExtensionRegistry for this Definition.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DefinitionImpl.setExtensionRegistry(ExtensionRegistry extReg) |
Set the ExtensionRegistry for this Definition.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PopulatedExtensionRegistry |
This class extends ExtensionRegistry and pre-registers
serializers/deserializers for the SOAP, HTTP and MIME
extensions.
|
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) |
|
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) |
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) |
|
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) |
Modifier and Type | Method | Description |
---|---|---|
void |
SchemaSerializer.marshall(java.lang.Class parentType,
QName elementType,
ExtensibilityElement extension,
java.io.PrintWriter pw,
Definition def,
ExtensionRegistry extReg) |
|
ExtensibilityElement |
SchemaDeserializer.unmarshall(java.lang.Class parentType,
QName elementType,
org.w3c.dom.Element el,
Definition def,
ExtensionRegistry extReg) |
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) |
|
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) |
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) |
|
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) |
Modifier and Type | Method | Description |
---|---|---|
ExtensionRegistry |
WSDLFactoryImpl.newPopulatedExtensionRegistry() |
Create a new instance of an ExtensionRegistry with pre-registered
serializers/deserializers for the SOAP, HTTP and MIME
extensions.
|
Modifier and Type | Field | Description |
---|---|---|
protected ExtensionRegistry |
WSDLReaderImpl.extReg |
Modifier and Type | Method | Description |
---|---|---|
ExtensionRegistry |
WSDLReaderImpl.getExtensionRegistry() |
Get the extension registry, if one was set.
|
Modifier and Type | Method | Description |
---|---|---|
protected ExtensibilityElement |
WSDLReaderImpl.parseSchema(java.lang.Class parentType,
org.w3c.dom.Element el,
Definition def,
ExtensionRegistry extReg) |
|
void |
WSDLReaderImpl.setExtensionRegistry(ExtensionRegistry extReg) |
Set the extension registry to be used when reading
WSDL documents into a WSDL definition.
|
Modifier and Type | Method | Description |
---|---|---|
ExtensionRegistry |
Definition.getExtensionRegistry() |
Get a reference to the ExtensionRegistry for this Definition.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Definition.setExtensionRegistry(ExtensionRegistry extReg) |
Set the ExtensionRegistry for this Definition.
|
Modifier and Type | Method | Description |
---|---|---|
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) |
|
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 | Description |
---|---|---|
abstract ExtensionRegistry |
WSDLFactory.newPopulatedExtensionRegistry() |
Create a new instance of an ExtensionRegistry with pre-registered
serializers/deserializers for the SOAP, HTTP and MIME
extensions.
|
Modifier and Type | Method | Description |
---|---|---|
ExtensionRegistry |
WSDLReader.getExtensionRegistry() |
Get the extension registry, if one was set.
|
Modifier and Type | Method | Description |
---|---|---|
void |
WSDLReader.setExtensionRegistry(ExtensionRegistry extReg) |
Set the extension registry to be used when reading
WSDL documents into a WSDL definition.
|
Copyright ? 2003, 2013 IBM. All Rights Reserved.