Tabnine Logo
WebEndpoint
Code IndexAdd Tabnine 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
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

/**
 * 
 * @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

/**
 * 
 * @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

/**
 *
 * @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

/**
 *
 * @return
 *     returns XKMSPortType
 */
@WebEndpoint(name = "XKMSPort")
public XKMSPortType getXKMSPort() {
  return super.getPort(XKMSPort, XKMSPortType.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: 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

/**
 *
 * @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 = "UX_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-02-10T17:14:30.871Z")
public IPingService getUXIPingService(WebServiceFeature... features) {
  return super.getPort(UXIPingService, IPingService.class, features);
}
origin: apache/cxf

/**
 *
 * @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() {
  return super.getPort(XAES128IPingService, 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 = "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

/**
 *
 * @return
 *     returns IPingService
 */
@WebEndpoint(name = "AD_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-02-10T17:14:30.871Z")
public IPingService getADIPingService() {
  return super.getPort(ADIPingService, 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 = "UXD-SEES_IPingService")
@Generated(value = "org.apache.cxf.tools.wsdlto.WSDLToJava", date = "2019-02-10T17:14:30.871Z")
public IPingService getUXDSEESIPingService(WebServiceFeature... features) {
  return super.getPort(UXDSEESIPingService, IPingService.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);
}
javax.xml.wsWebEndpoint

Most used methods

  • <init>
  • name

Popular in Java

  • Parsing JSON documents to java classes using gson
  • scheduleAtFixedRate (Timer)
  • startActivity (Activity)
  • onCreateOptionsMenu (Activity)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
  • CodeWhisperer alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now