Return-Path: Delivered-To: apmail-ws-wsrf-commits-archive@www.apache.org Received: (qmail 92005 invoked from network); 14 Sep 2005 17:44:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Sep 2005 17:44:34 -0000 Received: (qmail 69205 invoked by uid 500); 14 Sep 2005 17:44:04 -0000 Delivered-To: apmail-ws-wsrf-commits-archive@ws.apache.org Received: (qmail 69083 invoked by uid 500); 14 Sep 2005 17:44:02 -0000 Mailing-List: contact wsrf-commits-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: wsrf-dev@ws.apache.org Delivered-To: mailing list wsrf-commits@ws.apache.org Received: (qmail 67085 invoked by uid 500); 14 Sep 2005 17:43:30 -0000 Delivered-To: apmail-ws-wsrf-cvs@ws.apache.org Received: (qmail 66917 invoked by uid 99); 14 Sep 2005 17:42:47 -0000 X-ASF-Spam-Status: No, hits=-9.6 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 14 Sep 2005 10:42:36 -0700 Received: (qmail 90528 invoked by uid 65534); 14 Sep 2005 17:42:35 -0000 Message-ID: <20050914174235.90525.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r280892 [17/53] - in /webservices/wsrf/site/apidocs: ./ org/apache/ws/ org/apache/ws/resource/ org/apache/ws/resource/lifetime/ org/apache/ws/resource/lifetime/impl/ org/apache/ws/resource/lifetime/impl/class-use/ org/apache/ws/resource/lif... Date: Wed, 14 Sep 2005 17:36:03 -0000 To: wsrf-cvs@ws.apache.org From: scamp@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Added: webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/ResourceUnknownFaultException.html URL: http://svn.apache.org/viewcvs/webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/ResourceUnknownFaultException.html?rev=280892&view=auto ============================================================================== --- webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/ResourceUnknownFaultException.html (added) +++ webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/ResourceUnknownFaultException.html Wed Sep 14 10:33:42 2005 @@ -0,0 +1,380 @@ + + + + + + + +ResourceUnknownFaultException (WSRF 1.0-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.ws.resource.properties.faults +
+Class ResourceUnknownFaultException

+
+java.lang.Object
+  extended byjava.lang.Throwable
+      extended byjava.lang.Exception
+          extended byjava.lang.RuntimeException
+              extended byjavax.xml.rpc.soap.SOAPFaultException
+                  extended byorg.apache.ws.resource.faults.FaultException
+                      extended byorg.apache.ws.resource.faults.AbstractBaseFaultException
+                          extended byorg.apache.ws.resource.properties.faults.ResourceUnknownFaultException
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class ResourceUnknownFaultException
extends AbstractBaseFaultException
+ +

+LOG-DONE Indicates that the resource identified in the message is not known to the Web service. +

+ +

+

+
Author:
+
Ian P. Springer
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + + + +
+Constructor Summary
ResourceUnknownFaultException(NamespaceVersionHolder namespaces, + java.lang.Object resourceId, + java.lang.String serviceName) + +
+          Constructs a new ResourceUnknownFaultException, specifying the resource id and service name of the unknown + resource.
ResourceUnknownFaultException(NamespaceVersionHolder namespaces, + ResourceUnknownException rue) + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ javax.xml.namespace.QNamegetBaseFaultName() + +
+          Returns the element name for this base fault.
+ java.lang.ObjectgetResourceId() + +
+          DOCUMENT_ME
+ java.lang.StringgetServiceName() + +
+          DOCUMENT_ME
+ + + + + + + +
Methods inherited from class org.apache.ws.resource.faults.AbstractBaseFaultException
getDescription, getDetail, getErrorCode, getFaultCause, getNamespaceSet, getOriginator, getTimestamp, setDescription, setErrorCode, setFaultCause, setOriginator, setTimestamp, toString, toXmlObject
+ + + + + + + +
Methods inherited from class org.apache.ws.resource.faults.FaultException
addDetailEntry, addDetailEntry
+ + + + + + + +
Methods inherited from class javax.xml.rpc.soap.SOAPFaultException
getFaultActor, getFaultCode, getFaultString
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+ResourceUnknownFaultException

+
+public ResourceUnknownFaultException(NamespaceVersionHolder namespaces,
+                                     java.lang.Object resourceId,
+                                     java.lang.String serviceName)
+
+
Constructs a new ResourceUnknownFaultException, specifying the resource id and service name of the unknown + resource. +

+

Parameters:
resourceId -
serviceName -
+
+ +

+ResourceUnknownFaultException

+
+public ResourceUnknownFaultException(NamespaceVersionHolder namespaces,
+                                     ResourceUnknownException rue)
+
+
Parameters:
rue -
+ + + + + + + + +
+Method Detail
+ +

+getBaseFaultName

+
+public javax.xml.namespace.QName getBaseFaultName()
+
+
Returns the element name for this base fault. +

+

+
Specified by:
getBaseFaultName in class AbstractBaseFaultException
+
+
+ +
Returns:
the element name for this base fault
+
+
+
+ +

+getResourceId

