org.sca4j.binding.jms.common
Class DestinationDefinition

java.lang.Object
  extended by org.sca4j.scdl.ModelObject
      extended by org.sca4j.binding.jms.common.PropertyAwareObject
          extended by org.sca4j.binding.jms.common.AdministeredObjectDefinition
              extended by org.sca4j.binding.jms.common.DestinationDefinition
All Implemented Interfaces:
java.io.Serializable

public class DestinationDefinition
extends AdministeredObjectDefinition

JMS destination definition used for receiving requests and dispatching responses.

Version:
$Revision: 5070 $ $Date: 2008-07-21 17:52:37 +0100 (Mon, 21 Jul 2008) $
See Also:
Serialized Form

Constructor Summary
DestinationDefinition()
           
 
Method Summary
 DestinationType getDestinationType()
           
 void setDestinationType(DestinationType destinationType)
           
 
Methods inherited from class org.sca4j.binding.jms.common.AdministeredObjectDefinition
getCreate, getName, getType, setCreate, setName, setType
 
Methods inherited from class org.sca4j.binding.jms.common.PropertyAwareObject
addProperty, getProperties, setProperties
 
Methods inherited from class org.sca4j.scdl.ModelObject
validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DestinationDefinition

public DestinationDefinition()
Method Detail

getDestinationType

public DestinationType getDestinationType()
Returns:
Destination type.

setDestinationType

public void setDestinationType(DestinationType destinationType)
Parameters:
destinationType - Destination type.


Copyright © 2008-2010 Service Symphony. All Rights Reserved.