Enterprise JavaBeans Endpoint for Business Entity Services
Enterprise JavaBeans Endpoint for Business Entity Services
The Enterprise JavaBeans (EJB) endpoint is the underlying endpoint for all types of business entity service calls. All other endpoints are mapped to the EJB endpoint
Business entity services are exposed as a stateless EJB. A stateless EJB container can pool instances, allocate instances, and apply load balancing strategies to distribute the load across different servers within the domain.
An EJB endpoint accepts a user name and password for authentication.