C# Класс org.GraphDefined.Vanaheimr.Hermod.SOAP.SOAPDispatch

A SOAP dispach.
Показать файл Открыть проект

Открытые методы

Метод Описание
SOAPDispatch ( String Description, SOAPMatch Matcher, SOAPBodyDelegate BodyDelegate ) : System

Create a new SOAP dispatch.

SOAPDispatch ( String Description, SOAPMatch Matcher, SOAPHeaderAndBodyDelegate HeaderAndBodyDelegate ) : System

Create a new SOAP dispatch.

ToString ( ) : String

Return a string representation of this object.

Описание методов

SOAPDispatch() публичный Метод

Create a new SOAP dispatch.
public SOAPDispatch ( String Description, SOAPMatch Matcher, SOAPBodyDelegate BodyDelegate ) : System
Description String A description for this SOAP dispatch.
Matcher SOAPMatch A delegate to check if this dispatch applies.
BodyDelegate SOAPBodyDelegate A HTTP/SOAP delegate to invoke this dispatch.
Результат System

SOAPDispatch() публичный Метод

Create a new SOAP dispatch.
public SOAPDispatch ( String Description, SOAPMatch Matcher, SOAPHeaderAndBodyDelegate HeaderAndBodyDelegate ) : System
Description String A description for this SOAP dispatch.
Matcher SOAPMatch A delegate to check if this dispatch applies.
HeaderAndBodyDelegate SOAPHeaderAndBodyDelegate A HTTP/SOAP delegate to invoke this dispatch.
Результат System

ToString() публичный Метод

Return a string representation of this object.
public ToString ( ) : String
Результат String