org.apache.cxf.jca.inbound
Class DispatchMDBActivationSpec
java.lang.Object
org.apache.cxf.jca.inbound.MDBActivationSpec
org.apache.cxf.jca.inbound.DispatchMDBActivationSpec
- All Implemented Interfaces:
- javax.resource.spi.ActivationSpec, javax.resource.spi.ResourceAdapterAssociation
public class DispatchMDBActivationSpec
- extends MDBActivationSpec
DispatchMDBActivationSpec is an ActivationSpec
that activates a CXF service endpoint facade to dispatch call to the target
Stateless Session Bean.
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 |
DispatchMDBActivationSpec
public DispatchMDBActivationSpec()
setTargetBeanJndiName
public void setTargetBeanJndiName(String targetBeanJndiName)
- Parameters:
targetBeanJndiName
-
getTargetBeanJndiName
public String getTargetBeanJndiName()
- Returns:
- the targetBeanJndiName
Apache CXF