org.apache.axis2.builder
Class MIMEBuilder

java.lang.Object
  extended by org.apache.axis2.builder.MIMEBuilder
All Implemented Interfaces:
Builder

public class MIMEBuilder
extends java.lang.Object
implements Builder


Constructor Summary
MIMEBuilder()
           
 
Method Summary
 org.apache.axiom.om.OMElement processDocument(java.io.InputStream inputStream, java.lang.String contentType, MessageContext msgContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MIMEBuilder

public MIMEBuilder()
Method Detail

processDocument

public org.apache.axiom.om.OMElement processDocument(java.io.InputStream inputStream,
                                                     java.lang.String contentType,
                                                     MessageContext msgContext)
                                              throws AxisFault
Specified by:
processDocument in interface Builder
Returns:
Returns the document element.
Throws:
AxisFault


Copyright © 2007 Apache Web Services Project. All Rights Reserved.