Table of Contents

Interface ISOAPBinding

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

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/ws/soap/SOAPBinding.html

public interface ISOAPBinding : IBinding
Inherited Members

Properties

MessageFactory

MessageFactory MessageFactory { get; }

Property Value

MessageFactory

Roles

Set<String> Roles { get; set; }

Property Value

Set<String>

SOAPFactory

SOAPFactory SOAPFactory { get; }

Property Value

SOAPFactory

Methods

IsMTOMEnabled()

bool IsMTOMEnabled()

Returns

bool

bool

SetMTOMEnabled(bool)

void SetMTOMEnabled(bool arg0)

Parameters

arg0 bool

bool