Refine search
- Common ways to obtain WebEndpoint
private void myMethod () {WebEndpoint w =
Method method;method.getAnnotation(WebEndpoint.class)
- Smart code suggestions by Codota
}
/** * * @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); }
/** * * @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); }
/** * * @return * returns SonosSoap */ @WebEndpoint(name = "SonosSoap") public SonosSoap getSonosSoap() { return super.getPort(SonosSoap, SonosSoap.class); }
/** * * @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); }
/** * * @return * returns SonosSoap */ @WebEndpoint(name = "SonosSoap") public SonosSoap getSonosSoap() { return super.getPort(SonosSoap, SonosSoap.class); }
/** * * @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); }
/** * * @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); }
/** * * @return * returns CommonService */ @WebEndpoint(name = "CommonServiceImplPort") public CommonService getCommonServiceImplPort() { return super.getPort(new QName("http://model.webservice.xncoding.com/", "CommonServiceImplPort"), CommonService.class); }
/** * * @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); }
/** * * @return * returns XKMSPortType */ @WebEndpoint(name = "XKMSPort") public XKMSPortType getXKMSPort() { return super.getPort(XKMSPort, XKMSPortType.class); }
/** * * @return * returns SHSIMPINCPortType */ @WebEndpoint(name = "SHSIMPINCSOAP11Port") public SHSIMPINCPortType getSHSIMPINCSOAP11Port() { return super.getPort(SHSIMPINCSOAP11Port, SHSIMPINCPortType.class); }
/** * * @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); }
/** * * @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); }
/** * * @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); }
/** * * @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); }
/** * * @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); }
/** * * @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); }
/** * * @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); }
/** * * @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); }
/** * * @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); }