org.apache.camel.model
Class ServiceActivationType

java.lang.Object
  extended by org.apache.camel.model.ServiceActivationType

Deprecated. will be removed in Camel 2.0

public class ServiceActivationType
extends Object

Represents an XML <serviceActivation/> element

Version:
$Revision: 63160 $

Constructor Summary
ServiceActivationType()
          Deprecated.  
 
Method Summary
 String getGroup()
          Deprecated.  
 List<ExpressionType> getUris()
          Deprecated.  
 void setGroup(String group)
          Deprecated.  
 void setUris(List<ExpressionType> uris)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceActivationType

public ServiceActivationType()
Deprecated. 
Method Detail

getGroup

public String getGroup()
Deprecated. 

setGroup

public void setGroup(String group)
Deprecated. 

getUris

public List<ExpressionType> getUris()
Deprecated. 

setUris

public void setUris(List<ExpressionType> uris)
Deprecated. 


Copyright © 2009 IONA Open Source Community. All Rights Reserved.