ipworks
Class SoapStatusEvent
java.lang.Object
java.util.EventObject
ipworks.SoapStatusEvent
- All Implemented Interfaces:
- java.io.Serializable
public class SoapStatusEvent
- extends java.util.EventObject
Fired when the HTTP status line is received from the server.
HTTPVersion is a string containing the HTTP version string
as returned from the server (e.g. "1.1").
StatusCode contains the HTTP status code (e.g. 200), and Description the associated message returned by the server
(e.g. "OK").
- See Also:
Soap
,
Soap.StatusEvent
,
Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HTTPVersion
public java.lang.String HTTPVersion
statusCode
public int statusCode
description
public java.lang.String description
Copyright (c) 2013 /n software inc. - All rights reserved.