Class HostedServiceImpl

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      WebService getWebService() Gets the interceptor that is responsible to process incoming network requests.
      Array<byte> getWsdlDocument() Provision of an byte array with WSDL document data.
      HostedServiceType getType() Gets the hosted service metadata requestable via WS-TransferGet.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getWebService

         WebService getWebService()

        Gets the interceptor that is responsible to process incoming network requests.

        Returns:

        the Web Service interceptor where service logic is stored.

      • getWsdlDocument

         Array<byte> getWsdlDocument()

        Provision of an byte array with WSDL document data.

        Returns:

        byte array with WSDL data used to respond to WS-MetadataExchange requests.

      • getType

         HostedServiceType getType()

        Gets the hosted service metadata requestable via WS-TransferGet.

        Returns:

        a copy of the hosted service metadata to be sent over the network.