This is related to the WSDL 2 spec. In wsdl2, you define an interface which has operations. The you can define a service + endpoint which implements a given interface. When a JBI endpoint is activated, you give a service QName and an endpoint name (and if you provide a wsdl description, the container will use it to determine which interface is used). Then, when you send a JBI exchange, you can target an interface, service or jbi endpoint (service name + endpoint name). The operation is optional but may give a hint to the provider component.
Cheers, Guillaume Nodet On 6/6/06, Fizal <[EMAIL PROTECTED]> wrote:
Hi, Could you someone please help me understand the difference between service endpoint, interface endpoint and operation endpoint? -- View this message in context: http://www.nabble.com/Diff-b-w-service-interface-operation-endpoint-t1742952.html#a4736810 Sent from the ServiceMix - User forum at Nabble.com.
