C# Class org.GraphDefined.Vanaheimr.Hermod.SOAP.SOAPDispatch

A SOAP dispach.
Afficher le fichier Open project: Vanaheimr/Hermod

Méthodes publiques

Méthode Description
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.

Method Details

SOAPDispatch() public méthode

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.
Résultat System

SOAPDispatch() public méthode

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.
Résultat System

ToString() public méthode

Return a string representation of this object.
public ToString ( ) : String
Résultat String