|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ExtensionRegistry | |
|---|---|
| javax.wsdl | |
| javax.wsdl.extensions | |
| javax.wsdl.factory | |
| javax.wsdl.xml | |
| Uses of ExtensionRegistry in javax.wsdl |
|---|
| Methods in javax.wsdl that return ExtensionRegistry | |
ExtensionRegistry |
Definition.getExtensionRegistry()
Get a reference to the ExtensionRegistry for this Definition. |
| Methods in javax.wsdl with parameters of type ExtensionRegistry | |
void |
Definition.setExtensionRegistry(ExtensionRegistry extReg)
Set the ExtensionRegistry for this Definition. |
| Uses of ExtensionRegistry in javax.wsdl.extensions |
|---|
| Methods in javax.wsdl.extensions with parameters of type ExtensionRegistry | |
void |
UnknownExtensionSerializer.marshall(java.lang.Class parentType,
QName elementType,
ExtensibilityElement extension,
java.io.PrintWriter pw,
Definition def,
ExtensionRegistry extReg)
|
ExtensibilityElement |
UnknownExtensionDeserializer.unmarshall(java.lang.Class parentType,
QName elementType,
org.w3c.dom.Element el,
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. |
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. |
| Uses of ExtensionRegistry in javax.wsdl.factory |
|---|
| Methods in javax.wsdl.factory that return ExtensionRegistry | |
abstract ExtensionRegistry |
WSDLFactory.newPopulatedExtensionRegistry()
Create a new instance of an ExtensionRegistry with pre-registered serializers/deserializers for the SOAP, HTTP and MIME extensions. |
| Uses of ExtensionRegistry in javax.wsdl.xml |
|---|
| Methods in javax.wsdl.xml that return ExtensionRegistry | |
ExtensionRegistry |
WSDLReader.getExtensionRegistry()
Get the extension registry, if one was set. |
| Methods in javax.wsdl.xml with parameters of type ExtensionRegistry | |
void |
WSDLReader.setExtensionRegistry(ExtensionRegistry extReg)
Set the extension registry to be used when reading WSDL documents into a WSDL definition. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||