+
+public java.lang.Object getResourceId()
+
+
DOCUMENT_ME +

+

+ +
Returns:
DOCUMENT_ME
+
+
+
+ +

+getServiceName

+
+public java.lang.String getServiceName()
+
+
DOCUMENT_ME +

+

+ +
Returns:
DOCUMENT_ME
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved. + + Added: webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/SetResourcePropertyRequestFailedFaultException.html URL: http://svn.apache.org/viewcvs/webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/SetResourcePropertyRequestFailedFaultException.html?rev=280892&view=auto ============================================================================== --- webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/SetResourcePropertyRequestFailedFaultException.html (added) +++ webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/SetResourcePropertyRequestFailedFaultException.html Wed Sep 14 10:33:42 2005 @@ -0,0 +1,316 @@ + + + + + + + +SetResourcePropertyRequestFailedFaultException (WSRF 1.0-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.ws.resource.properties.faults +
+Class SetResourcePropertyRequestFailedFaultException

+
+java.lang.Object
+  extended byjava.lang.Throwable
+      extended byjava.lang.Exception
+          extended byjava.lang.RuntimeException
+              extended byjavax.xml.rpc.soap.SOAPFaultException
+                  extended byorg.apache.ws.resource.faults.FaultException
+                      extended byorg.apache.ws.resource.faults.AbstractBaseFaultException
+                          extended byorg.apache.ws.resource.properties.faults.SetResourcePropertyRequestFailedFaultException
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class SetResourcePropertyRequestFailedFaultException
extends AbstractBaseFaultException
+ +

+LOG-DONE WS-ResourceProperties SetResourcePropertyRequestFailed fault type implemented as a Java exception. +

+ +

+

+
Author:
+
Ian P. Springer
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
SetResourcePropertyRequestFailedFaultException(NamespaceVersionHolder namespaces, + java.lang.String faultString) + +
+          Constructs a new SetResourcePropertyRequestFailedFaultException.
+  + + + + + + + + + + + +
+Method Summary
+ javax.xml.namespace.QNamegetBaseFaultName() + +
+          Returns the element name for this base fault.
+ + + + + + + +
Methods inherited from class org.apache.ws.resource.faults.AbstractBaseFaultException
getDescription, getDetail, getErrorCode, getFaultCause, getNamespaceSet, getOriginator, getTimestamp, setDescription, setErrorCode, setFaultCause, setOriginator, setTimestamp, toString, toXmlObject
+ + + + + + + +
Methods inherited from class org.apache.ws.resource.faults.FaultException
addDetailEntry, addDetailEntry
+ + + + + + + +
Methods inherited from class javax.xml.rpc.soap.SOAPFaultException
getFaultActor, getFaultCode, getFaultString
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+SetResourcePropertyRequestFailedFaultException

+
+public SetResourcePropertyRequestFailedFaultException(NamespaceVersionHolder namespaces,
+                                                      java.lang.String faultString)
+
+
Constructs a new SetResourcePropertyRequestFailedFaultException. +

+

Parameters:
namespaces -
faultString - a description of the error that occurred
+ + + + + + + + +
+Method Detail
+ +

+getBaseFaultName

+
+public javax.xml.namespace.QName getBaseFaultName()
+
+
Returns the element name for this base fault. +

+

+
Specified by:
getBaseFaultName in class AbstractBaseFaultException
+
+
+ +
Returns:
the element name for this base fault
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved. + + Added: webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/UnableToModifyResourcePropertyFaultException.html URL: http://svn.apache.org/viewcvs/webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/UnableToModifyResourcePropertyFaultException.html?rev=280892&view=auto ============================================================================== --- webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/UnableToModifyResourcePropertyFaultException.html (added) +++ webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/UnableToModifyResourcePropertyFaultException.html Wed Sep 14 10:33:42 2005 @@ -0,0 +1,338 @@ + + + + + + + +UnableToModifyResourcePropertyFaultException (WSRF 1.0-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.ws.resource.properties.faults +
+Class UnableToModifyResourcePropertyFaultException

+
+java.lang.Object
+  extended byjava.lang.Throwable
+      extended byjava.lang.Exception
+          extended byjava.lang.RuntimeException
+              extended byjavax.xml.rpc.soap.SOAPFaultException
+                  extended byorg.apache.ws.resource.faults.FaultException
+                      extended byorg.apache.ws.resource.faults.AbstractBaseFaultException
+                          extended byorg.apache.ws.resource.properties.faults.UnableToModifyResourcePropertyFaultException
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class UnableToModifyResourcePropertyFaultException
extends AbstractBaseFaultException
+ +

+LOG-DONE WS-ResourceProperties UnableToModifyResourceProperty fault type implemented as a Java exception. +

+ +

+

