Forum Discussion
Mohamed_Lrhazi
Altocumulus
Dec 31, 2008extract method description for the DLL?
In this screenshot: http://devcentral.f5.com/Default.aspx?tabid=68
Can anyone tell me where did the string "Gets a list of all pools" in the tooltip came from?
am looking for the way to extract those strings both in .NET and in Java, using reflection APIs.
Thanks a lot.
Mohamed.
- That tooltip is in the documentation element in the WSDL files. They are included in the client proxy code when WSDL2Java are run and then must be able to be extracted from the dev tools. Here's the relevant LocalLB.Pool.get_list() proxy code for Java.
/** * Gets a list of all pools. */ public java.lang.String[] get_list() throws java.rmi.RemoteException { if (super.cachedEndpoint == null) { throw new org.apache.axis.NoEndPointException(); } org.apache.axis.client.Call _call = createCall(); ...
- Mohamed_Lrhazi
Altocumulus
Thanks a lot Joe.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects