Interface DeserializerFactory

    • Method Detail

      • getDeserializerAs

        Deserializer getDeserializerAs​(java.lang.String mechanismType)
        Returns a Deserializer for the specified XML processing mechanism type.
        Parameters:
        mechanismType - XML processing mechanism type [TBD: definition of valid constants]
        Returns:
        a Deserializer for the specified XML processing mechanism type
        Throws:
        JAXRPCException - if DeserializerFactory does not support the specified XML processing mechanism
      • getSupportedMechanismTypes

        java.util.Iterator getSupportedMechanismTypes()
        Returns an Iterator over the list of all XML processing mechanism types supported by this DeserializerFactory.
        Returns:
        an Iterator over the unique identifiers for the supported XML processing mechanism types (as Strings?)