org.apache.servicemix.cxfbc
Interface CxfBcEndpointWithInterceptor

All Superinterfaces:
CxfBcEndpointType
All Known Implementing Classes:
CxfBcConsumer, CxfBcProvider

public interface CxfBcEndpointWithInterceptor
extends CxfBcEndpointType


Method Summary
 List<org.apache.cxf.interceptor.Interceptor> getInFaultInterceptors()
           
 List<org.apache.cxf.interceptor.Interceptor> getInInterceptors()
           
 List<org.apache.cxf.interceptor.Interceptor> getOutFaultInterceptors()
           
 List<org.apache.cxf.interceptor.Interceptor> getOutInterceptors()
           
 void setInFaultInterceptors(List<org.apache.cxf.interceptor.Interceptor> interceptors)
           
 void setInInterceptors(List<org.apache.cxf.interceptor.Interceptor> interceptors)
           
 void setOutFaultInterceptors(List<org.apache.cxf.interceptor.Interceptor> interceptors)
           
 void setOutInterceptors(List<org.apache.cxf.interceptor.Interceptor> interceptors)
           
 

Method Detail

getOutFaultInterceptors

List<org.apache.cxf.interceptor.Interceptor> getOutFaultInterceptors()

getInFaultInterceptors

List<org.apache.cxf.interceptor.Interceptor> getInFaultInterceptors()

getInInterceptors

List<org.apache.cxf.interceptor.Interceptor> getInInterceptors()

getOutInterceptors

List<org.apache.cxf.interceptor.Interceptor> getOutInterceptors()

setInInterceptors

void setInInterceptors(List<org.apache.cxf.interceptor.Interceptor> interceptors)

setInFaultInterceptors

void setInFaultInterceptors(List<org.apache.cxf.interceptor.Interceptor> interceptors)

setOutInterceptors

void setOutInterceptors(List<org.apache.cxf.interceptor.Interceptor> interceptors)

setOutFaultInterceptors

void setOutFaultInterceptors(List<org.apache.cxf.interceptor.Interceptor> interceptors)


Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.