Package org.apache.axis2.format
Interface MessageFormatterEx
-
- All Superinterfaces:
MessageFormatter
- All Known Implementing Classes:
BinaryFormatter,MessageFormatterExAdapter,PlainTextFormatter
public interface MessageFormatterEx extends MessageFormatter
Message formatter with extended capabilities. This interface adds new methods to theMessageFormatterinterface, allowing transport to optimize data transfers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataSourcegetDataSource(MessageContext messageContext, OMOutputFormat format, String soapAction)Get the formatted message as aDataSourceobject.-
Methods inherited from interface org.apache.axis2.kernel.MessageFormatter
formatSOAPAction, getContentType, getTargetAddress, writeTo
-
-
-
-
Method Detail
-
getDataSource
DataSource getDataSource(MessageContext messageContext, OMOutputFormat format, String soapAction) throws AxisFault
Get the formatted message as aDataSourceobject.- Parameters:
messageContext-format-soapAction-- Returns:
- Throws:
AxisFault
-
-