Ok,
So you can try somethng like this:

((AbstractInvoker)service.getInvoker()).getServiceObject(ctx).class.getName() :)

or

service.getProperty(ObjectInvoker.SERVICE_IMPL_CLASS);


I writing from the top of my head, so no guaranty ;)

On 3/7/07, fitness life <[EMAIL PROTECTED]> wrote:
thanks, Tomek

But the return value of ServiceInfo.getServiceClass().getName()
is <serviceClass>org.codehaus.xfire.HelloServic</serviceClass>

I need to regist the service implementation class to Ioc Container so that
xfire can work well with framework

Peter


On 3/7/07, Tomek Sztelak <[EMAIL PROTECTED]> wrote:
>
> Maybe ServiceInfo.getServiceClass ().getName() ?
>
> On 3/7/07, fitness life <[EMAIL PROTECTED]> wrote:
> > hi, xfirer
> >  I am integrate xfire in our application framework,
> > which need to get
> > implementationClass from servers.xml configration, I check the
> > org.codehaus.xfire.service.Service
> > and org.codehaus.xfire.service.ServiceInfo, but I can't
> > find any method or interface can
> > get the value for
> > example'org.codehaus.xfire.HelloServiceImpl
> > '
> >
> >
<implementationClass>org.codehaus.xfire.HelloServiceImpl</implementationClass>
> >
> > thanks in advance.
> >
> > Peter
> >
> >
> >
>
>
> --
> -----
> When one of our products stops working, we'll blame another vendor
> within 24 hours.
>
>
---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>




--
-----
When one of our products stops working, we'll blame another vendor
within 24 hours.

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to