com.sun.xml.ws.api.model.wsdl.editable
Interface EditableWSDLBoundFault
- All Superinterfaces:
- WSDLBoundFault, WSDLExtensible, WSDLObject
- All Known Implementing Classes:
- WSDLBoundFaultImpl
public interface EditableWSDLBoundFault
- extends WSDLBoundFault
getFault
@Nullable
EditableWSDLFault getFault()
- Description copied from interface:
WSDLBoundFault
- Gives 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:
getFault in interface WSDLBoundFault
getBoundOperation
@NotNull
EditableWSDLBoundOperation getBoundOperation()
- Description copied from interface:
WSDLBoundFault
- Gives the owner
WSDLBoundOperation
- Specified by:
getBoundOperation in interface WSDLBoundFault
freeze
void freeze(EditableWSDLBoundOperation operation)
- Freezes WSDL model to prevent further modification
- Parameters:
operation - Operation
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.