A Service Implementation Bean (SIB), is a term used in
Java Platform, Enterprise Edition, for a Java object implementing a
web service. It can be either a
POJO or a
Stateless Session EJB. The
Java interface of an SIB is called a
Service Endpoint Interface
In the Web service context the term endpoint received a formal definition with the W3C recommendation " WSDL 2.0" of 2007,
: ''Defines the address or connection point to a Web service. It is typically represented by a simple HTTP URL string''
T ...
(SEI).
See also
{{Portal, Computer programming
External links
Designing Web Services with the J2EE 1.4 Platform
Java enterprise platform