Class ConfiguredService

    • Field Detail

      • wsdlDocumentLocation

        protected URL wsdlDocumentLocation
    • Constructor Detail

      • ConfiguredService

        public ConfiguredService​(QName name,
                                 URL wsdlLocation)
      • ConfiguredService

        public ConfiguredService​(QName name,
                                 URL wsdlLocation,
                                 SOAPVersion ver)
    • Method Detail

      • getServiceException

        public javax.xml.rpc.ServiceException getServiceException()
      • getWSDLDocumentLocation

        public URL getWSDLDocumentLocation()
        Specified by:
        getWSDLDocumentLocation in interface javax.xml.rpc.Service
        Overrides:
        getWSDLDocumentLocation in class BasicService
      • getCalls

        public javax.xml.rpc.Call[] getCalls​(QName portName)
                                      throws javax.xml.rpc.ServiceException
        Specified by:
        getCalls in interface javax.xml.rpc.Service
        Overrides:
        getCalls in class BasicService
        Throws:
        javax.xml.rpc.ServiceException
      • createCall

        public javax.xml.rpc.Call createCall​(QName portName,
                                             String operationName)
                                      throws javax.xml.rpc.ServiceException
        Specified by:
        createCall in interface javax.xml.rpc.Service
        Overrides:
        createCall in class BasicService
        Throws:
        javax.xml.rpc.ServiceException
      • createCall

        public javax.xml.rpc.Call createCall​(QName portName,
                                             QName operationName)
                                      throws javax.xml.rpc.ServiceException
        Specified by:
        createCall in interface javax.xml.rpc.Service
        Overrides:
        createCall in class BasicService
        Throws:
        javax.xml.rpc.ServiceException
      • getPortInfo

        protected PortInfo getPortInfo​(QName portName)
                                throws javax.xml.rpc.ServiceException
        Throws:
        javax.xml.rpc.ServiceException
      • getPorts

        public Iterator getPorts()
        Specified by:
        getPorts in interface javax.xml.rpc.Service
        Overrides:
        getPorts in class BasicService
      • getPort

        public Remote getPort​(Class portInterface)
                       throws javax.xml.rpc.ServiceException
        Specified by:
        getPort in interface javax.xml.rpc.Service
        Overrides:
        getPort in class BasicService
        Throws:
        javax.xml.rpc.ServiceException
      • getPortNameForInterface

        protected QName getPortNameForInterface​(Class portInterface)
      • getPort

        public Remote getPort​(QName portName,
                              Class portInterface)
                       throws javax.xml.rpc.ServiceException
        Specified by:
        getPort in interface javax.xml.rpc.Service
        Overrides:
        getPort in class BasicService
        Throws:
        javax.xml.rpc.ServiceException