Class SAAJConverterFactoryImpl
- java.lang.Object
-
- org.apache.axis2.jaxws.message.util.impl.SAAJConverterFactoryImpl
-
- All Implemented Interfaces:
SAAJConverterFactory
public class SAAJConverterFactoryImpl extends Object implements SAAJConverterFactory
SAAJConverterFactoryImpl Get the default SAAJConverter implementation. Obtain this factory from the FactoryRegistry
-
-
Constructor Summary
Constructors Constructor Description SAAJConverterFactoryImpl()
Required for Factory instantiation
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SAAJConverter
getSAAJConverter()
Get or create the SAAJConverter
-
-
-
Method Detail
-
getSAAJConverter
public SAAJConverter getSAAJConverter()
Description copied from interface:SAAJConverterFactory
Get or create the SAAJConverter- Specified by:
getSAAJConverter
in interfaceSAAJConverterFactory
- Returns:
- SAAJConverter
-
-