Uses of Class
overit.geocall.cxf.CxfMode
Packages that use CxfMode
-
Uses of CxfMode in overit.geocall.cxf
Fields in overit.geocall.cxf declared as CxfModeModifier and TypeFieldDescriptionprotected CxfModeCxfService._currentCallModeprotected CxfModeCxfService._currentEndpointModeprotected CxfModeCxfEndpoint._cxfModeMethods in overit.geocall.cxf that return CxfModeMethods in overit.geocall.cxf with parameters of type CxfModeModifier and TypeMethodDescriptionprotected voidStandardCxfConductor.exposeFaults(CxfEndpoint ce, CxfMode mode) Expose stacktrace in the SOAP response if there was an error while processing the request.This option should be activated for debug purpose only.protected IOLogFilterStandardCxfConductor.getTraceFilter(CxfMode mode) protected voidStandardCxfConductor.publishBasicAuthInterceptor(CxfEndpoint ce, CxfMode mode) protected voidStandardCxfConductor.publishPermitInterceptors(CxfEndpoint ce, CxfMode mode) protected voidStandardCxfConductor.publishSystemIdentityInterceptor(CxfEndpoint ce, CxfMode mode) protected voidStandardCxfConductor.publishThreadUnbindInterceptor(CxfEndpoint ce, CxfMode mode) protected voidStandardCxfConductor.publishTraceInterceptors(CxfEndpoint ce, CxfMode mode) protected voidStandardCxfConductor.publishWSS4JInterceptor(CxfEndpoint ce, CxfMode mode) voidCxfService.setup(String address, String url, String conductor, CxfMode endpointMode, CxfMode callMode) Constructors in overit.geocall.cxf with parameters of type CxfModeModifierConstructorDescriptionCxfEndpoint(Endpoint e, CxfMode cxfMode) CxfEndpoint(Server s, CxfMode cxfMode) CxfEndpoint(CxfMode cxfMode)