Class CalWsService


  • @WebServiceClient(name="CalWsService",
                      targetNamespace="http://docs.oasis-open.org/ns/wscal/calws-soap",
                      wsdlLocation="file:/Users/mike/bedework/quickstart-dev/bw-xml/src/main/wsdls/calws-soap-strict/wssvc.wsdl")
    public class CalWsService
    extends javax.xml.ws.Service
    This class was generated by the JAX-WS RI. JAX-WS RI 2.3.2 Generated source version: 2.2
    • Constructor Detail

      • CalWsService

        public CalWsService()
      • CalWsService

        public CalWsService​(javax.xml.ws.WebServiceFeature... features)
      • CalWsService

        public CalWsService​(URL wsdlLocation)
      • CalWsService

        public CalWsService​(URL wsdlLocation,
                            javax.xml.ws.WebServiceFeature... features)
      • CalWsService

        public CalWsService​(URL wsdlLocation,
                            QName serviceName)
      • CalWsService

        public CalWsService​(URL wsdlLocation,
                            QName serviceName,
                            javax.xml.ws.WebServiceFeature... features)
    • Method Detail

      • getCalWsPort

        @WebEndpoint(name="CalWsPort")
        public CalWsServicePortType getCalWsPort()
        Returns:
        returns CalWsServicePortType
      • getCalWsPort

        @WebEndpoint(name="CalWsPort")
        public CalWsServicePortType getCalWsPort​(javax.xml.ws.WebServiceFeature... features)
        Parameters:
        features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.
        Returns:
        returns CalWsServicePortType