Interface SerializerFactory

    • Method Detail

      • getSerializerAs

        Serializer getSerializerAs​(java.lang.String mechanismType)
        Returns a Serializer for the specified XML processing mechanism type.
        Parameters:
        mechanismType - - XML processing mechanism type [TBD: definition of valid constants]
        Returns:
        a Serializer for the specified XML processing mechanism type
        Throws:
        JAXRPCException - if SerializerFactory does not support the specified XML processing mechanism
        java.lang.IllegalArgumentException - if an invalid mechanism type is specified
      • getSupportedMechanismTypes

        java.util.Iterator getSupportedMechanismTypes()
        Returns an Iterator over all XML processing mechanism types supported by this SerializerFactory.
        Returns:
        an Iterator over the mechanism types (Strings?)