org.apache.cxf.ws.rm.persistence
Interface RMMessage


public interface RMMessage


Method Summary
 javax.xml.ws.handler.MessageContext getContext()
           
 java.io.InputStream getContextAsStream()
           
 java.math.BigInteger getMessageNr()
           
 

Method Detail

getMessageNr

java.math.BigInteger getMessageNr()
Returns:
the message number of the message within its sequence.

getContext

javax.xml.ws.handler.MessageContext getContext()
Returns:
the message context of this message.

getContextAsStream

java.io.InputStream getContextAsStream()
Returns:
the message context of this message as an input stream.


Copyright © 2006 Apache Software Foundation. All Rights Reserved.