dev@ws-test-harness.java.net

Re: Test harness updation for ws trust

From: Ken Hofsass <Kenneth.Hofsass_at_Sun.COM>
Date: Wed, 20 Sep 2006 08:15:21 -0700

Kohsuke,

Kohsuke Kawaguchi wrote:

> Yes. I just suggested that you use the same convention we use today to
> inject port variables. Such code exists today,

Are you referring to the value produced by the decapitalize() method
that gets used to generate the name from each portname?

          String portName =
Introspector.decapitalize((String)nameMethod.invoke(endpoint));

I was just going to append "Endpoint" onto the string value of the
'portName' value.

thanks,
Ken