org.apache.cxf.jca.inbound
Class DispatchMDBActivationSpec

java.lang.Object
  extended by org.apache.cxf.jca.inbound.MDBActivationSpec
      extended by org.apache.cxf.jca.inbound.DispatchMDBActivationSpec
All Implemented Interfaces:
javax.resource.spi.ActivationSpec, javax.resource.spi.ResourceAdapterAssociation

public class DispatchMDBActivationSpec
extends MDBActivationSpec

DispatchMDBActivationSpec is for activating a CXF service endpoint facade that dispatches invocation to a Stateless Session Bean.


Constructor Summary
DispatchMDBActivationSpec()
           
 
Method Summary
 java.lang.String getTargetBeanJndiName()
           
 void setTargetBeanJndiName(java.lang.String targetBeanJndiName)
           
 
Methods inherited from class org.apache.cxf.jca.inbound.MDBActivationSpec
getAddress, getBusConfigLocation, getDisplayName, getEndpointName, getResourceAdapter, getSchemaLocations, getServiceInterfaceClass, getServiceName, getWsdlLocation, setAddress, setBusConfigLocation, setDisplayName, setEndpointName, setResourceAdapter, setSchemaLocations, setServiceInterfaceClass, setServiceName, setWsdlLocation, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DispatchMDBActivationSpec

public DispatchMDBActivationSpec()
Method Detail

setTargetBeanJndiName

public void setTargetBeanJndiName(java.lang.String targetBeanJndiName)
Parameters:
targetBeanJndiName - the targetBeanJndiName to set

getTargetBeanJndiName

public java.lang.String getTargetBeanJndiName()
Returns:
the targetBeanJndiName


Apache CXF