org.apache.cxf.service.model
Class BindingOperationInfo
java.lang.Object
   org.apache.cxf.service.model.AbstractPropertiesHolder
org.apache.cxf.service.model.AbstractPropertiesHolder
       org.apache.cxf.service.model.BindingOperationInfo
org.apache.cxf.service.model.BindingOperationInfo
- All Implemented Interfaces: 
- Extensible
- public class BindingOperationInfo 
- extends AbstractPropertiesHolder
 
 
 
| Methods inherited from class org.apache.cxf.service.model.AbstractPropertiesHolder | 
| addExtensionAttribute, addExtensor, containsExtensor, getExtensionAttribute, getExtensionAttributes, getExtensor, getExtensors, getExtensors, getProperty, getProperty, getTraversedExtensor, hasProperty, setExtensionAttributes, setProperty | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
opInfo
protected OperationInfo opInfo
BindingOperationInfo
public BindingOperationInfo()
updateUnwrappedOperation
public void updateUnwrappedOperation()
- 
 
getBinding
public BindingInfo getBinding()
- 
 
getName
public javax.xml.namespace.QName getName()
- 
 
getOperationInfo
public OperationInfo getOperationInfo()
- 
 
getInput
public BindingMessageInfo getInput()
- 
 
getOutput
public BindingMessageInfo getOutput()
- 
 
getFault
public BindingFaultInfo getFault(javax.xml.namespace.QName name)
- 
 
getFaults
public java.util.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 java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
- 
 
Apache CXF