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:
org.apache.cxf.binding.Binding, org.apache.cxf.interceptor.InterceptorProvider

public class CorbaBinding
extends org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
implements org.apache.cxf.binding.Binding


Constructor Summary
CorbaBinding()
           
 
Method Summary
 org.apache.cxf.message.Message createMessage()
           
 org.apache.cxf.message.Message createMessage(org.apache.cxf.message.Message m)
           
 org.apache.cxf.service.model.BindingInfo getBindingInfo()
           
 List<org.apache.cxf.interceptor.Interceptor> getFaultInInterceptors()
           
 List<org.apache.cxf.interceptor.Interceptor> getFaultOutInterceptors()
           
 void setBindingInfo(org.apache.cxf.service.model.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(org.apache.cxf.service.model.BindingInfo info)

getBindingInfo

public org.apache.cxf.service.model.BindingInfo getBindingInfo()
Specified by:
getBindingInfo in interface org.apache.cxf.binding.Binding

createMessage

public org.apache.cxf.message.Message createMessage()
Specified by:
createMessage in interface org.apache.cxf.binding.Binding

createMessage

public org.apache.cxf.message.Message createMessage(org.apache.cxf.message.Message m)
Specified by:
createMessage in interface org.apache.cxf.binding.Binding

getFaultInInterceptors

public List<org.apache.cxf.interceptor.Interceptor> getFaultInInterceptors()

getFaultOutInterceptors

public List<org.apache.cxf.interceptor.Interceptor> getFaultOutInterceptors()


Apache CXF