public class UnwrappedOperationInfo extends OperationInfo
Constructor and Description |
---|
UnwrappedOperationInfo(OperationInfo op) |
Modifier and Type | Method and Description |
---|---|
FaultInfo |
addFault(QName name,
QName message)
Adds an fault to this operation.
|
FaultInfo |
getFault(QName name)
Returns the fault with the given name, if found.
|
Collection<FaultInfo> |
getFaults()
Returns all faults for this operation.
|
OperationInfo |
getWrappedOperation() |
boolean |
isUnwrapped() |
void |
setInput(String nm,
MessageInfo in) |
void |
setOutput(String nm,
MessageInfo out) |
addFault, createMessage, equals, getInput, getInputName, getInterface, getName, getOutput, getOutputName, getParameterOrdering, getUnwrappedOperation, hasFaults, hashCode, hasInput, hasOutput, isOneWay, isUnwrappedCapable, removeFault, setName, setParameterOrdering, setUnwrappedOperation, toString
addExtensionAttribute, addExtensor, containsExtensor, equals, getDocumentation, getExtensionAttribute, getExtensionAttributes, getExtensor, getExtensors, getExtensors, getProperties, getProperty, getProperty, getTraversedExtensor, hasProperty, removeProperty, setDelegate, setDocumentation, setExtensionAttributes, setProperty
public UnwrappedOperationInfo(OperationInfo op)
public OperationInfo getWrappedOperation()
public boolean isUnwrapped()
isUnwrapped
in class OperationInfo
public FaultInfo addFault(QName name, QName message)
OperationInfo
addFault
in class OperationInfo
name
- the fault name.public FaultInfo getFault(QName name)
OperationInfo
getFault
in class OperationInfo
name
- the name.null
if not found.public Collection<FaultInfo> getFaults()
OperationInfo
getFaults
in class OperationInfo
public void setOutput(String nm, MessageInfo out)
setOutput
in class OperationInfo
public void setInput(String nm, MessageInfo in)
setInput
in class OperationInfo
Apache CXF