Interface MessageHandler
- All Known Implementing Classes:
HttpMessageHandler,PassThroughMessageHandler
public interface MessageHandler
Message handler for different transports.
-
Method Summary
Modifier and TypeMethodDescriptionvoidbuildMessage(org.apache.axis2.context.MessageContext messageContext) voidbuildMessage(org.apache.axis2.context.MessageContext messageContext, boolean earlyBuild) getMessageDataStream(org.apache.axis2.context.MessageContext context)
-
Method Details
-
getMessageDataStream
InputStream getMessageDataStream(org.apache.axis2.context.MessageContext context) throws IOException - Throws:
IOException
-
buildMessage
void buildMessage(org.apache.axis2.context.MessageContext messageContext) throws XMLStreamException, IOException - Throws:
XMLStreamExceptionIOException
-
buildMessage
void buildMessage(org.apache.axis2.context.MessageContext messageContext, boolean earlyBuild) throws XMLStreamException, IOException - Throws:
XMLStreamExceptionIOException
-