API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.ws. LogicalMessage View Source
Author(s)
Since
JAX-WS 2.0
Version
Serial
Hierarchy
 LogicalMessage
Subinterfaces
Description
public interface LogicalMessage
  The LogicalMessage interface represents a protocol agnostic XML message and contains methods that provide access to the payload of the message.
See also:   
Methods
Hide/Show inherited methods
public Source getPayload ()
  Gets the message payload as an XML source, may be called multiple times on the same LogicalMessage instance, always returns a new Source that may be used to retrieve the entire message payload.
public Object getPayload (JAXBContext context)
  Gets the message payload as a JAXB object.
public void setPayload (Object payload, JAXBContext context)
  Sets the message payload
public void setPayload (Source payload)
  Sets the message payload
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar