public interface InterfaceFactory<T extends AbstractInterface<?>>
| Modifier and Type | Method and Description | 
|---|---|
| T | build(WsdlProject project,
     InterfaceConfig config) | 
| T | createNew(WsdlProject project,
         String name) | 
T createNew(WsdlProject project, String name)
T build(WsdlProject project, InterfaceConfig config)
Copyright © 2019. All Rights Reserved.