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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SAAJConverter
getSAAJConverter()
Get or create the SAAJConverter
-
-
-
Method Detail
-
getSAAJConverter
SAAJConverter getSAAJConverter()
Get or create the SAAJConverter- Returns:
- SAAJConverter
-
-