|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
static final String HOST_PASSWORD_PROPERTY
static final String HOST_USERID_PROPERTY
static final String HOST_CHARSET_PROPERTY
| Method Detail |
|---|
HostCredentials getHostCredentials(org.mule.api.MuleMessage message)
message - the incoming mule message
String getHostUserID()
String getHostPassword()
void setHostUserID(String userID)
userID - the host user ID to setvoid setHostPassword(String password)
password - the host Password to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||