Uses of Class
org.eclipse.swordfish.core.SwordfishException

Packages that use SwordfishException
org.eclipse.swordfish.core   
org.eclipse.swordfish.core.util   
org.eclipse.swordfish.internal.core.interceptor   
org.eclipse.swordfish.internal.core.planner   
org.eclipse.swordfish.internal.core.util   
org.eclipse.swordfish.plugins.compression   
 

Uses of SwordfishException in org.eclipse.swordfish.core
 

Methods in org.eclipse.swordfish.core that throw SwordfishException
 void Interceptor.process(javax.jbi.messaging.MessageExchange exchange)
           
 

Uses of SwordfishException in org.eclipse.swordfish.core.util
 

Methods in org.eclipse.swordfish.core.util that throw SwordfishException
 void Registry.register(T item, java.util.Map<java.lang.String,?> properties)
          Perform registration of an item with its properties.
 void Registry.unregister(T item, java.util.Map<java.lang.String,?> properties)
          Unregister an item.
 

Uses of SwordfishException in org.eclipse.swordfish.internal.core.interceptor
 

Methods in org.eclipse.swordfish.internal.core.interceptor that throw SwordfishException
 void LoggingInterceptor.process(javax.jbi.messaging.MessageExchange messageExchange)
           
 void EndpointResolverInterceptor.process(javax.jbi.messaging.MessageExchange messageExchange)
           
 void CxfDecoratingInterceptor.process(javax.jbi.messaging.MessageExchange exchange)
           
 

Uses of SwordfishException in org.eclipse.swordfish.internal.core.planner
 

Methods in org.eclipse.swordfish.internal.core.planner that throw SwordfishException
 void InterceptorRegistry.register(Interceptor key, java.util.Map<java.lang.String,?> properties)
           
 

Uses of SwordfishException in org.eclipse.swordfish.internal.core.util
 

Methods in org.eclipse.swordfish.internal.core.util that throw SwordfishException
 void RegistryImpl.register(T key, java.util.Map<java.lang.String,?> properties)
           
 void RegistryImpl.unregister(T key, java.util.Map<java.lang.String,?> properties)
           
 

Uses of SwordfishException in org.eclipse.swordfish.plugins.compression
 

Methods in org.eclipse.swordfish.plugins.compression that throw SwordfishException
 void AbstractInterceptor.process(javax.jbi.messaging.MessageExchange exchange)