Uses of Interface
org.eclipse.jst.ws.jaxws.dom.runtime.api.IWebService

Packages that use IWebService
org.eclipse.jst.ws.jaxws.dom.integration.navigator   
org.eclipse.jst.ws.jaxws.dom.integration.navigator.actions   
org.eclipse.jst.ws.jaxws.dom.runtime   
org.eclipse.jst.ws.jaxws.dom.runtime.api   
org.eclipse.jst.ws.jaxws.dom.runtime.persistence   
org.eclipse.jst.ws.jaxws.dom.runtime.persistence.serializer   
org.eclipse.jst.ws.jaxws.dom.runtime.persistence.state   
org.eclipse.jst.ws.jaxws.dom.runtime.persistence.sync   
org.eclipse.jst.ws.jaxws.dom.runtime.util   
 

Uses of IWebService in org.eclipse.jst.ws.jaxws.dom.integration.navigator
 

Methods in org.eclipse.jst.ws.jaxws.dom.integration.navigator that return types with arguments of type IWebService
 org.eclipse.emf.common.util.EList<IWebService> IWebServiceChildList.getWSChildList()
           
 

Uses of IWebService in org.eclipse.jst.ws.jaxws.dom.integration.navigator.actions
 

Methods in org.eclipse.jst.ws.jaxws.dom.integration.navigator.actions that return IWebService
protected  IWebService NavigateToImplementationAction.getWebService(org.eclipse.jst.javaee.ejb.SessionBean sessionBean)
          Returns IWebService if sessionBean has been exposed as web service.
 

Uses of IWebService in org.eclipse.jst.ws.jaxws.dom.runtime
 

Methods in org.eclipse.jst.ws.jaxws.dom.runtime that return IWebService
 IWebService DomUtil.findWsByImplName(IWebServiceProject wsProject, java.lang.String name)
           
 

Uses of IWebService in org.eclipse.jst.ws.jaxws.dom.runtime.api
 

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.api that return IWebService
 IWebService DomFactory.createIWebService()
          Returns a new object of class 'IWeb Service'.
 

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.api that return types with arguments of type IWebService
 org.eclipse.emf.common.util.EList<IWebService> IServiceEndpointInterface.getImplementingWebServices()
           
 org.eclipse.emf.common.util.EList<IWebService> IWebServiceProject.getWebServices()
           
 

Uses of IWebService in org.eclipse.jst.ws.jaxws.dom.runtime.persistence
 

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.persistence that return types with arguments of type IWebService
 java.util.Collection<IWebService> JaxWsWorkspaceResource.ServiceModelData.getImplementingWs(java.lang.String seiIml)
           
 

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.persistence with parameters of type IWebService
(package private)  java.lang.String JaxWsWorkspaceResource.ServiceModelData.getSeiImpl(IWebService ws)
           
 void JaxWsWorkspaceResource.ServiceModelData.map(IWebService ws, java.lang.String seiImpl)
           
 void JaxWsWorkspaceResource.ServiceModelData.unmap(IWebService ws)
           
 

Uses of IWebService in org.eclipse.jst.ws.jaxws.dom.runtime.persistence.serializer
 

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.persistence.serializer with parameters of type IWebService
protected  IAnnotation<? extends org.eclipse.jdt.core.IJavaElement> WsSerializerAdapter.createIAnnotation(IWebService ws, org.eclipse.jdt.core.IJavaModel javaModel)
           
 

Uses of IWebService in org.eclipse.jst.ws.jaxws.dom.runtime.persistence.state
 

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.persistence.state with parameters of type IWebService
protected  boolean WsPropertyStateAdapter.isOutsideInWs(IWebService ws)
           
 

Uses of IWebService in org.eclipse.jst.ws.jaxws.dom.runtime.persistence.sync
 

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.persistence.sync that return IWebService
 IWebService WsSynchronizer.synchronizeWebService(IWebServiceProject wsProject, IAnnotation<org.eclipse.jdt.core.IType> wsAnnotation, IAnnotationInspector inspector)
           
 

Uses of IWebService in org.eclipse.jst.ws.jaxws.dom.runtime.util
 

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.util with parameters of type IWebService
 T DomSwitch.caseIWebService(IWebService object)
          Returns the result of interpreting the object as an instance of 'IWeb Service'.