org.mule.transport.legstar
Interface LegstarConnector

All Known Implementing Classes:
LegstarHttpConnector, LegstarMockConnector, LegstarTcpConnector, LegstarWmqConnector

public interface LegstarConnector

All LegStar connectors must implement this interface.


Field Summary
static String HOST_CHARSET_PROPERTY
          A mule property that might hold the host character set.
static String HOST_PASSWORD_PROPERTY
          A mule property that might hold the host password.
static String HOST_USERID_PROPERTY
          A mule property that might hold the host user ID.
 
Method Summary
 HostCredentials getHostCredentials(org.mule.api.MuleMessage message)
          Credentials can be set at the connector level or passed as properties in incoming messages.
 String getHostPassword()
           
 String getHostUserID()
           
 void setHostPassword(String password)
           
 void setHostUserID(String userID)
           
 

Field Detail

HOST_PASSWORD_PROPERTY

static final String HOST_PASSWORD_PROPERTY
A mule property that might hold the host password.

See Also:
Constant Field Values

HOST_USERID_PROPERTY

static final String HOST_USERID_PROPERTY
A mule property that might hold the host user ID.

See Also:
Constant Field Values

HOST_CHARSET_PROPERTY

static final String HOST_CHARSET_PROPERTY
A mule property that might hold the host character set.

See Also:
Constant Field Values
Method Detail

getHostCredentials

HostCredentials getHostCredentials(org.mule.api.MuleMessage message)
Credentials can be set at the connector level or passed as properties in incoming messages.

The dynamic credentials passed in message properties take precedence over any connector property.

Parameters:
message - the incoming mule message
Returns:
a set of host credentials

getHostUserID

String getHostUserID()
Returns:
the host user ID for mainframe authentication

getHostPassword

String getHostPassword()
Returns:
the host Password for mainframe authentication

setHostUserID

void setHostUserID(String userID)
Parameters:
userID - the host user ID to set

setHostPassword

void setHostPassword(String password)
Parameters:
password - the host Password to set


Copyright © 2013 LegSem. All Rights Reserved.