public class RestServiceFactory extends Object implements InterfaceFactory<RestService>
Constructor and Description |
---|
RestServiceFactory() |
Modifier and Type | Method and Description |
---|---|
RestService |
build(WsdlProject project,
InterfaceConfig config) |
RestService |
createNew(WsdlProject project,
String name) |
public static final String REST_TYPE
public RestService build(WsdlProject project, InterfaceConfig config)
build
in interface InterfaceFactory<RestService>
public RestService createNew(WsdlProject project, String name)
createNew
in interface InterfaceFactory<RestService>
Copyright © 2019. All Rights Reserved.