Add a getPropertyNames( ) to the WsResourceClient
-------------------------------------------------
Key: MUSE-35
URL: http://issues.apache.org/jira/browse/MUSE-35
Project: Muse
Type: New Feature
Environment: Axis2 and OSGi
Reporter: Dan Jemiolo
Priority: Minor
The WsResourceClient should use the introspection tool (ResourceInspector) to
find all of the property names in a WSDL and return them as a collection (or
array) to the user. The implementation of the method could look like this
(pseudo-code):
Collection getPropertyNames( )
{
Element wsdl = getWSDL();
ResourceInspector inspector = new ResourceInspector();
inspector.run(wsdl);
return inspector.getPropertyNames();
}
This feature would be very useful for dynamic clients that do not know ahead of
time what resource types they will be interacting with.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]