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:
-
Method Summary
Modifier and TypeMethodDescriptionGet or create the SAAJConverter
-
Method Details
-
getSAAJConverter
SAAJConverter getSAAJConverter()Get or create the SAAJConverter- Returns:
- SAAJConverter
-