Apache CXF API

org.apache.cxf.service.model
Class BindingOperationInfo

java.lang.Object
  extended by org.apache.cxf.service.model.AbstractPropertiesHolder
      extended by org.apache.cxf.service.model.BindingOperationInfo
All Implemented Interfaces:
Extensible

public class BindingOperationInfo
extends AbstractPropertiesHolder


Field Summary
protected  OperationInfo opInfo
           
 
Constructor Summary
BindingOperationInfo()
           
BindingOperationInfo(BindingInfo bi, OperationInfo opinfo)
           
 
Method Summary
 boolean equals(Object o)
           
 BindingInfo getBinding()
           
 BindingFaultInfo getFault(QName name)
           
 Collection<BindingFaultInfo> getFaults()
           
 BindingMessageInfo getInput()
           
 QName getName()
           
 OperationInfo getOperationInfo()
           
 BindingMessageInfo getOutput()
           
 BindingOperationInfo getUnwrappedOperation()
           
 BindingOperationInfo getWrappedOperation()
           
 int hashCode()
           
 boolean isUnwrapped()
           
 boolean isUnwrappedCapable()
           
 void setUnwrappedOperation(BindingOperationInfo op)
           
 String toString()
           
 void updateUnwrappedOperation()
           
 
Methods inherited from class org.apache.cxf.service.model.AbstractPropertiesHolder
addExtensionAttribute, addExtensor, containsExtensor, equals, getDocumentation, getExtensionAttribute, getExtensionAttributes, getExtensor, getExtensors, getExtensors, getProperties, getProperty, getProperty, getTraversedExtensor, hasProperty, removeProperty, setDelegate, setDocumentation, setExtensionAttributes, setProperty
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

opInfo

protected OperationInfo opInfo
Constructor Detail

BindingOperationInfo

public BindingOperationInfo()

BindingOperationInfo

public BindingOperationInfo(BindingInfo bi,
                            OperationInfo opinfo)
Method Detail

updateUnwrappedOperation

public void updateUnwrappedOperation()

getBinding

public BindingInfo getBinding()

getName

public QName getName()

getOperationInfo

public OperationInfo getOperationInfo()

getInput

public BindingMessageInfo getInput()

getOutput

public BindingMessageInfo getOutput()

getFault

public BindingFaultInfo getFault(QName name)

getFaults

public Collection<BindingFaultInfo> getFaults()

isUnwrappedCapable

public boolean isUnwrappedCapable()

getUnwrappedOperation

public BindingOperationInfo getUnwrappedOperation()

setUnwrappedOperation

public void setUnwrappedOperation(BindingOperationInfo op)

isUnwrapped

public boolean isUnwrapped()

getWrappedOperation

public BindingOperationInfo getWrappedOperation()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

Apache CXF API

Apache CXF