javax.xml.registry
Interface JAXRResponse

All Known Subinterfaces:
BulkResponse
All Known Implementing Classes:
DeleteException, FindException, InvalidRequestException, JAXRException, RegistryException, SaveException, UnexpectedObjectException, UnsupportedCapabilityException

public interface JAXRResponse

A JAXR requests' response.

Version:
$Revision: 1.1.6.1 $
Author:
Scott.Stark@jboss.org

Field Summary
static int STATUS_FAILURE
           
static int STATUS_SUCCESS
           
static int STATUS_UNAVAILABLE
           
static int STATUS_WARNING
           
 
Method Summary
 String getRequestId()
           
 int getStatus()
           
 boolean isAvailable()
           
 

Field Detail

STATUS_FAILURE

static final int STATUS_FAILURE
See Also:
Constant Field Values

STATUS_SUCCESS

static final int STATUS_SUCCESS
See Also:
Constant Field Values

STATUS_UNAVAILABLE

static final int STATUS_UNAVAILABLE
See Also:
Constant Field Values

STATUS_WARNING

static final int STATUS_WARNING
See Also:
Constant Field Values
Method Detail

getRequestId

String getRequestId()
                    throws JAXRException
Throws:
JAXRException

getStatus

int getStatus()
              throws JAXRException
Throws:
JAXRException

isAvailable

boolean isAvailable()
                    throws JAXRException
Throws:
JAXRException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.