Class ECIExtensionRegistry

java.lang.Object
javax.wsdl.extensions.ExtensionRegistry
com.ibm.jakarta.connector2.cics.tools.ECIExtensionRegistry
All Implemented Interfaces:
Serializable

public class ECIExtensionRegistry extends javax.wsdl.extensions.ExtensionRegistry
This is the WSDL Extension Registry that contains the necessary serializer and deserializer for the ECI extensibility elements. This class is exposed to the Tool IDE envrionment. Since this is the class that is used to get the serializers/deserializers, the implementation of the specific serializers/deserializers is not directly exposed to the Tool IDE environment.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default Constructor
  • Method Summary

    Methods inherited from class javax.wsdl.extensions.ExtensionRegistry

    createExtension, getAllowableExtensions, getDefaultDeserializer, getDefaultSerializer, mapExtensionTypes, queryDeserializer, querySerializer, registerDeserializer, registerSerializer, setDefaultDeserializer, setDefaultSerializer

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ECIExtensionRegistry

      public ECIExtensionRegistry()
      Default Constructor