T - the type of the wrapped classpublic class WebServiceClass<T>
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static <U> WebServiceClass<U> |
forClass(java.lang.Class<U> klass,
java.util.function.Supplier<U> instanceSupplier)
Create a new WebServiceClass for a class representing a web service endpoint
|
public static <U> WebServiceClass<U> forClass(java.lang.Class<U> klass, java.util.function.Supplier<U> instanceSupplier)
U - type of klassklass - the class for which to createinstanceSupplier - a supplier of an instance of klassCopyright © 2020 Alfa Financial Software Ltd. All rights reserved.