Class HostedServiceImpl

java.lang.Object
org.somda.sdc.dpws.service.HostedServiceImpl
All Implemented Interfaces:
HostedService

public class HostedServiceImpl extends Object implements HostedService
Default implementation of HostedService.
  • Method Details

    • 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.