public class WSDLBoundFaultImpl extends AbstractExtensibleImpl implements WSDLBoundFault
AbstractExtensibleImpl.UnknownWSDLExtension
extensions, notUnderstoodExtensions
Constructor and Description |
---|
WSDLBoundFaultImpl(javax.xml.stream.XMLStreamReader xsr,
String name,
WSDLBoundOperationImpl owner) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
freeze(WSDLBoundOperationImpl root) |
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
getLocation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addExtension, getExtension, getExtensions, getExtensions
getLocation
public WSDLBoundFaultImpl(javax.xml.stream.XMLStreamReader xsr, String name, WSDLBoundOperationImpl owner)
@NotNull public String getName()
WSDLBoundFault
getName
in interface WSDLBoundFault
public QName getQName()
WSDLBoundFault
getQName
in interface WSDLBoundFault
public WSDLFault getFault()
WSDLBoundFault
getFault
in interface WSDLBoundFault
@NotNull public WSDLBoundOperation getBoundOperation()
WSDLBoundFault
WSDLBoundOperation
getBoundOperation
in interface WSDLBoundFault
void freeze(WSDLBoundOperationImpl root)
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.