Interface SAAJConverterFactory

  • All Known Implementing Classes:
    SAAJConverterFactoryImpl

    public interface SAAJConverterFactory
    SAAJConverterFactory Creates an SAAJConverter object A factory is necessary because implementations may need to plug in their own SAAJ or OM implementations.

    Factories are obtained from the FactoryRegistry

    See Also:
    FactoryRegistry
    • Method Detail

      • getSAAJConverter

        SAAJConverter getSAAJConverter()
        Get or create the SAAJConverter
        Returns:
        SAAJConverter