Codota Logo
WebEndpoint
Code IndexAdd Codota to your IDE (free)

How to use
WebEndpoint
in
javax.xml.ws

Best Java code snippets using javax.xml.ws.WebEndpoint (Showing top 20 results out of 2,313)

Refine searchRefine arrow

  • QName
  • Common ways to obtain WebEndpoint
private void myMethod () {
WebEndpoint w =
  • Codota IconMethod method;method.getAnnotation(WebEndpoint.class)
  • Smart code suggestions by Codota
}
origin: citerus/dddsample-core

/**
 * 
 * @param features
 *     A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the <code>features</code> parameter will have their default values.
 * @return
 *     returns HandlingReportService
 */
@WebEndpoint(name = "HandlingReportServicePort")
public HandlingReportService getHandlingReportServicePort(WebServiceFeature... features) {
  return (HandlingReportService)super.getPort(new QName("http://ws.handling.interfaces.dddsample.citerus.se/", "HandlingReportServicePort"), HandlingReportService.class, features);
}
origin: Libresonic/libresonic

/**
 * 
 * @param features
 *     A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the <code>features</code> parameter will have their default values.
 * @return
 *     returns SonosSoap
 */
@WebEndpoint(name = "SonosSoap")
public SonosSoap getSonosSoap(WebServiceFeature... features) {
  return super.getPort(SonosSoap, SonosSoap.class, features);
}
origin: airsonic/airsonic

/**
 *
 * @return
 *     returns SonosSoap
 */
@WebEndpoint(name = "SonosSoap")
public SonosSoap getSonosSoap() {
  return super.getPort(SonosSoap, SonosSoap.class);
}
origin: citerus/dddsample-core

/**
 * 
 * @return
 *     returns HandlingReportService
 */
@WebEndpoint(name = "HandlingReportServicePort")
public HandlingReportService getHandlingReportServicePort() {
  return (HandlingReportService)super.getPort(new QName("http://ws.handling.interfaces.dddsample.citerus.se/", "HandlingReportServicePort"), HandlingReportService.class);
}
origin: Libresonic/libresonic

/**
 *
 * @return
 *     returns SonosSoap
 */
@WebEndpoint(name = "SonosSoap")
public SonosSoap getSonosSoap() {
  return super.getPort(SonosSoap, SonosSoap.class);
}
origin: yidao620c/SpringBootBucket

/**
 * 
 * @param features
 *     A list of {@link WebServiceFeature} to configure on the proxy.  Supported features not in the <code>features</code> parameter will have their default values.
 * @return
 *     returns CommonService
 */
@WebEndpoint(name = "CommonServiceImplPort")
public CommonService getCommonServiceImplPort(WebServiceFeature... features) {
  return super.getPort(new QName("http://model.webservice.xncoding.com/", "CommonServiceImplPort"), CommonService.class, features);
}
origin: airsonic/airsonic

/**
 *
 * @param features
 *     A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the <code>features</code> parameter will have their default values.
 * @return
 *     returns SonosSoap
 */
@WebEndpoint(name = "SonosSoap")
public SonosSoap getSonosSoap(WebServiceFeature... features) {
  return super.getPort(SonosSoap, SonosSoap.class, features);
}
origin: yidao620c/SpringBootBucket

/**
 * 
 * @return
 *     returns CommonService
 */
@WebEndpoint(name = "CommonServiceImplPort")
public CommonService getCommonServiceImplPort() {
  return super.getPort(new QName("http://model.webservice.xncoding.com/", "CommonServiceImplPort"), CommonService.class);
}
origin: apache/cxf

/**
 *
 * @param features
 *     A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the <code>features</code> parameter will have their default values.
 * @return
 *     returns XKMSPortType
 */
@WebEndpoint(name = "XKMSPort")
public XKMSPortType getXKMSPort(WebServiceFeature... features) {
  return super.getPort(XKMSPort, XKMSPortType.class, features);
}
origin: apache/cxf

/**
 *
 * @return
 *     returns XKMSPortType
 */
@WebEndpoint(name = "XKMSPort")
public XKMSPortType getXKMSPort() {
  return super.getPort(XKMSPort, XKMSPortType.class);
}
origin: OpenNMS/opennms

/**
 *
 * @return
 *     returns SHSIMPINCPortType
 */
