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.seam   
org.granite.spring   
org.granite.tide   
org.granite.tide.cdi   
org.granite.tide.data   
org.granite.tide.ejb   
org.granite.tide.hibernate   
org.granite.tide.hibernate4   
org.granite.tide.seam   
org.granite.tide.seam.async   
org.granite.tide.seam21   
org.granite.tide.spring   
org.granite.tide.validation   
 

Uses of ServiceException in org.granite.gravity.adapters
 

Methods in org.granite.gravity.adapters that throw ServiceException
 void JMSServiceAdapter.configure(XMap adapterProperties, XMap destinationProperties)
           
 void ServiceAdapter.configure(XMap adapterProperties, XMap destinationProperties)
           
 void SimpleServiceAdapter.configure(XMap adapterProperties, XMap destinationProperties)
           
 void ActiveMQServiceAdapter.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 ServiceFactory.configure(XMap properties)
           
 void EjbServiceFactory.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)
           
 ServiceInvoker<?> EjbServiceFactory.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.seam
 

Methods in org.granite.seam that return ServiceException
 ServiceException SeamServiceExceptionHandler.handleInvocationException(ServiceInvocationContext context, Throwable t)
           
 

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

Constructors in org.granite.seam that throw ServiceException
SeamServiceInvoker(Destination destination, SeamServiceFactory factory, Object instance)
           
 

Uses of ServiceException in org.granite.spring
 

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

Constructors in org.granite.spring that throw ServiceException
SpringServiceInvoker(Destination destination, SpringServiceFactory factory, Object instance)
           
 

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.cdi
 

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

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, InitialContext ic)
           
 

Uses of ServiceException in org.granite.tide.hibernate
 

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

Uses of ServiceException in org.granite.tide.hibernate4
 

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

Uses of ServiceException in org.granite.tide.seam
 

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

Constructors in org.granite.tide.seam that throw ServiceException
AbstractSeamServiceContext()
           
 

Uses of ServiceException in org.granite.tide.seam.async
 

Constructors in org.granite.tide.seam.async that throw ServiceException
AsynchronousInvoker()
           
 

Uses of ServiceException in org.granite.tide.seam21
 

Methods in org.granite.tide.seam21 that return ServiceException
protected  ServiceException Seam21ServiceExceptionHandler.getServiceException(Message request, Destination destination, String method, Throwable t)
           
 

Uses of ServiceException in org.granite.tide.spring
 

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

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

Constructors in org.granite.tide.spring that throw ServiceException
SpringMVCServiceContext()
           
SpringMVCServiceContext(ApplicationContext springContext)
           
SpringServiceContext()
           
SpringServiceContext(ApplicationContext springContext)
           
 

Uses of ServiceException in org.granite.tide.validation
 

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