|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.websphere.wsrf.BaseFault
com.ibm.websphere.wsrf.UnableToPutResourcePropertyDocumentFault
public class UnableToPutResourcePropertyDocumentFault
This class represents the XML complexType "wsrf-rp:UnableToPutResourcePropertyDocumentFaultType"
<xsd:complexType name="UnableToPutResourcePropertyDocumentFaultType"> <xsd:complexContent> <xsd:extension base="wsrf-bf:BaseFaultType"> <xsd:sequence> <xsd:element name="ResourcePropertyChangeFailure" type="wsrf-rp:ResourcePropertyChangeFailureType"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="ResourcePropertyChangeFailureType"> <xsd:sequence> <xsd:element name="CurrentValue" minOccurs="0" maxOccurs="1"> <xsd:complexType> <xsd:sequence> <xsd:any minOccurs="1" maxOccurs="unbounded" /> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="RequestedValue" minOccurs="0" maxOccurs="1"> <xsd:complexType> <xsd:sequence> <xsd:any minOccurs="1" maxOccurs="unbounded" /> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> <xsd:attribute name="Restored" type="xsd:boolean"/> </xsd:complexType>
Constructor Summary | |
---|---|
UnableToPutResourcePropertyDocumentFault()
Default constructor. |
|
UnableToPutResourcePropertyDocumentFault(EndpointReference originator,
ErrorCode errorCode,
FaultDescription[] descriptions,
IOSerializableSOAPElement faultCause,
IOSerializableSOAPElement[] extensibilityElements,
Attribute[] attributes)
Constructor for a new UnableToPutResourcePropertyDocumentFault instance. |
|
UnableToPutResourcePropertyDocumentFault(EndpointReference originator,
ErrorCode errorCode,
FaultDescription[] descriptions,
IOSerializableSOAPElement faultCause,
IOSerializableSOAPElement[] extensibilityElements,
Attribute[] attributes,
ResourcePropertyChangeFailure rpcf)
Constructor for a new UnableToPutResourcePropertyDocumentFault instance. |
Method Summary | |
---|---|
java.lang.String |
getMessage()
Get the message for this fault. |
ResourcePropertyChangeFailure |
getResourcePropertyChangeFailure()
Gets the associated ResourcePropertyChangeFailure instance. |
void |
setResourcePropertyChangeFailure(ResourcePropertyChangeFailure rpcf)
Sets the associated ResourcePropertyChangeFailure instance. |
Methods inherited from class com.ibm.websphere.wsrf.BaseFault |
---|
getAttributes, getDescriptions, getErrorCode, getExtensibilityElements, getFaultCause, getOriginator, getTimestamp, setAttributes, setDescriptions, setErrorCode, setExtensibilityElements, setFaultCause, setOriginator, setTimestamp |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnableToPutResourcePropertyDocumentFault()
public UnableToPutResourcePropertyDocumentFault(EndpointReference originator, ErrorCode errorCode, FaultDescription[] descriptions, IOSerializableSOAPElement faultCause, IOSerializableSOAPElement[] extensibilityElements, Attribute[] attributes)
originator
- The WS-Addressing EndpointReference of the Web Service that
generated the fault.errorCode
- The error code.descriptions
- The set of descriptions.faultCause
- The fault cause.extensibilityElements
- The set of extensibility elements.attributes
- The set of attributespublic UnableToPutResourcePropertyDocumentFault(EndpointReference originator, ErrorCode errorCode, FaultDescription[] descriptions, IOSerializableSOAPElement faultCause, IOSerializableSOAPElement[] extensibilityElements, Attribute[] attributes, ResourcePropertyChangeFailure rpcf)
originator
- The WS-Addressing EndpointReference of the Web Service that
generated the fault.errorCode
- The error code.descriptions
- The set of descriptions.faultCause
- The fault cause.extensibilityElements
- The set of extensibility elements.attributeName
- The attribute name.attributeName
- The attribute value.rpcf
- represents the state of the resource property after the failed requestMethod Detail |
---|
public ResourcePropertyChangeFailure getResourcePropertyChangeFailure()
public void setResourcePropertyChangeFailure(ResourcePropertyChangeFailure rpcf)
ResourcePropertyChangeFailure
- instance that contains the
wsrf-rp:ResourcePropertyChangeFailureType values.public java.lang.String getMessage()
java.lang.Throwable
to return the text of the first description
in the sequence of descriptions belonging to the fault.
getMessage
in class java.lang.Throwable
Throwable.getMessage()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |