com.sun.jbi.binding.jms |
Provides the implementation of a File Binding for the JSR208
Reference Implementation in the
JavaTM programming language.
This implementation is designed to run in the J2EE AppServer environment.
|
Java Source File Name | Type | Comment |
EndpointBean.java | Class | This Bean object holds all the attributes of an endpoint. |
EndpointManager.java | Class | Manages all the stopping and starting of endpoints. |
EndpointStatus.java | Class | Typesafe enumeration containing status values for a endpoint. |
JMSBindingBootstrap.java | Class | The bootstrap class is invoked by the JBI run time during installation of
the binding. |
JMSBindingComponent.java | Class | This class implements the JBI component contract. |
JMSBindingContext.java | Class | Context object to store sequencing engine specific informaiton. |
JMSBindingLifeCycle.java | Class | This is the Lifecycle class of the JMS Binding. |
JMSBindingResolver.java | Class | Resolver implementation for the JMS binding. |
JMSBindingResources.java | Interface | Resource strings. |
JMSConstants.java | Interface | This is a constants repository and is used by all JMS binding components
running in the JBI container. |
JMSReceiver.java | Class | The JMS Reciever class receives the Normalized Message from the NMS and
writes the contents to the directory specified in endpoints.xml. |
MessageProcessor.java | Class | Processes all the messages from the NMR. |
MessageRegistry.java | Class | This is a registry which maintains the exchnage Id and the servicelist
runtime object so that responses can be correlated. |
OperationBean.java | Class | Stores the data related to an operation. |