Tabnine Logo
WebEndpoint.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
javax.xml.ws.WebEndpoint
constructor

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

Refine searchRefine arrow

  • QName.<init>
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: 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: 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: 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: org.mil-oss/fgsms-common-interfaces

/**
 * Status Port
 * 
 * @return
 *     returns StatusService
 */
@WebEndpoint(name = "statusServicePort")
public StatusService getStatusServicePort() {
  return super.getPort(new QName("urn:org:miloss:fgsms:services:interfaces:status", "statusServicePort"), StatusService.class);
}
origin: org.mil-oss/fgsms-common-interfaces

/**
 * PCS Port
 * 
 * @return
 *     returns PCS
 */
@WebEndpoint(name = "PCSPort")
public PCS getPCSPort() {
  return super.getPort(new QName("urn:org:miloss:fgsms:services:interfaces:policyConfiguration", "PCSPort"), PCS.class);
}
origin: org.mil-oss/fgsms-common-interfaces

/**
 * 
 * @return
 *     returns OpStatusService
 */
@WebEndpoint(name = "opStatusServiceBinding")
public OpStatusService getOpStatusServiceBinding() {
  return super.getPort(new QName("urn:org:miloss:fgsms:services:interfaces:policyConfiguration", "opStatusServiceBinding"), OpStatusService.class);
}
origin: org.mil-oss/fgsms-common-interfaces

/**
 * Remote Agent Callback Port
 * 
 * @return
 *     returns RemoteAgentCallbackPort
 */
@WebEndpoint(name = "RemoteAgentCallbackServicePort")
public RemoteAgentCallbackPort getRemoteAgentCallbackServicePort() {
  return super.getPort(new QName("urn:org:miloss:fgsms:services:interfaces:agentCallbackService", "RemoteAgentCallbackServicePort"), RemoteAgentCallbackPort.class);
}
origin: org.mil-oss/fgsms-common-interfaces

/**
 * Remote Agent Callback Port
 * 
 * @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 RemoteAgentCallbackPort
 */
@WebEndpoint(name = "RemoteAgentCallbackServicePort")
public RemoteAgentCallbackPort getRemoteAgentCallbackServicePort(WebServiceFeature... features) {
  return super.getPort(new QName("urn:org:miloss:fgsms:services:interfaces:agentCallbackService", "RemoteAgentCallbackServicePort"), RemoteAgentCallbackPort.class, features);
}
origin: org.apache.juddi/juddi-client

/**
 * 
 * @return
 *     returns UDDIInquiryPortType
 */
@WebEndpoint(name = "UDDI_Inquiry_Port")
public UDDIInquiryPortType getUDDIInquiryPort() {
  return super.getPort(new QName("urn:uddi-org:v3_service", "UDDI_Inquiry_Port"), UDDIInquiryPortType.class);
}
origin: org.apache.juddi/juddi-client

/**
 * 
 * @return
 *     returns UDDIPublicationPortType
 */
@WebEndpoint(name = "UDDI_Publication_Port")
public UDDIPublicationPortType getUDDIPublicationPort() {
  return super.getPort(new QName("urn:uddi-org:v3_service", "UDDI_Publication_Port"), UDDIPublicationPortType.class);
}
origin: org.apache.juddi/juddi-client

/**
 * 
 * @return
 *     returns UDDISecurityPortType
 */
@WebEndpoint(name = "UDDI_Security_Port")
public UDDISecurityPortType getUDDISecurityPort() {
  return super.getPort(new QName("urn:uddi-org:v3_service", "UDDI_Security_Port"), UDDISecurityPortType.class);
}
origin: org.apache.juddi/juddi-client

/**
 * 
 * @return
 *     returns UDDISubscriptionListenerPortType
 */
@WebEndpoint(name = "UDDI_SubscriptionListener_Port")
public UDDISubscriptionListenerPortType getUDDISubscriptionListenerPort() {
  return super.getPort(new QName("urn:uddi-org:v3_service", "UDDI_SubscriptionListener_Port"), UDDISubscriptionListenerPortType.class);
}
origin: org.dcm4che/dcm4chee-xds2-infoset

/**
 * 
 * @return
 *     returns XCAIRespondingGatewayPortType
 */
@WebEndpoint(name = "XCAIRespondingGateway_Port_Soap12")
public XCAIRespondingGatewayPortType getXCAIRespondingGatewayPortSoap12() {
  return super.getPort(new QName("urn:ihe:rad:xdsi-b:2009", "XCAIRespondingGateway_Port_Soap12"), XCAIRespondingGatewayPortType.class);
}
origin: org.dcm4che/dcm4chee-xds2-infoset

/**
 * 
 * @return
 *     returns DocumentRegistryPortType
 */
@WebEndpoint(name = "DocumentRegistry_Port_Soap12")
public DocumentRegistryPortType getDocumentRegistryPortSoap12() {
  return super.getPort(new QName("urn:ihe:iti:xds-b:2007", "DocumentRegistry_Port_Soap12"), DocumentRegistryPortType.class);
}
origin: org.kie.remote/kie-remote-client

/**
 * 
 * @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 CommandWebService
 */
@WebEndpoint(name = "CommandServiceBasicAuthPort")
public CommandWebService getCommandServiceBasicAuthPort(WebServiceFeature... features) {
  return super.getPort(new QName("http://services.remote.kie.org/6.5.0.1/command", "CommandServiceBasicAuthPort"), CommandWebService.class, features);
}
origin: org.jboss.jsr299.tck/jsr299-tck-impl

  @WebEndpoint(name = "SheepWSPort")
  public SheepWS getSheepWSPort(WebServiceFeature... features) {
    return super.getPort(new QName("http://ws.contextual.non.injection.lookup.tests.tck.jsr299.jboss.org/", "SheepWSPort"), SheepWS.class, features);
  }
}
origin: org.bedework/bw-xml-calws-soap

/**
 * 
 * @return
 *     returns CalWsServicePortType
 */
@WebEndpoint(name = "CalWsPort")
public CalWsServicePortType getCalWsPort() {
  return super.getPort(new QName("http://docs.oasis-open.org/ws-calendar/ns/soap", "CalWsPort"), CalWsServicePortType.class);
}
origin: org.virtualbox/vboxjws

/**
 * 
 * @return
 *     returns VboxPortType
 */
@WebEndpoint(name = "vboxServicePort")
public VboxPortType getVboxServicePort() {
  return super.getPort(new QName("http://www.virtualbox.org/Service", "vboxServicePort"), VboxPortType.class);
}
origin: org.jboss.jbossts.xts/jbossxts

/**
 * 
 * @return
 *     returns CoordinatorPortType
 */
@WebEndpoint(name = "CoordinatorPortType")
public CoordinatorPortType getCoordinatorPortType() {
  return super.getPort(new QName("http://docs.oasis-open.org/ws-tx/wsat/2006/06", "CoordinatorPortType"), CoordinatorPortType.class);
}
javax.xml.wsWebEndpoint<init>

Popular methods of WebEndpoint

  • name

Popular in Java

  • Finding current android device location
  • scheduleAtFixedRate (ScheduledExecutorService)
  • putExtra (Intent)
  • runOnUiThread (Activity)
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • ConcurrentHashMap (java.util.concurrent)
    A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This version is based on or
  • JLabel (javax.swing)
  • From CI to AI: The AI layer in your organization
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