Package org.apache.ws.resource.discovery.xml

Examples of org.apache.ws.resource.discovery.xml.DiscoveryConfigDocument


    */
   private void storeConfig( InputStream discoveryConfigFile )
   throws XmlException,
          IOException
   {
      DiscoveryConfigDocument dcd = DiscoveryConfigDocument.Factory.parse( discoveryConfigFile );
      m_discoveryConfig = dcd.getDiscoveryConfig(  );
      AgentList al = m_discoveryConfig.getAgentList(  );
      m_arryAgents = al.getAgentArray(  );
   }
View Full Code Here

TOP

Related Classes of org.apache.ws.resource.discovery.xml.DiscoveryConfigDocument

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.