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.
Creates the extension registry, and sets the defaultSerializer
and defaultDeserializer properties to instances of an
UnknownExtensionSerializer, and an UnknownExtensionDeserializer,
respectively.
This property can be used to hang a referenced Definition,
and the top-level Definition (i.e. the one with the <import>)
will use this Definition when resolving referenced WSDL parts.
This property can be used to hang a referenced Definition,
and the top-level Definition (i.e. the one with the <import>)
will use this Definition when resolving referenced WSDL parts.
This method should be used for elements that support extension attributes
because it does not track the remaining attributes to test for unexpected
attributes.
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.
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.
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.
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.
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.
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.
This property can be used to hang a referenced Definition,
and the top-level Definition (i.e. the one with the <import>)
will use this Definition when resolving referenced WSDL parts.
This property can be used to hang a referenced Definition,
and the top-level Definition (i.e. the one with the <import>)
will use this Definition when resolving referenced WSDL parts.
This abstract class defines a factory API that enables applications
to obtain a WSDLFactory capable of producing new Definitions, new
WSDLReaders, and new WSDLWriters.
This interface describes a collection of methods
that enable conversion of a WSDL document (in XML,
following the WSDL schema described in the WSDL
specification) into a WSDL model.
This class describes a collection of methods
that enable conversion of a WSDL document (in XML,
following the WSDL schema described in the WSDL
specification) into a WSDL model.