org.apache.muse.core.descriptor
Interface RouterDescriptor

All Superinterfaces:
XmlSerializable
All Known Implementing Classes:
OSGiRouterDescriptor, SimpleRouterDescriptor

public interface RouterDescriptor
extends XmlSerializable

Author:
Dan Jemiolo (danj)

Method Summary
 RouterDefinition getRouterDefinition()
           
 void load(Element routerXML, Environment environment)
           
 void setRouterDefinition(RouterDefinition definition)
           
 
Methods inherited from interface org.apache.muse.util.xml.XmlSerializable
toXML, toXML
 

Method Detail

getRouterDefinition

RouterDefinition getRouterDefinition()

load

void load(Element routerXML,
          Environment environment)
          throws SoapFault
Throws:
SoapFault

setRouterDefinition

void setRouterDefinition(RouterDefinition definition)


Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.