+
Author:
+
Ian P. Springer
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
UnableToModifyResourcePropertyFaultException(NamespaceVersionHolder namespaces, + javax.xml.namespace.QName propName) + +
+          Constructs a new UnableToModifyResourcePropertyFaultException.
+  + + + + + + + + + + + + + + + +
+Method Summary
+ javax.xml.namespace.QNamegetBaseFaultName() + +
+          Returns the element name for this base fault.
+ javax.xml.namespace.QNamegetPropertyName() + +
+          DOCUMENT_ME
+ + + + + + + +
Methods inherited from class org.apache.ws.resource.faults.AbstractBaseFaultException
getDescription, getDetail, getErrorCode, getFaultCause, getNamespaceSet, getOriginator, getTimestamp, setDescription, setErrorCode, setFaultCause, setOriginator, setTimestamp, toString, toXmlObject
+ + + + + + + +
Methods inherited from class org.apache.ws.resource.faults.FaultException
addDetailEntry, addDetailEntry
+ + + + + + + +
Methods inherited from class javax.xml.rpc.soap.SOAPFaultException
getFaultActor, getFaultCode, getFaultString
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+UnableToModifyResourcePropertyFaultException

+
+public UnableToModifyResourcePropertyFaultException(NamespaceVersionHolder namespaces,
+                                                    javax.xml.namespace.QName propName)
+
+
Constructs a new UnableToModifyResourcePropertyFaultException. +

+

Parameters:
propName - the name of the read-only property that the user attempted to modify
+ + + + + + + + +
+Method Detail
+ +

+getBaseFaultName

+
+public javax.xml.namespace.QName getBaseFaultName()
+
+
Returns the element name for this base fault. +

+

+
Specified by:
getBaseFaultName in class AbstractBaseFaultException
+
+
+ +
Returns:
the element name for this base fault
+
+
+
+ +

+getPropertyName

+
+public javax.xml.namespace.QName getPropertyName()
+
+
DOCUMENT_ME +

+

+ +
Returns:
DOCUMENT_ME
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved. + + Added: webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/UnknownQueryExpressionDialectFaultException.html URL: http://svn.apache.org/viewcvs/webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/UnknownQueryExpressionDialectFaultException.html?rev=280892&view=auto ============================================================================== --- webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/UnknownQueryExpressionDialectFaultException.html (added) +++ webservices/wsrf/site/apidocs/org/apache/ws/resource/properties/faults/UnknownQueryExpressionDialectFaultException.html Wed Sep 14 10:33:42 2005 @@ -0,0 +1,338 @@ + + + + + + + +UnknownQueryExpressionDialectFaultException (WSRF 1.0-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.ws.resource.properties.faults +
+Class UnknownQueryExpressionDialectFaultException

+
+java.lang.Object
+  extended byjava.lang.Throwable
+      extended byjava.lang.Exception
+          extended byjava.lang.RuntimeException
+              extended byjavax.xml.rpc.soap.SOAPFaultException
+                  extended byorg.apache.ws.resource.faults.FaultException
+                      extended byorg.apache.ws.resource.faults.AbstractBaseFaultException
+                          extended byorg.apache.ws.resource.properties.faults.UnknownQueryExpressionDialectFaultException
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class UnknownQueryExpressionDialectFaultException
extends AbstractBaseFaultException
+ +

+LOG-DONE WS-ResourceProperties UnknownQueryExpressionDialect fault type implemented as a Java exception. +

+ +

+

+
Author:
+
Ian P. Springer
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
UnknownQueryExpressionDialectFaultException(NamespaceVersionHolder namespaces, + java.net.URI dialect) + +
+          Constructs a new BaseFaultException with the specified SOAP message and actor.
+  + + + + + + + + + + + + + + + +
+Method Summary
+ javax.xml.namespace.QNamegetBaseFaultName() + +
+          Returns the element name for this base fault.
+ java.net.URIgetDialect() + +
+          Returns the URI of the unsupported dialect.
+ + + + + + + +
Methods inherited from class org.apache.ws.resource.faults.AbstractBaseFaultException
getDescription, getDetail, getErrorCode, getFaultCause, getNamespaceSet, getOriginator, getTimestamp, setDescription, setErrorCode, setFaultCause, setOriginator, setTimestamp, toString, toXmlObject
+ + + + + + + +
Methods inherited from class org.apache.ws.resource.faults.FaultException
addDetailEntry, addDetailEntry
+ + + + + + + +
Methods inherited from class javax.xml.rpc.soap.SOAPFaultException
getFaultActor, getFaultCode, getFaultString
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+UnknownQueryExpressionDialectFaultException

+
+public UnknownQueryExpressionDialectFaultException(NamespaceVersionHolder namespaces,
+                                                   java.net.URI dialect)
+
+
Constructs a new BaseFaultException with the specified SOAP message and actor. +

+

Parameters:
dialect - the URI of the unsupported dialect
+ + + + + + + + +
+Method Detail
+ +

+getBaseFaultName

+
+public javax.xml.namespace.QName getBaseFaultName()
+
+
Returns the element name for this base fault. +

+

+
Specified by:
getBaseFaultName in class AbstractBaseFaultException
+
+
+ +
Returns:
the element name for this base fault
+
+
+
+ +

+getDialect

+
+public java.net.URI getDialect()
+
+
Returns the URI of the unsupported dialect. +

+

+ +
Returns:
the URI of the unsupported dialect
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved. + +