Метод | Описание | |
---|---|---|
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.
|
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 |
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 |