@WebEndpoint(name = "SHSIMPINCSOAP11Port")
public SHSIMPINCPortType getSHSIMPINCSOAP11Port() {
  return super.getPort(SHSIMPINCSOAP11Port, SHSIMPINCPortType.class);
}
origin: OpenNMS/opennms

/**
 * 
 * @param features
 *     A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the <code>features</code> parameter will have their default values.
 * @return
 *     returns SHSIMPINCPortType
 */
@WebEndpoint(name = "SHSIMPINCSOAP12Port")
public SHSIMPINCPortType getSHSIMPINCSOAP12Port(WebServiceFeature... features) {
  return super.getPort(SHSIMPINCSOAP12Port, SHSIMPINCPortType.class, features);
}
origin: apache/cxf

/**
 *
 * @return
 *     returns IPingService
 */
@WebEndpoint(name = "_XD-SEES_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-02-10T17:14:31.857Z")
public IPingService getXDSEESIPingService() {
  return super.getPort(XDSEESIPingService, IPingService.class);
}
origin: apache/cxf

/**
 *
 * @param features
 *     A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the <code>features</code> parameter will have their default values.
 * @return
 *     returns IPingService
 */
@WebEndpoint(name = "UX-NoTimestamp_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-02-10T17:14:30.871Z")
public IPingService getUXNoTimestampIPingService(WebServiceFeature... features) {
  return super.getPort(UXNoTimestampIPingService, IPingService.class, features);
}
origin: apache/cxf

/**
 *
 * @param features
 *     A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the <code>features</code> parameter will have their default values.
 * @return
 *     returns IPingService
 */
@WebEndpoint(name = "UserNameOverTransport_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-02-10T17:14:30.193Z")
public IPingService getUserNameOverTransportIPingService(WebServiceFeature... features) {
  return super.getPort(UserNameOverTransportIPingService, IPingService.class, features);
}
origin: apache/cxf

/**
 *
 * @param features
 *     A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the <code>features</code> parameter will have their default values.
 * @return
 *     returns IPingService
 */
@WebEndpoint(name = "X-AES128_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-02-10T17:14:30.871Z")
public IPingService getXAES128IPingService(WebServiceFeature... features) {
  return super.getPort(XAES128IPingService, IPingService.class, features);
}
origin: apache/cxf

/**
 *
 * @return
 *     returns IPingService
 */
@WebEndpoint(name = "XD-SEES_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-02-10T17:14:30.871Z")
public IPingService getXDSEESIPingService() {
  return super.getPort(XDSEESIPingService, IPingService.class);
}
origin: apache/cxf

/**
 *
 * @param features
 *     A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the <code>features</code> parameter will have their default values.
 * @return
 *     returns PublisherRegistrationManager
 */
@WebEndpoint(name = "PublisherRegistrationManagerPort")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-02-10T17:00:24.246Z")
public PublisherRegistrationManager getPublisherRegistrationManagerPort(WebServiceFeature... features) {
  return super.getPort(PublisherRegistrationManagerPort, PublisherRegistrationManager.class, features);
}
origin: apache/cxf

/**
 *
 * @return
 *     returns IPingService
 */
@WebEndpoint(name = "XD_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-02-10T17:14:30.871Z")
public IPingService getXDIPingService() {
  return super.getPort(XDIPingService, IPingService.class);
}
origin: apache/cxf

/**
 *
 * @param features
 *     A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy.  Supported features not in the <code>features</code> parameter will have their default values.
 * @return
 *     returns DiscoveryProxy
 */
@WebEndpoint(name = "DiscoveryUDP")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-02-10T17:03:25.978Z")
public DiscoveryProxy getDiscoveryUDP(WebServiceFeature... features) {
  return super.getPort(DiscoveryUDP, DiscoveryProxy.class, features);
}
javax.xml.wsWebEndpoint

Most used methods

  • <init>
  • name

Popular in Java

  • Making http requests using okhttp
  • getContentResolver (Context)
  • scheduleAtFixedRate (ScheduledExecutorService)
    Creates and executes a periodic action that becomes enabled first after the given initial delay, and
  • getResourceAsStream (ClassLoader)
    Returns a stream for the resource with the specified name. See #getResource(String) for a descriptio
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • URLConnection (java.net)
    The abstract class URLConnection is the superclass of all classes that represent a communications li
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • CountDownLatch (java.util.concurrent)
    A synchronization aid that allows one or more threads to wait until a set of operations being perfor
  • Option (scala)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now