Interface EditableWSDLBoundFault
- All Superinterfaces:
WSDLBoundFault,WSDLExtensible,WSDLObject
- All Known Implementing Classes:
WSDLBoundFaultImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidfreeze(EditableWSDLBoundOperation operation) Freezes WSDL model to prevent further modificationGives the ownerWSDLBoundOperationgetFault()Gives the associated abstract fault from wsdl:portType/wsdl:operation/wsdl:fault.Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLBoundFault
getName, getQNameMethods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLExtensible
addExtension, addNotUnderstoodExtension, areRequiredExtensionsUnderstood, getExtension, getExtensions, getExtensions, getNotUnderstoodExtensionsMethods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLObject
getLocation
-
Method Details
-
getFault
Description copied from interface:WSDLBoundFaultGives the associated abstract fault from wsdl:portType/wsdl:operation/wsdl:fault. It is only available after the WSDL parsing is complete and the entire model is frozen.
Maybe null if a binding fault has no corresponding fault in abstract wsdl:portType/wsdl:operation- Specified by:
getFaultin interfaceWSDLBoundFault
-
getBoundOperation
Description copied from interface:WSDLBoundFaultGives the ownerWSDLBoundOperation- Specified by:
getBoundOperationin interfaceWSDLBoundFault
-
freeze
Freezes WSDL model to prevent further modification- Parameters:
operation- Operation
-