C# 클래스 org.GraphDefined.Vanaheimr.Hermod.SOAP.SOAPDispatch

A SOAP dispach.
파일 보기 프로젝트 열기: Vanaheimr/Hermod

공개 메소드들

메소드 설명
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