public interface MessagingSpecifier extends ResourceServiceSpecifier
| Modifier and Type | Method and Description | 
|---|---|
| String | getHostAddress()Returns the hostAddress. | 
| String | getHostMessagingServer()Returns the hostMessagingServer. | 
| String | getHostPassword()Returns the hostPassword. | 
| String | getHostUser()Returns the hostUser. | 
| String | getMessagingType()Returns the messagingType. | 
| String | getTargetAddress()Returns the targetAddress. | 
| String | getTargetMessagingServer()Returns the targetMessagingServer. | 
| String | getTargetPassword()Returns the targetPassword. | 
| String | getTargetUser()Returns the targetUser. | 
| Integer | getTimeout()Gets the timeout period in milliseconds. | 
| void | setHostAddress(String hostAddress)Sets the hostAddress. | 
| void | setHostMessagingServer(String hostMessagingServer)Sets the hostMessagingServer. | 
| void | setHostPassword(String hostPassword)Sets the hostPassword. | 
| void | setHostUser(String hostUser)Sets the hostUser. | 
| void | setMessagingType(String messagingType)Sets the messagingType. | 
| void | setTargetAddress(String targetAddress)Sets the targetAddress. | 
| void | setTargetMessagingServer(String targetMessagingServer)Sets the targetMessagingServer. | 
| void | setTargetPassword(String targetPassword)Sets the targetPassword. | 
| void | setTargetUser(String targetUser)Sets the targetUser. | 
| void | setTimeout(Integer aTimeout)Sets the timeout period in milliseconds. | 
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLString getHostAddress()
String getHostMessagingServer()
String getHostPassword()
String getHostUser()
String getMessagingType()
String getTargetAddress()
String getTargetMessagingServer()
String getTargetPassword()
String getTargetUser()
void setHostAddress(String hostAddress)
hostAddress - The hostAddress to setvoid setHostMessagingServer(String hostMessagingServer)
hostMessagingServer - The hostMessagingServer to setvoid setHostPassword(String hostPassword)
hostPassword - The hostPassword to setvoid setHostUser(String hostUser)
hostUser - The hostUser to setvoid setMessagingType(String messagingType)
messagingType - The messagingType to setvoid setTargetAddress(String targetAddress)
targetAddress - The targetAddress to setvoid setTargetMessagingServer(String targetMessagingServer)
targetMessagingServer - The targetMessagingServer to setvoid setTargetPassword(String targetPassword)
targetPassword - The targetPassword to setvoid setTargetUser(String targetUser)
targetUser - The targetUser to setInteger getTimeout()
void setTimeout(Integer aTimeout)
aTimeout - the timeout period in milliseconds. A null value indicates that the transport layer's
          default value will be used.Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.