Package axis.org.apache.ws.generated.registry

Examples of axis.org.apache.ws.generated.registry.FindResourceRequest


    *
    */
   public void testFindResource(  )
   throws Exception
   {
      EndpointReferenceType resource = m_stub.findResource( new FindResourceRequest( "disk", "1234" ) );
      Assert.assertNotNull( resource );
      MessageElement prop =
         resource.getProperties(  ).get( MuseAddressingConstants.REFERENCE_PROP_QNAME_RESOURCE_ID );
      Iterator       eleList = prop.getChildElements(  );
      Object         theText = eleList.next(  );
View Full Code Here

TOP

Related Classes of axis.org.apache.ws.generated.registry.FindResourceRequest

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.