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

A SOAP dispatcher.
파일 보기 프로젝트 열기: Vanaheimr/Hermod 1 사용 예제들

공개 메소드들

메소드 설명
EndpointTextInfo ( HTTPRequest Request ) : Task

Return a short information text about this endpoint.

Invoke ( HTTPRequest Request ) : Task

Invoke this SOAP endpoint and choose a matching dispatcher.

RegisterSOAPDelegate ( String Description, SOAPMatch SOAPMatch, SOAPBodyDelegate SOAPBodyDelegate ) : void

Register a SOAP delegate.

RegisterSOAPDelegate ( String Description, SOAPMatch SOAPMatch, SOAPHeaderAndBodyDelegate SOAPHeaderAndBodyDelegate ) : void

Register a SOAP delegate.

SOAPDispatcher ( String URITemplate, HTTPContentType SOAPContentType ) : System

Create a new SOAP dispatcher.

ToString ( ) : String

Return a string representation of this object.

메소드 상세

EndpointTextInfo() 공개 메소드

Return a short information text about this endpoint.
public EndpointTextInfo ( HTTPRequest Request ) : Task
Request HTTPRequest A HTTP request.
리턴 Task

Invoke() 공개 메소드

Invoke this SOAP endpoint and choose a matching dispatcher.
public Invoke ( HTTPRequest Request ) : Task
Request HTTPRequest A HTTP request.
리턴 Task

RegisterSOAPDelegate() 공개 메소드

Register a SOAP delegate.
public RegisterSOAPDelegate ( String Description, SOAPMatch SOAPMatch, SOAPBodyDelegate SOAPBodyDelegate ) : void
Description String A description of this SOAP delegate.
SOAPMatch SOAPMatch A delegate to check whether this dispatcher matches the given XML.
SOAPBodyDelegate SOAPBodyDelegate A delegate to process a matching SOAP request.
리턴 void

RegisterSOAPDelegate() 공개 메소드

Register a SOAP delegate.
public RegisterSOAPDelegate ( String Description, SOAPMatch SOAPMatch, SOAPHeaderAndBodyDelegate SOAPHeaderAndBodyDelegate ) : void
Description String A description of this SOAP delegate.
SOAPMatch SOAPMatch A delegate to check whether this dispatcher matches the given XML.
SOAPHeaderAndBodyDelegate SOAPHeaderAndBodyDelegate A delegate to process a matching SOAP request.
리턴 void

SOAPDispatcher() 공개 메소드

Create a new SOAP dispatcher.
public SOAPDispatcher ( String URITemplate, HTTPContentType SOAPContentType ) : System
URITemplate String The URI template of the SOAP dispatcher.
SOAPContentType HTTPContentType The HTTP content type the SOAP/XML request will be send.
리턴 System

ToString() 공개 메소드

Return a string representation of this object.
public ToString ( ) : String
리턴 String