This class implements a series of tests used to check
javax.wsdl.extensions.ExtensionRegistry implementations for compliance
with the JWSDL specification.
This class implements a series of tests used to check
javax.wsdl.extensions.http.HTTPAddress implementations for compliance
with the JWSDL specification.
This class implements a series of tests used to check
javax.wsdl.extensions.http.HTTPBinding implementations for compliance
with the JWSDL specification.
This class implements a series of tests used to check
javax.wsdl.extensions.http.HTTPOperation implementations for compliance
with the JWSDL specification.
This class implements a series of tests used to check
javax.wsdl.extensions.mime.MIMEContent implementations
for compliance with the JWSDL specification.
This class implements a series of tests used to check
javax.wsdl.extensions.mime.MIMEMimeXml implementations
for compliance with the JWSDL specification.
This class implements a series of tests used to check
javax.wsdl.extensions.mime.MIMEMultipartRelated implementations
for compliance with the JWSDL specification.
This class implements a series of tests used to check
javax.wsdl.extensions.soap.SOAPAddress implementations
for compliance with the JWSDL specification.
This class implements a series of tests used to check
javax.wsdl.extensions.soap.SOAPBinding implementations
for compliance with the JWSDL specification.
This class implements a series of tests used to check
javax.wsdl.extensions.soap.SOAPFault implementations
for compliance with the JWSDL specification.
This class implements a series of tests used to check
javax.wsdl.extensions.soap.SOAPHeaderFault implementations
for compliance with the JWSDL specification.
This class implements a series of tests used to check
javax.wsdl.extensions.soap.SOAPHeader implementations
for compliance with the JWSDL specification.
This class implements a series of tests used to check
javax.wsdl.extensions.soap.SOAPOperation implementations
for compliance with the JWSDL specification.
This class implements a series of tests used to check
javax.wsdl.extensions.schema.SchemaImport implementations
for compliance with the JWSDL specification.
This class implements a series of tests used to check
javax.wsdl.extensions.schema.SchemaReference implementations
for compliance with the JWSDL specification.
This class implements a series of tests used to check the
signatures of all the classes and methods of a JWSDL implementation
for compliance with the JWSDL specification.
Test ExtensionRegistry.getAllowableExtensions(...) to ensure that
all the specification-defined extensions (SOAP, HTTP, and MIME)
are registered to be allowed in the correct locations.
Test ExtensionRegistry.querySerializer(...),
ExtensionRegistry.queryDeserializer(...),
and ExtensionRegistry.createExtension(...), to ensure that
serializers, deserializers, and Java types have been registered for
all the specification-defined HTTP extensibility elements.
Test ExtensionRegistry.querySerializer(...),
ExtensionRegistry.queryDeserializer(...),
and ExtensionRegistry.createExtension(...), to ensure that
serializers, deserializers, and Java types have been registered for
all the specification-defined MIME extensibility elements.
Test ExtensionRegistry.querySerializer(...),
ExtensionRegistry.queryDeserializer(...),
and ExtensionRegistry.createExtension(...), to ensure that
serializers, deserializers, and Java types have been registered for
all the specification-defined SOAP extensibility elements.
Test each variation of WSDLWriter.writeWSDL(...), and
WSDLWriter.getDocument(...), to ensure that round-tripped
definitions still contain the same information.