public class V2RemoteJmsModel extends V2RemoteModel implements RemoteJmsModel
REMOTE_JMS| Constructor and Description |
|---|
V2RemoteJmsModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
Constructs a new V2RemoteJmsModel with the specified Configuration and Descriptor.
|
V2RemoteJmsModel(String namespace)
Constructs a new V2JmsRemoteModel of the specified namespace.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHostName()
Gets the hostName attribute.
|
String |
getKeystoreLocation()
Gets the keystoreLocation attribute.
|
String |
getKeystorePassword()
Gets the keystorePassword attribute.
|
Integer |
getMessagingPort()
Gets the messagingPort attribute.
|
Integer |
getRemotingPort()
Gets the remotingPort attribute.
|
String |
getTruststoreLocation()
Gets the truststoreLocation attribute.
|
String |
getTruststorePassword()
Gets the truststorePassword attribute.
|
boolean |
isUseSsl()
Gets the useSsl attribute.
|
RemoteJmsModel |
setHostName(String hostName)
Sets the hostName attribute.
|
RemoteJmsModel |
setKeystoreLocation(String keystoreLocation)
Sets the keystoreLocation attribute.
|
RemoteJmsModel |
setKeystorePassword(String keystorePassword)
Sets the keystorePassword attribute.
|
RemoteModel |
setMessagingPort(Integer messagingPort)
Sets the messagingPort attribute.
|
RemoteModel |
setRemotingPort(Integer remotingPort)
Sets the remotingPort attribute.
|
RemoteJmsModel |
setTruststoreLocation(String truststoreLocation)
Sets the truststoreLocation attribute.
|
RemoteJmsModel |
setTruststorePassword(String truststorePassword)
Sets the truststorePassword attribute.
|
RemoteJmsModel |
setUseSsl(boolean useSsl)
Sets the useSsl attribute.
|
getDeploymentId, getExtraJaxbClasses, getPassword, getTimeout, getUserName, setDeploymentId, setExtraJaxbClasses, setPassword, setTimeout, setUserNameaddChildModel, assertModelValid, equals, getFirstChildModel, getFirstChildModelStartsWith, getModelAttribute, getModelAttribute, getModelAttributeAsQName, getModelAttributeAsQName, getModelChildren, getModelChildrenOrder, getModelConfiguration, getModelDescriptor, getModelParent, getModelRoot, getModelRootNamespace, getModelValue, getNamespaceURI, hashCode, hasParentModel, isModelValid, orderModelChildren, primeModelChildren, readModel, setChildModel, setModelAttribute, setModelAttribute, setModelAttributeAsQName, setModelAttributeAsQName, setModelChildrenOrder, setModelValue, toString, validateModel, write, writeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDeploymentId, getExtraJaxbClasses, getPassword, getTimeout, getUserName, setDeploymentId, setExtraJaxbClasses, setPassword, setTimeout, setUserNamepublic V2RemoteJmsModel(String namespace)
namespace - the namespacepublic V2RemoteJmsModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
config - the Configurationdesc - the Descriptorpublic String getHostName()
getHostName in interface RemoteJmsModelpublic RemoteJmsModel setHostName(String hostName)
setHostName in interface RemoteJmsModelhostName - the hostName attributepublic Integer getRemotingPort()
getRemotingPort in interface RemoteJmsModelpublic RemoteModel setRemotingPort(Integer remotingPort)
setRemotingPort in interface RemoteJmsModelremotingPort - the remotingPort attributepublic Integer getMessagingPort()
getMessagingPort in interface RemoteJmsModelpublic RemoteModel setMessagingPort(Integer messagingPort)
setMessagingPort in interface RemoteJmsModelmessagingPort - the messagingPort attributepublic boolean isUseSsl()
isUseSsl in interface RemoteJmsModelpublic RemoteJmsModel setUseSsl(boolean useSsl)
setUseSsl in interface RemoteJmsModeluseSsl - the useSsl attributepublic String getKeystorePassword()
getKeystorePassword in interface RemoteJmsModelpublic RemoteJmsModel setKeystorePassword(String keystorePassword)
setKeystorePassword in interface RemoteJmsModelkeystorePassword - the keystorePassword attributepublic String getKeystoreLocation()
getKeystoreLocation in interface RemoteJmsModelpublic RemoteJmsModel setKeystoreLocation(String keystoreLocation)
setKeystoreLocation in interface RemoteJmsModelkeystoreLocation - the keystoreLocation attributepublic String getTruststorePassword()
getTruststorePassword in interface RemoteJmsModelpublic RemoteJmsModel setTruststorePassword(String truststorePassword)
setTruststorePassword in interface RemoteJmsModeltruststorePassword - the keystorePassword attributepublic String getTruststoreLocation()
getTruststoreLocation in interface RemoteJmsModelpublic RemoteJmsModel setTruststoreLocation(String truststoreLocation)
setTruststoreLocation in interface RemoteJmsModeltruststoreLocation - the keystoreLocation attributeCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.