public interface TextMessageBuilder
extends org.apache.axis2.builder.Builder
Builder
implementations that support building a message from a character
stream.
The character stream can either be provided as a string or a
Reader object. The caller should use a Reader object
except if the content of the message is available as a string anyway.
This interface is currently used by the JMS transport to process
javax.jms.TextMessage instances.
| Modifier and Type | Method and Description |
|---|---|
org.apache.axiom.om.OMElement |
processDocument(Reader reader,
String contentType,
org.apache.axis2.context.MessageContext messageContext) |
org.apache.axiom.om.OMElement |
processDocument(String content,
String contentType,
org.apache.axis2.context.MessageContext messageContext) |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.