Apache CXF API

org.apache.cxf.jaxws.handler.logical
Class LogicalMessageImpl

java.lang.Object
  extended by org.apache.cxf.jaxws.handler.logical.LogicalMessageImpl
All Implemented Interfaces:
javax.xml.ws.LogicalMessage

public class LogicalMessageImpl
extends Object
implements javax.xml.ws.LogicalMessage


Constructor Summary
LogicalMessageImpl(LogicalMessageContextImpl lmctx)
           
 
Method Summary
 Source getPayload()
           
 Object getPayload(javax.xml.bind.JAXBContext arg0)
           
 void setPayload(Object arg0, javax.xml.bind.JAXBContext arg1)
           
 void setPayload(Source s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogicalMessageImpl

public LogicalMessageImpl(LogicalMessageContextImpl lmctx)
Method Detail

getPayload

public Source getPayload()
Specified by:
getPayload in interface javax.xml.ws.LogicalMessage

setPayload

public void setPayload(Source s)
Specified by:
setPayload in interface javax.xml.ws.LogicalMessage

getPayload

public Object getPayload(javax.xml.bind.JAXBContext arg0)
Specified by:
getPayload in interface javax.xml.ws.LogicalMessage

setPayload

public void setPayload(Object arg0,
                       javax.xml.bind.JAXBContext arg1)
Specified by:
setPayload in interface javax.xml.ws.LogicalMessage

Apache CXF API

Apache CXF