org.apache.cxf.binding.corba
Class CorbaBinding

java.lang.Object
  extended by org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
      extended by org.apache.cxf.binding.corba.CorbaBinding
All Implemented Interfaces:
Binding, InterceptorProvider

public class CorbaBinding
extends AbstractBasicInterceptorProvider
implements Binding


Constructor Summary
CorbaBinding()
           
 
Method Summary
 Message createMessage()
           
 Message createMessage(Message m)
           
 BindingInfo getBindingInfo()
           
 java.util.List<Interceptor> getFaultInInterceptors()
           
 java.util.List<Interceptor> getFaultOutInterceptors()
           
 void setBindingInfo(BindingInfo info)
           
 
Methods inherited from class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, 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, getInInterceptors, getOutFaultInterceptors, getOutInterceptors
 

Constructor Detail

CorbaBinding

public CorbaBinding()
Method Detail

setBindingInfo

public void setBindingInfo(BindingInfo info)

getBindingInfo

public BindingInfo getBindingInfo()
Specified by:
getBindingInfo in interface Binding

createMessage

public Message createMessage()
Specified by:
createMessage in interface Binding

createMessage

public Message createMessage(Message m)
Specified by:
createMessage in interface Binding

getFaultInInterceptors

public java.util.List<Interceptor> getFaultInInterceptors()

getFaultOutInterceptors

public java.util.List<Interceptor> getFaultOutInterceptors()


Apache CXF