Class HostedServiceImpl

    • Method Detail

      • getType

        public HostedServiceType getType()
        Description copied from interface: HostedService
        Gets the hosted service metadata requestable via WS-TransferGet.
        Specified by:
        getType in interface HostedService
        Returns:
        a copy of the hosted service metadata to be sent over the network.
      • getWebService

        public WebService getWebService()
        Description copied from interface: HostedService
        Gets the interceptor that is responsible to process incoming network requests.
        Specified by:
        getWebService in interface HostedService
        Returns:
        the Web Service interceptor where service logic is stored.
      • getWsdlDocument

        public byte[] getWsdlDocument()
        Description copied from interface: HostedService
        Provision of an byte array with WSDL document data.
        Specified by:
        getWsdlDocument in interface HostedService
        Returns:
        byte array with WSDL data used to respond to WS-MetadataExchange requests.