|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis2.builder.MIMEBuilder
public class MIMEBuilder
| Constructor Summary | |
|---|---|
MIMEBuilder()
|
|
| Method Summary | |
|---|---|
org.apache.axiom.om.OMElement |
processDocument(java.io.InputStream inputStream,
java.lang.String contentType,
MessageContext msgContext)
Process a message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MIMEBuilder()
| Method Detail |
|---|
public org.apache.axiom.om.OMElement processDocument(java.io.InputStream inputStream,
java.lang.String contentType,
MessageContext msgContext)
throws AxisFault
BuilderThe raw content of the message is provided as an input stream. It is the responsibility of the caller (typically a transport implementation) to close the stream after the message has been processed (more precisely after the SOAP infoset returned by this method is no longer used). This implies that implementations are not required to consume the input stream during the execution of this method. This enables deferred parsing of the message.
processDocument in interface BuilderinputStream - the byte stream with the raw payload
AxisFault
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||