org.jboss.portal.wsrp.deployment
Class WSRPDeployer
java.lang.Object
SubDeployerSupport
org.jboss.portal.wsrp.deployment.WSRPDeployer
- All Implemented Interfaces:
- WSRPDeployerMBean
public class WSRPDeployer
- extends SubDeployerSupport
- implements WSRPDeployerMBean
- Version:
- $Revision: 7158 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSRPDeployer
public WSRPDeployer()
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