org.apache.axis2.jaxws.message.factory
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
 SAAJConverter getSAAJConverter()
          Get or create the SAAJConverter
 

Method Detail

getSAAJConverter

SAAJConverter getSAAJConverter()
Get or create the SAAJConverter

Returns:
SAAJConverter


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.