public interface WSDLBoundFault extends WSDLObject, WSDLExtensible
Modifier and Type | Method and Description |
---|---|
WSDLBoundOperation |
getBoundOperation()
Gives the owner
WSDLBoundOperation |
WSDLFault |
getFault()
Gives the associated abstract fault from
wsdl:portType/wsdl:operation/wsdl:fault.
|
String |
getName()
Gives the wsdl:binding/wsdl:operation/wsdl:fault@name value
|
QName |
getQName()
Gives the qualified name associated with the fault.
|
addExtension, addNotUnderstoodExtension, areRequiredExtensionsUnderstood, getExtension, getExtensions, getExtensions, getNotUnderstoodExtensions
getLocation
@NotNull String getName()
@Nullable QName getQName()
@Nullable WSDLFault getFault()
@NotNull WSDLBoundOperation getBoundOperation()
WSDLBoundOperation
Copyright © 2015 Oracle Corporation. All rights reserved.