|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceException | |
|---|---|
| org.granite.messaging.service | |
| org.granite.messaging.service.security | |
| Uses of ServiceException in org.granite.messaging.service |
|---|
| Methods in org.granite.messaging.service that return ServiceException | |
|---|---|
ServiceException |
ExceptionConverter.convert(Throwable t,
String detail,
Map<String,Object> extendedData)
|
ServiceException |
ServiceExceptionHandler.handleInvocationException(ServiceInvocationContext context,
Throwable t)
|
ServiceException |
ServiceExceptionHandler.handleNoSuchMethodException(Message request,
Destination destination,
Object invokee,
String method,
Object[] args,
NoSuchMethodException e)
|
| Methods in org.granite.messaging.service that throw ServiceException | |
|---|---|
protected Object |
ServiceInvoker.adjustInvokee(RemotingMessage request,
String methodName,
Object[] args)
Called at the beginning of the ServiceInvoker.invoke(RemotingMessage) method. |
protected Object |
SimpleServiceInvoker.adjustInvokee(RemotingMessage request,
String methodName,
Object[] args)
|
void |
ServiceFactory.configure(XMap properties)
|
void |
SimpleServiceFactory.destinationRemoved(Destination destination)
|
static ServiceFactory |
ServiceFactory.getFactoryInstance(RemotingMessage request)
|
abstract ServiceInvoker<?> |
ServiceFactory.getServiceInstance(RemotingMessage request)
|
ServiceInvoker<?> |
SimpleServiceFactory.getServiceInstance(RemotingMessage request)
|
Object |
ServiceInvoker.invoke(RemotingMessage request)
Call a service's method according to the informations contained in the given remoting message. |
| Constructors in org.granite.messaging.service that throw ServiceException | |
|---|---|
ServiceInvoker(Destination destination,
T factory)
Constructs a new ServiceInvoker. |
|
SimpleServiceInvoker(Destination destination,
SimpleServiceFactory factory)
|
|
| Uses of ServiceException in org.granite.messaging.service.security |
|---|
| Subclasses of ServiceException in org.granite.messaging.service.security | |
|---|---|
class |
SecurityServiceException
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||