org.apache.axis2.transport.testkit.message
Class IncomingMessage<M>

java.lang.Object
  extended by org.apache.axis2.transport.testkit.message.IncomingMessage<M>

public class IncomingMessage<M>
extends java.lang.Object


Constructor Summary
IncomingMessage(javax.mail.internet.ContentType contentType, M data)
           
 
Method Summary
 javax.mail.internet.ContentType getContentType()
           
 M getData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncomingMessage

public IncomingMessage(javax.mail.internet.ContentType contentType,
                       M data)
Method Detail

getContentType

public javax.mail.internet.ContentType getContentType()

getData

public M getData()


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.