Class SWebService


  • public class SWebService
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SWebService()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object createServiceImplementation​(IInternalAccess agent, java.lang.Class<?> type, WebServiceMappingInfo mapping)
      Create a wrapper service implementation based on the JAXB generated Java service class and the service mapping information.
      • Methods inherited from class java.lang.Object

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

      • SWebService

        public SWebService()
    • Method Detail

      • createServiceImplementation

        public static java.lang.Object createServiceImplementation​(IInternalAccess agent,
                                                                   java.lang.Class<?> type,
                                                                   WebServiceMappingInfo mapping)
        Create a wrapper service implementation based on the JAXB generated Java service class and the service mapping information.