| com.sun.jbi.wsdl2.BindingOperationFault
All known Subclasses: com.sun.jbi.wsdl2.impl.BindingOperationFault,
BindingOperationFault | public interface BindingOperationFault extends ExtensibleDocumentedComponent(Code) | | API for WSDL 2.0 Fault Message Reference Component.
author: ApiGen AX.00 |
Method Summary | |
String | getMessageLabel() Get message exchange pattern role label. | QName | getRef() Get fault component describing the fault referred to by the component. | void | setMessageLabel(String theMessageLabel) Set message exchange pattern role label. | void | setRef(QName theRef) Set fault component describing the fault referred to by the component. |
getMessageLabel | String getMessageLabel()(Code) | | Get message exchange pattern role label.
Message exchange pattern role label |
getRef | QName getRef()(Code) | | Get fault component describing the fault referred to by the component.
Fault component describing the fault referred to by thecomponent |
setMessageLabel | void setMessageLabel(String theMessageLabel)(Code) | | Set message exchange pattern role label.
Parameters: theMessageLabel - Message exchange pattern role label |
setRef | void setRef(QName theRef)(Code) | | Set fault component describing the fault referred to by the component.
Parameters: theRef - Fault component describing the fault referred to by thecomponent |
|
|