|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.interceptor.AbstractBasicInterceptorProvider
org.apache.cxf.binding.corba.CorbaBinding
public class CorbaBinding
| Constructor Summary | |
|---|---|
CorbaBinding()
|
|
| Method Summary | |
|---|---|
Message |
createMessage()
Create a Message for this Binding. |
Message |
createMessage(Message m)
Create a Message form the messge. |
BindingInfo |
getBindingInfo()
Get the BindingInfor |
java.util.List<Interceptor> |
getFaultInInterceptors()
|
java.util.List<Interceptor> |
getFaultOutInterceptors()
|
java.util.List<Interceptor> |
getInInterceptors()
Returns the list of interceptors attached to the incoming interceptor chain of the object. |
java.util.List<Interceptor> |
getOutInterceptors()
Returns the list of interceptors attached to the outgoing interceptor chain of the object. |
void |
setBindingInfo(BindingInfo info)
|
| Methods inherited from class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider |
|---|
getInFaultInterceptors, getOutFaultInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.cxf.interceptor.InterceptorProvider |
|---|
getInFaultInterceptors, getOutFaultInterceptors |
| Constructor Detail |
|---|
public CorbaBinding()
| Method Detail |
|---|
public void setBindingInfo(BindingInfo info)
public BindingInfo getBindingInfo()
Binding
getBindingInfo in interface Bindingpublic Message createMessage()
Binding
createMessage in interface Bindingpublic Message createMessage(Message m)
Binding
createMessage in interface Bindingm - the message used for creating a binding message
public java.util.List<Interceptor> getFaultInInterceptors()
public java.util.List<Interceptor> getFaultOutInterceptors()
public java.util.List<Interceptor> getInInterceptors()
InterceptorProvider
getInInterceptors in interface InterceptorProvidergetInInterceptors in class AbstractBasicInterceptorProviderList incoming interceptor chainpublic java.util.List<Interceptor> getOutInterceptors()
InterceptorProvider
getOutInterceptors in interface InterceptorProvidergetOutInterceptors in class AbstractBasicInterceptorProviderList outgoing interceptor chain
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||