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.soap12.SOAP12Address implementations
for compliance with the JWSDL specification.
This class implements a series of tests used to check
javax.wsdl.extensions.soap12.SOAP12Binding implementations
for compliance with the JWSDL specification.
This class implements a series of tests used to check
javax.wsdl.extensions.soap.SOAP12Body implementations
for compliance with the JWSDL specification.
This class implements a series of tests used to check
javax.wsdl.extensions.soap12.SOAP12Fault implementations
for compliance with the JWSDL specification.
This class implements a series of tests used to check
javax.wsdl.extensions.soap12.SOAP12HeaderFault implementations
for compliance with the JWSDL specification.
This class implements a series of tests used to check
javax.wsdl.extensions.soap12.SOAP12Header implementations
for compliance with the JWSDL specification.
This class implements a series of tests used to check
javax.wsdl.extensions.soap12.SOAP12Operation 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 Binding.addBindingOperation(...),
Binding.getBindingOperation(...) and
Binding.removeBindingOperation(...)
specifying the operation name and null for the input and output message names.
Test Binding.addBindingOperation(...),
Binding.getBindingOperation(...) and
Binding.removeBindingOperation(...)
specifying the operation name and the input and output message names.
Test Binding.addBindingOperation(...),
Binding.getBindingOperation(...) and
Binding.removeBindingOperation(...)
specifying the operation name and ":none" for the input and output message names.
Test PortType.addOperation(...), PortType.getOperation(...)
and PortType.removeOperation(...) specifying the operation
name and null for the input and output message names.
Test PortType.addOperation(...), PortType.getOperation(...)
and PortType.removeOperation(...) specifying the operation
name and the input and output message names.
Test PortType.addOperation(...), PortType.getOperation(...)
and PortType.removeOperation(...) specifying the operation
name and ":none" for the input and output message names.
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 WSDLFactory.newInstance(...) to ensure that factory instances
can be retrieved by specifying an explicit factory implementation
and classloader to use.
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 1.2 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.