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

WSRPProducerBaseTest - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.test.wsrp
Class WSRPProducerBaseTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.jboss.portal.test.wsrp.WSRPBaseTest
              extended byorg.jboss.portal.test.wsrp.WSRPProducerBaseTest
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
V1ProducerBaseTest

public abstract class WSRPProducerBaseTest
extends WSRPBaseTest


Field Summary
protected  WSRPProducer producer
           
protected  ServiceLookup producerProxy
           
protected  ServiceFactory serviceFactory
           
 
Fields inherited from class org.jboss.portal.test.wsrp.WSRPBaseTest
deployer, initialized, nodeId, nodeManager, runtimeContext
 
Constructor Summary
protected WSRPProducerBaseTest()
           
protected WSRPProducerBaseTest(java.lang.String name)
           
 
Method Summary
 ServiceLookup getProducerProxy()
           
 ServiceFactory getServiceFactory()
           
 void setProducerProxy(ServiceLookup producerProxy)
           
 void setServiceFactory(ServiceFactory serviceFactory)
           
 
Methods inherited from class org.jboss.portal.test.wsrp.WSRPBaseTest
assertEquals, assertString1ContainsString2, deploy, getDeployer, getNodeManager, log, setDeployer, setNodeManager, tearDown, undeploy
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

producerProxy

protected ServiceLookup producerProxy

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

getProducerProxy

public ServiceLookup getProducerProxy()

setProducerProxy

public void setProducerProxy(ServiceLookup producerProxy)

getServiceFactory

public ServiceFactory getServiceFactory()

setServiceFactory

public void setServiceFactory(ServiceFactory serviceFactory)