users@jax-ws.java.net

Re: server side java ee architecture question

From: Jitendra Kotamraju <Jitendra.Kotamraju_at_Sun.COM>
Date: Thu, 09 Mar 2006 10:43:43 -0800

Mark Hansen wrote:

> Doesn't the RuntimeEndpointInfo that is registered with the
> JAXWSRuntimeEpiRegistry associate an instance of javax.xml.ws.Binding
> with the endpoint?

What is JAXWSRuntimeEpiRegistry ? There is a way to get Binding from
Endpoint for J2SE endpoints using Endpoint.getBinding(). For EE
containers, there is no way to get Binding object portably though the
implementation object(i.e. RuntimeEndpointInfo) has all that information.

Jitu

> Jitendra Kotamraju wrote:
>
>> Mark Hansen wrote:
>>
>>> Does a server side Java EE deployment of a web service (i.e.,
>>> @WebService or @WebServiceProvider) implement the
>>> javax.xml.ws.Binding interface?
>>
>>
>>
>> No.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jax-ws.dev.java.net
> For additional commands, e-mail: users-help_at_jax-ws.dev.java.net
>