|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceCreator.Mode | |
---|---|
eu.planets_project.services.utils.test | Helper classes for building unit tests for Planets services. |
Uses of ServiceCreator.Mode in eu.planets_project.services.utils.test |
---|
Methods in eu.planets_project.services.utils.test that return ServiceCreator.Mode | |
---|---|
static ServiceCreator.Mode |
ServiceCreator.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ServiceCreator.Mode[] |
ServiceCreator.Mode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in eu.planets_project.services.utils.test with parameters of type ServiceCreator.Mode | ||
---|---|---|
static
|
ServiceCreator.createTestService(QName qname,
Class<T> serviceImplementation,
String wsdlLoc,
ServiceCreator.Mode mode)
This code handles the grotty details when instanciating a Planets service class for testing. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |