org.apache.woden.wsdl20.extensions.soap
Class SOAPFaultCode
java.lang.Object
org.apache.woden.wsdl20.extensions.soap.SOAPFaultCode
- public class SOAPFaultCode
- extends java.lang.Object
This class represents the {soap fault code} property that forms part of the
SOAP extensions to the WSDL BindingFault
component.
This property may contain either a QName representing the code or the xs:token #any.
This class will restrict the possible values to a QName reference or the string "#any".
It provides methods to query whether the property contains a QName or a token and
methods to retrieve the property value of the appropriate type.
- Author:
- jkaputin@apache.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ANY
public static final SOAPFaultCode ANY
SOAPFaultCode
public SOAPFaultCode(QName codeQN)
isQName
public boolean isQName()
isToken
public boolean isToken()
getQName
public QName getQName()
getToken
public java.lang.String getToken()
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.