public class DAPModifyResponse extends DataResponseType
<xs:complexType name="ModifyResponseType">
<xs:complexContent>
<xs:extension base="dap:DataResponseType"/>
</xs:complexContent>
</xs:complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DAPModifyResponse.Builder
Internal Builder class for DAPModifyResponse
|
DataResponseType.Marshaller, DataResponseType.Unmarshaller| Modifier and Type | Field and Description |
|---|---|
static String |
LOCAL_NAME |
ATT_TIME_STAMPATT_ITEM_ID_REF| Modifier | Constructor and Description |
|---|---|
protected |
DAPModifyResponse(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
static DAPModifyResponse |
extractFromBody(org.opensaml.soap.soap11.Body body)
Convenience method to extract a CreateResponse from
the body of a SOAP message.
|
boolean |
isSuccess()
Looks into the Status element to see whether the result was
successful
|
getItemDataList, getOrderedChildrengetTimeStamp, setTimeStampgetExtensions, getItemRefId, getStatus, getUnknownAttributes, setItemRefId, setStatus, statusIsFailed, statusIsOKdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationpublic static String LOCAL_NAME
public boolean isSuccess()
public static DAPModifyResponse extractFromBody(org.opensaml.soap.soap11.Body body)
body - DAPCreateResponse or null if there is none in the bodyCopyright © 1999–2015. All rights reserved.