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

Packages that use IServiceEndpointInterface
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.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 IServiceEndpointInterface 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 IServiceEndpointInterface
 org.eclipse.emf.common.util.EList<IServiceEndpointInterface> ISEIChildList.getSEIChildList()
           
 

Methods in org.eclipse.jst.ws.jaxws.dom.integration.navigator with parameters of type IServiceEndpointInterface
protected  java.lang.Object[] DOMAdapterFactoryContentProvider.extractMethods(IServiceEndpointInterface sei)
           
 

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

Methods in org.eclipse.jst.ws.jaxws.dom.integration.navigator.actions with parameters of type IServiceEndpointInterface
 void OpenWSResourceAction.selectionChanged(org.eclipse.jface.viewers.IStructuredSelection selection, org.eclipse.jdt.core.IJavaProject project, IServiceEndpointInterface sei)
           
 

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

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

Methods in org.eclipse.jst.ws.jaxws.dom.runtime with parameters of type IServiceEndpointInterface
 IWebMethod DomUtil.findWebMethodByImpl(IServiceEndpointInterface sei, java.lang.String impl)
           
 boolean DomUtil.isOutsideInWebService(IServiceEndpointInterface sei)
          Defines if this SEI is part of outside-in web service
 

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

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.api that return IServiceEndpointInterface
 IServiceEndpointInterface DomFactory.createIServiceEndpointInterface()
          Returns a new object of class 'IService Endpoint Interface'.
 IServiceEndpointInterface IWebService.getServiceEndpoint()
           
 

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

Uses of IServiceEndpointInterface 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 IServiceEndpointInterface
protected  IAnnotation<? extends org.eclipse.jdt.core.IJavaElement> SeiSerializerAdapter.createIAnnotation(IServiceEndpointInterface sei, org.eclipse.jdt.core.IJavaModel javaModel)
           
 

Uses of IServiceEndpointInterface 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 IServiceEndpointInterface
protected  boolean SeiPropertyStateAdapter.isOutsideInWs(IServiceEndpointInterface sei)
           
 

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

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.persistence.sync with parameters of type IServiceEndpointInterface
protected  void SeiMerger.merge(IServiceEndpointInterface sei, IAnnotation<org.eclipse.jdt.core.IType> wsAnnotation, IAnnotationInspector inspector)
           
 void AbstractMethodSynchronizer.synchronizeMethods(IServiceEndpointInterface sei, org.eclipse.jdt.core.IType seiType, IAnnotationInspector inspector)
           
 

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

Methods in org.eclipse.jst.ws.jaxws.dom.runtime.util with parameters of type IServiceEndpointInterface
 T DomSwitch.caseIServiceEndpointInterface(IServiceEndpointInterface object)
          Returns the result of interpreting the object as an instance of 'IService Endpoint Interface'.