Package 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 anActivationSpecthat activates a CXF service endpoint facade to dispatch call to the target Stateless Session Bean.
-
-
Constructor Summary
Constructors Constructor Description DispatchMDBActivationSpec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTargetBeanJndiName()voidsetTargetBeanJndiName(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
-
-