org.apache.woden.wsdl20.extensions.http
Class HTTPErrorStatusCode
java.lang.Object
org.apache.woden.wsdl20.extensions.http.HTTPErrorStatusCode
- public class HTTPErrorStatusCode
- extends java.lang.Object
This class represents the {http error status code} property that forms part of the
HTTP extensions to the WSDL BindingFault
component.
This property may contain either an integer representing the error status code used
with this fault or the xs:token #any indicating that no claim is made by the service
about the use of error status codes.
It provides methods to query whether the property specifies an error status code
(i.e. an integer) and to retrieve the property value.
- Author:
- John Kaputin (jkaputin@apache.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ANY
public static final HTTPErrorStatusCode ANY
HTTPErrorStatusCode
public HTTPErrorStatusCode(java.lang.Integer errorStatusCode)
isCodeUsed
public boolean isCodeUsed()
getCode
public java.lang.Integer getCode()
toString
public java.lang.String toString()
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.