Interface ILogicalMessage
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/ws/LogicalMessage.html
public interface ILogicalMessage
Properties
Payload
https://docs.oracle.com/javase/8/docs/api/javax/xml/ws/LogicalMessage.html#getPayload-- https://docs.oracle.com/javase/8/docs/api/javax/xml/ws/LogicalMessage.html#setPayload-javax.xml.transform.Source-
Source Payload { get; set; }
Property Value
Methods
GetPayload(JAXBContext)
object GetPayload(JAXBContext arg0)
Parameters
arg0JAXBContext
Returns
SetPayload(object, JAXBContext)
void SetPayload(object arg0, JAXBContext arg1)
Parameters
arg0objectarg1JAXBContext