C# Class Org.Openengsb.Loom.CSharp.Bridge.Implementation.Communication.Jms.JmsOutgoingPort

Send Message
Inheritance: Org.Openengsb.Loom.CSharp.Bridge.Implementation.Communication.Jms.JmsPort, IOutgoingPort
显示文件 Open project: openengsb/loom-csharp Class Usage Examples

Public Methods

Method Description
Close ( ) : void

Close the Connection

JmsOutgoingPort ( string destination, ABridgeExceptionHandling handling, String connectorId ) : System

Default constructor

Send ( string text ) : void

Send a string over NMS.

Send ( string text, String queueName ) : void

Send a string over NMS and defines the replyTo field

Method Details

Close() public method

Close the Connection
public Close ( ) : void
return void

JmsOutgoingPort() public method

Default constructor
public JmsOutgoingPort ( string destination, ABridgeExceptionHandling handling, String connectorId ) : System
destination string URL to OpenEngSB
handling Org.Openengsb.Loom.CSharp.Bridge.Interface.ExceptionHandling.ABridgeExceptionHandling
connectorId String
return System

Send() public method

Send a string over NMS.
public Send ( string text ) : void
text string Text to send
return void

Send() public method

Send a string over NMS and defines the replyTo field
public Send ( string text, String queueName ) : void
text string Text to send
queueName String
return void