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 theMessageFormatter
interface, allowing transport to optimize data transfers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataSource
getDataSource(MessageContext messageContext, OMOutputFormat format, String soapAction)
Get the formatted message as aDataSource
object.-
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 aDataSource
object.- Parameters:
messageContext
-format
-soapAction
-- Returns:
- Throws:
AxisFault
-
-