站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

WSRPProducerBaseTest - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.test.wsrp
Class WSRPProducerBaseTest

java.lang.Object
  extended byTestCase
      extended byorg.jboss.portal.test.wsrp.WSRPBaseTest
          extended byorg.jboss.portal.test.wsrp.WSRPProducerBaseTest
Direct Known Subclasses:
V1ProducerBaseTest

public abstract class WSRPProducerBaseTest
extends WSRPBaseTest

Version:
$Revision: 5493 $
Author:
Boleslaw Dawidowicz
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.jboss.portal.test.wsrp.WSRPBaseTest
WSRPBaseTest.DecoratedObject, WSRPBaseTest.Decorator
 
Field Summary
protected  WSRPProducer producer
          .
protected  ServiceFactory serviceFactory
          .
 
Fields inherited from class org.jboss.portal.test.wsrp.WSRPBaseTest
log
 
Constructor Summary
protected WSRPProducerBaseTest()
           
protected WSRPProducerBaseTest(java.lang.String name)
           
 
Method Summary
 WSRPProducer getProducer()
           
 ServiceFactory getServiceFactory()
           
 void setProducer(WSRPProducer producer)
           
 void setServiceFactory(ServiceFactory serviceFactory)
           
 
Methods inherited from class org.jboss.portal.test.wsrp.WSRPBaseTest
assertEquals, assertEquals, assertString1ContainsString2, deploy, log, setUp, undeploy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

producer

protected WSRPProducer producer
.


serviceFactory

protected ServiceFactory serviceFactory
.

Constructor Detail

WSRPProducerBaseTest

protected WSRPProducerBaseTest()
                        throws java.lang.Exception

WSRPProducerBaseTest

protected WSRPProducerBaseTest(java.lang.String name)
                        throws java.lang.Exception
Method Detail

setProducer

public void setProducer(WSRPProducer producer)

getProducer

public WSRPProducer getProducer()

getServiceFactory

public ServiceFactory getServiceFactory()

setServiceFactory

public void setServiceFactory(ServiceFactory serviceFactory)