Package org.eclipse.wst.wsi.internal.core.wsdl

Examples of org.eclipse.wst.wsi.internal.core.wsdl.WSDLElementList


  protected ElementLocation getElementLocation(
    WSDLDocument wsdlDocument,
    Object wsdlElement)
  {
    ElementLocation elementLocation = null;
    WSDLElementList wsdlElementList;

    if ((wsdlElementList = wsdlDocument.getElementList()) != null)
    {
      elementLocation = wsdlElementList.getElementLocation(wsdlElement);
    }

    return elementLocation;
  }
View Full Code Here

TOP

Related Classes of org.eclipse.wst.wsi.internal.core.wsdl.WSDLElementList

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.