Package jadex.extension.ws.invoke
Class SWebService
- java.lang.Object
-
- jadex.extension.ws.invoke.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.
-
-
-
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.
-
-