Uploaded image for project: 'Muse'
  1. Muse
  2. MUSE-35

Add a getPropertyNames( ) to the WsResourceClient

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 2.0.0 M2
    • None
    • None
    • Axis2 and OSGi

    Description

      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.

      Attachments

        Activity

          People

            danj Daniel Everett Jemiolo
            danj Daniel Everett Jemiolo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: