|
Version: 1.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuccessException | |
---|---|
org.biomoby.client | The components used for developing Moby clients. |
org.biomoby.shared | It contains components that are used from more than one (other) packages. |
Uses of NoSuccessException in org.biomoby.client |
---|
Methods in org.biomoby.client that throw NoSuccessException | |
---|---|
MobyDataType |
CentralImpl.getDataType(String dataTypeName)
Parses and imports the following XML. |
MobyDataType[] |
CentralImpl.getDataTypes()
|
String |
CentralImpl.getServiceWSDL(String serviceName)
|
String |
CentralImpl.getServiceWSDL(String serviceName,
String authority)
|
MobyContentInstance |
MobyRequest.invokeService()
The main method of the class. |
void |
CentralImpl.registerDataType(MobyDataType dataType)
|
void |
CentralImpl.registerNamespace(MobyNamespace namespace)
|
void |
CentralImpl.registerService(MobyService service)
|
void |
CentralImpl.registerServiceType(MobyServiceType serviceType)
|
void |
CentralImpl.unregisterDataType(MobyDataType dataType)
B |
void |
CentralImpl.unregisterNamespace(MobyNamespace namespace)
|
void |
CentralImpl.unregisterService(MobyService service)
|
void |
CentralImpl.unregisterServiceType(MobyServiceType serviceType)
|
Uses of NoSuccessException in org.biomoby.shared |
---|
Methods in org.biomoby.shared that throw NoSuccessException | |
---|---|
MobyDataType |
Central.getDataType(String dataTypeName)
Get definition of the given data type. |
MobyDataType[] |
Central.getDataTypes()
|
String |
Central.getServiceWSDL(String serviceName)
Get WSDL defining a service given by its name. |
String |
Central.getServiceWSDL(String serviceName,
String authority)
Get WSDL defining a service given by its name and its authority. |
void |
Central.registerDataType(MobyDataType dataType)
Register new data type. |
void |
Central.registerNamespace(MobyNamespace namespace)
Register new namespace. |
void |
Central.registerService(MobyService service)
Register a new service. |
void |
Central.registerServiceType(MobyServiceType serviceType)
Register new service type. |
void |
Central.unregisterDataType(MobyDataType dataType)
Unregister given Moby data type. |
void |
Central.unregisterNamespace(MobyNamespace namespace)
Unregister given Moby namespace. |
void |
Central.unregisterService(MobyService service)
Unregister given Moby service. |
void |
Central.unregisterServiceType(MobyServiceType serviceType)
Unregister given Moby service type. |
|
Version: 1.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |