Modifier and Type | Method and Description |
---|---|
RestService |
RestServiceFactory.build(WsdlProject project,
InterfaceConfig config) |
RestService |
RestServiceFactory.createNew(WsdlProject project,
String name) |
RestService |
RestResource.getInterface() |
RestService |
RestMethod.getInterface() |
RestService |
RestResource.getService() |
Constructor and Description |
---|
RestResource(RestService service,
RestResourceConfig resourceConfig) |
WadlGenerator(RestService restService) |
Modifier and Type | Method and Description |
---|---|
protected RestResource |
NewRestResourceAction.addResourceTo(RestService service,
String name,
String path) |
String |
ExportWadlAction.exportDefinition(String location,
RestService iface) |
WsdlTestSuite |
GenerateRestTestSuiteAction.generateTestSuite(RestService service,
boolean atCreation) |
protected List<RestResource> |
NewRestResourceAction.getResourcesFor(RestService item) |
protected String |
Wadl2JavaAction.getWadlUrl(StringToStringMap values,
RestService modelItem) |
void |
GenerateRestTestSuiteAction.perform(RestService target,
Object param) |
void |
GenerateRestMockServiceAction.perform(RestService restService,
Object param) |
void |
ExportWadlAction.perform(RestService iface,
Object param) |
void |
DeleteRestServiceAction.perform(RestService service,
Object param) |
void |
CreateWadlDocumentationAction.perform(RestService target,
Object param) |
Modifier and Type | Method and Description |
---|---|
static void |
InferredSchemaManager.addPropertyChangeListener(RestService service,
PropertyChangeListener listener) |
static void |
InferredSchemaManager.delete(RestService service) |
static void |
InferredSchemaManager.deleteNamespace(RestService service,
String ns) |
static InferredSchema |
InferredSchemaManager.getInferredSchema(RestService service) |
static void |
InferredSchemaManager.release(RestService service) |
static void |
InferredSchemaManager.removePropertyChangeListener(RestService service,
PropertyChangeListener listener) |
static void |
InferredSchemaManager.save(RestService service) |
Modifier and Type | Method and Description |
---|---|
RestServiceDesktopPanel |
RestServicePanelBuilder.buildDesktopPanel(RestService service) |
Component |
RestServicePanelBuilder.buildOverviewPanel(RestService service) |
Constructor and Description |
---|
RestServiceDesktopPanel(RestService service) |
Constructor and Description |
---|
WadlImporter(RestService service) |
Constructor and Description |
---|
WadlDefinitionExporter(RestService restService) |
Constructor and Description |
---|
WadlDefinitionExporter(InterfaceDefinition<RestService> definition) |
Constructor and Description |
---|
WadlDefinitionContext(String url,
RestService iface) |
Constructor and Description |
---|
GeneratedWadlDefinitionLoader(RestService restService) |
WadlInterfaceDefinition(RestService iface) |
Modifier and Type | Method and Description |
---|---|
RestService |
RestTestRequest.getInterface() |
Copyright © 2019. All Rights Reserved.