public class ResourceRegistration
extends GCUBEPortType
Constructor and Description |
---|
ResourceRegistration() |
public CreateResponse create(CreateMessage message) throws InvalidResourceFault, ResourceNotAcceptedFault, CreateFault
message
- SchemaValidationFault
ResourceNotAcceptedFault
CreateFaultType
InvalidResourceFault
CreateFault
public UpdateResponse update(UpdateMessage message) throws InvalidResourceFault, ResourceNotAcceptedFault, UpdateFault
message
- SchemaValidationFault
ResourceNotAcceptedFault
UpdateFaultType
InvalidResourceFault
UpdateFault
public RemoveResponse remove(RemoveMessage message) throws RemoveFault, java.rmi.RemoteException
message
- id and type of the resource to removeResourceDoesNotExistFaultType
- if the resource does not existRemoveFaultType
- if an error occurs during the removalRemoveFault
java.rmi.RemoteException