public class CMDServiceFactory extends Object
| Constructor and Description |
|---|
CMDServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
static InputParameter |
newInputParameter(String name,
String arg,
boolean required) |
static InputValue |
newInputValue(String name,
String arg) |
static OutputParameter |
newOutputParameter(String name,
String ref) |
static OutputValue |
newOutputValue(String name,
Collection<String> refs) |
static ServiceCMD |
newServiceCMD(URI wadlLocation) |
public static InputParameter newInputParameter(String name, String arg, boolean required)
public static InputValue newInputValue(String name, String arg)
public static OutputParameter newOutputParameter(String name, String ref)
public static OutputValue newOutputValue(String name, Collection<String> refs)
public static ServiceCMD newServiceCMD(URI wadlLocation)
Copyright © 2014. All rights reserved.