Table of Contents

Interface ILogicalMessage

Namespace
Javax.Xml.Ws
Assembly
MASES.JNet.dll

.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

Source Payload { get; set; }

Property Value

Source

Methods

GetPayload(JAXBContext)

object GetPayload(JAXBContext arg0)

Parameters

arg0 JAXBContext

JAXBContext

Returns

object

object

SetPayload(object, JAXBContext)

void SetPayload(object arg0, JAXBContext arg1)

Parameters

arg0 object

object

arg1 JAXBContext

JAXBContext