org.jboss.portal.wsrp.deployment
Class WSRPDeployer

java.lang.Object
  extended by SubDeployerSupport
      extended by org.jboss.portal.wsrp.deployment.WSRPDeployer
All Implemented Interfaces:
WSRPDeployerMBean

public class WSRPDeployer
extends SubDeployerSupport
implements WSRPDeployerMBean

Version:
$Revision: 7158 $
Author:
Julien Viet

Constructor Summary
WSRPDeployer()
           
 
Method Summary
 ConsumerRegistry getConsumerRegistry()
           
 java.lang.String getDefaultWSRPLocation()
           
 org.xml.sax.EntityResolver getEntityResolver()
           
 void init(DeploymentInfo di)
           
 void setConsumerRegistry(ConsumerRegistry consumerRegistry)
           
 void setDefaultWSRPLocation(java.lang.String defaultWSRPLocation)
           
 void setEntityResolver(org.xml.sax.EntityResolver entityResolver)
           
 void start(DeploymentInfo di)
           
protected  void startService()
           
 void stop(DeploymentInfo di)
           
protected  void stopService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSRPDeployer

public WSRPDeployer()
Method Detail

getEntityResolver

public org.xml.sax.EntityResolver getEntityResolver()
Specified by:
getEntityResolver in interface WSRPDeployerMBean

setEntityResolver

public void setEntityResolver(org.xml.sax.EntityResolver entityResolver)
Specified by:
setEntityResolver in interface WSRPDeployerMBean

getConsumerRegistry

public ConsumerRegistry getConsumerRegistry()
Specified by:
getConsumerRegistry in interface WSRPDeployerMBean

setConsumerRegistry

public void setConsumerRegistry(ConsumerRegistry consumerRegistry)
Specified by:
setConsumerRegistry in interface WSRPDeployerMBean

getDefaultWSRPLocation

public java.lang.String getDefaultWSRPLocation()
Specified by:
getDefaultWSRPLocation in interface WSRPDeployerMBean

setDefaultWSRPLocation

public void setDefaultWSRPLocation(java.lang.String defaultWSRPLocation)
Specified by:
setDefaultWSRPLocation in interface WSRPDeployerMBean

init

public void init(DeploymentInfo di)
          throws DeploymentException
Throws:
DeploymentException

start

public void start(DeploymentInfo di)
           throws DeploymentException
Throws:
DeploymentException

stop

public void stop(DeploymentInfo di)
          throws DeploymentException
Throws:
DeploymentException

startService

protected void startService()
                     throws java.lang.Exception
Throws:
java.lang.Exception

stopService

protected void stopService()
                    throws java.lang.Exception
Throws:
java.lang.Exception