Uses of Class
org.granite.messaging.service.ServiceException

Packages that use ServiceException
org.granite.gravity.adapters   
org.granite.gravity.gae   
org.granite.messaging.service   
org.granite.messaging.service.security   
org.granite.tide   
org.granite.tide.data   
org.granite.tide.ejb   
 

Uses of ServiceException in org.granite.gravity.adapters
 

Methods in org.granite.gravity.adapters that throw ServiceException
 void ActiveMQServiceAdapter.configure(XMap adapterProperties, XMap destinationProperties)
           
 void JMSServiceAdapter.configure(XMap adapterProperties, XMap destinationProperties)
           
 void ServiceAdapter.configure(XMap adapterProperties, XMap destinationProperties)
           
 void SimpleServiceAdapter.configure(XMap adapterProperties, XMap destinationProperties)
           
 ServiceAdapter AdapterFactory.getServiceAdapter(Message request)
           
 ServiceAdapter AdapterFactory.getServiceAdapter(String messageType, String destinationId)
           
 void JMSServiceAdapter.start()
           
 void ServiceAdapter.start()
           
 void JMSServiceAdapter.stop()
           
 void ServiceAdapter.stop()
           
 

Uses of ServiceException in org.granite.gravity.gae
 

Methods in org.granite.gravity.gae that throw ServiceException
 void GAEServiceAdapter.configure(XMap adapterProperties, XMap destinationProperties)
           
 

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)
           
protected  ServiceException AbstractServiceExceptionHandler.getServiceException(Message request, Destination destination, String method, Throwable e)
           
protected  ServiceException ExtendedServiceExceptionHandler.getServiceException(Message request, Destination destination, String method, Throwable t)
           
protected  ServiceException AbstractServiceExceptionHandler.getServiceException(ServiceInvocationContext context, Throwable e)
           
 ServiceException DefaultServiceExceptionHandler.handleInvocationException(ServiceInvocationContext context, Throwable e)
           
 ServiceException ServiceExceptionHandler.handleInvocationException(ServiceInvocationContext context, Throwable t)
           
 ServiceException DefaultServiceExceptionHandler.handleNoSuchMethodException(Message request, Destination destination, Object invokee, String method, Object[] args, NoSuchMethodException e)
           
 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 EjbServiceFactory.configure(XMap properties)
           
 void ServiceFactory.configure(XMap properties)
           
 void SimpleServiceFactory.destinationRemoved(Destination destination)
           
static ServiceFactory ServiceFactory.getFactoryInstance(RemotingMessage request)
           
 ServiceInvoker<?> EjbServiceFactory.getServiceInstance(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
EjbServiceFactory()
           
EjbServiceInvoker(Destination destination, EjbServiceFactory factory)
           
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
           
 

Uses of ServiceException in org.granite.tide
 

Methods in org.granite.tide that throw ServiceException
protected  Object TideServiceInvoker.adjustInvokee(RemotingMessage request, String methodName, Object[] args)
           
 

Constructors in org.granite.tide that throw ServiceException
TideServiceContext()
           
TideServiceInvoker(Destination destination, T factory)
           
TideServiceInvoker(Destination destination, T factory, TideServiceContext tideContext)
           
 

Uses of ServiceException in org.granite.tide.data
 

Methods in org.granite.tide.data that return ServiceException
 ServiceException PersistenceExceptionConverter.convert(Throwable t, String detail, Map<String,Object> extendedData)
           
 

Uses of ServiceException in org.granite.tide.ejb
 

Methods in org.granite.tide.ejb that return ServiceException
 ServiceException EJBAccessExceptionConverter.convert(Throwable t, String detail, Map<String,Object> extendedData)
           
 

Methods in org.granite.tide.ejb that throw ServiceException
 void EjbServiceFactory.configure(XMap properties)
           
 ServiceInvoker<?> EjbServiceFactory.getServiceInstance(RemotingMessage request)
           
 

Constructors in org.granite.tide.ejb that throw ServiceException
EjbServiceContext()
           
EjbServiceContext(String lookup)