Package org.apache.cxf.service.model
Class UnwrappedOperationInfo
java.lang.Object
org.apache.cxf.service.model.AbstractPropertiesHolder
org.apache.cxf.service.model.OperationInfo
org.apache.cxf.service.model.UnwrappedOperationInfo
- All Implemented Interfaces:
- Extensible,- NamedItem
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionAdds an fault to this operation.Returns the fault with the given name, if found.Returns all faults for this operation.booleanvoidsetInput(String nm, MessageInfo in) voidsetOutput(String nm, MessageInfo out) Methods inherited from class org.apache.cxf.service.model.OperationInfoaddFault, createMessage, equals, getInput, getInputName, getInterface, getName, getOutput, getOutputName, getParameterOrdering, getUnwrappedOperation, hasFaults, hashCode, hasInput, hasOutput, isOneWay, isUnwrappedCapable, removeFault, setName, setParameterOrdering, setUnwrappedOperation, toStringMethods inherited from class org.apache.cxf.service.model.AbstractPropertiesHolderaddExtensionAttribute, addExtensor, containsExtensor, equals, getDocumentation, getExtensionAttribute, getExtensionAttributes, getExtensor, getExtensors, getExtensors, getProperties, getProperty, getProperty, getTraversedExtensor, hasProperty, removeProperty, setDelegate, setDocumentation, setExtensionAttributes, setProperty
- 
Constructor Details- 
UnwrappedOperationInfo
 
- 
- 
Method Details- 
getWrappedOperation
- 
isUnwrappedpublic boolean isUnwrapped()- Overrides:
- isUnwrappedin class- OperationInfo
 
- 
addFaultDescription copied from class:OperationInfoAdds an fault to this operation.- Overrides:
- addFaultin class- OperationInfo
- Parameters:
- name- the fault name.
 
- 
getFaultDescription copied from class:OperationInfoReturns the fault with the given name, if found.- Overrides:
- getFaultin class- OperationInfo
- Parameters:
- name- the name.
- Returns:
- the fault; or nullif not found.
 
- 
getFaultsDescription copied from class:OperationInfoReturns all faults for this operation.- Overrides:
- getFaultsin class- OperationInfo
- Returns:
- all faults.
 
- 
setOutput- Overrides:
- setOutputin class- OperationInfo
 
- 
setInput- Overrides:
- setInputin class- OperationInfo
 
 
-