Uses of Class
org.apache.openejb.jee.jba.ClientInterceptors
-
Packages that use ClientInterceptors Package Description org.apache.openejb.jee.jba -
-
Uses of ClientInterceptors in org.apache.openejb.jee.jba
Fields in org.apache.openejb.jee.jba declared as ClientInterceptors Modifier and Type Field Description protected ClientInterceptorsProxyFactoryConfig. clientInterceptorsMethods in org.apache.openejb.jee.jba that return ClientInterceptors Modifier and Type Method Description ClientInterceptorsObjectFactory. createClientInterceptors()Create an instance ofClientInterceptorsClientInterceptorsProxyFactoryConfig. getClientInterceptors()Gets the value of the clientInterceptors property.Methods in org.apache.openejb.jee.jba with parameters of type ClientInterceptors Modifier and Type Method Description voidProxyFactoryConfig. setClientInterceptors(ClientInterceptors value)Sets the value of the clientInterceptors property.
-