com.aetrion.flickr
Class SOAPResponse
java.lang.Object
com.aetrion.flickr.SOAPResponse
- All Implemented Interfaces:
- Response
public class SOAPResponse
- extends java.lang.Object
- implements Response
Flickr SOAP Response object.
- Author:
- Matt Ray
Constructor Summary |
SOAPResponse(org.apache.axis.message.SOAPEnvelope envelope)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAPResponse
public SOAPResponse(org.apache.axis.message.SOAPEnvelope envelope)
parse
public void parse(org.w3c.dom.Document document)
- Specified by:
parse
in interface Response
getStat
public java.lang.String getStat()
getPayload
public org.w3c.dom.Element getPayload()
- Specified by:
getPayload
in interface Response
getPayloadCollection
public java.util.Collection getPayloadCollection()
- Specified by:
getPayloadCollection
in interface Response
isError
public boolean isError()
- Specified by:
isError
in interface Response
getErrorCode
public java.lang.String getErrorCode()
- Specified by:
getErrorCode
in interface Response
getErrorMessage
public java.lang.String getErrorMessage()
- Specified by:
getErrorMessage
in interface Response
Copyright (C) 2005-2007 Aetrion LLC. All Rights Reserved.