Package overit.geocall.cxf
Class StandardCxfConductor
java.lang.Object
overit.geocall.cxf.StandardCxfConductor
- All Implemented Interfaces:
CxfConductor
-
Constructor Summary
ConstructorsConstructorDescriptionStandardCxfConductor(org.springframework.context.ApplicationContext context) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcleanInterceptors(List<Interceptor<? extends Message>> interceptors) protected voidexposeFaults(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 IOLogFiltergetTraceFilter(CxfMode mode) protected voidpublishBasicAuthInterceptor(CxfEndpoint ce, CxfMode mode) protected CxfEndpointprotected voidpublishPermitInterceptors(CxfEndpoint ce, CxfMode mode) protected voidprotected voidpublishThreadUnbindInterceptor(CxfEndpoint ce, CxfMode mode) protected voidpublishTraceInterceptors(CxfEndpoint ce, CxfMode mode) protected voidpublishWSS4JInterceptor(CxfEndpoint ce, CxfMode mode) protected CxfEndpointrepublish(CxfService cs) <T> TshapeCall(CxfService cs) <T> T
-
Constructor Details
-
StandardCxfConductor
public StandardCxfConductor(org.springframework.context.ApplicationContext context)
-
-
Method Details
-
publishEndpoint
public CxfEndpoint publishEndpoint(CxfService cs) throws ClassNotFoundException, InstantiationException, IllegalAccessException - Specified by:
publishEndpointin interfaceCxfConductor- Throws:
ClassNotFoundExceptionInstantiationExceptionIllegalAccessException
-
publishEndpointSpring
protected CxfEndpoint publishEndpointSpring(CxfService cs) throws ClassNotFoundException, InstantiationException, IllegalAccessException -
republish
protected CxfEndpoint republish(CxfService cs) throws ClassNotFoundException, InstantiationException, IllegalAccessException -
cleanInterceptors
-
publishPermitInterceptors
-
publishSystemIdentityInterceptor
-
publishThreadUnbindInterceptor
-
exposeFaults
Expose stacktrace in the SOAP response if there was an error while processing the request.This option should be activated for debug purpose only.- Parameters:
ce- The Cxf endpointmode- The Cxf mode
-
publishTraceInterceptors
-
publishBasicAuthInterceptor
-
publishWSS4JInterceptor
-
shapeCall
public <T> T shapeCall(CxfService cs) throws ClassNotFoundException, InstantiationException, IllegalAccessException - Specified by:
shapeCallin interfaceCxfConductor- Throws:
ClassNotFoundExceptionInstantiationExceptionIllegalAccessException
-
shapeCallSpring
public <T> T shapeCallSpring(CxfService cs) throws ClassNotFoundException, InstantiationException, IllegalAccessException -
getTraceFilter
-