public abstract class RequestAbstractType extends org.opensaml.core.xml.AbstractXMLObject implements org.opensaml.core.xml.AttributeExtensibleXMLObject, BasePeopleServiceRequest
<!-- Definition of RequestAbstractType -->
<xs:complexType name="RequestAbstractType" abstract="true">
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestAbstractType.Marshaller
Internal marshaller, placing attribute values into the DOM
|
static class |
RequestAbstractType.Unmarshaller
Internal unmarshaller, placing DOM atts into the XMLObject
and connecting child elements
|
| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.core.xml.util.AttributeMap |
otherAttributes |
| Modifier | Constructor and Description |
|---|---|
protected |
RequestAbstractType(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
String |
actionURI()
Used in creating the request message
|
org.opensaml.core.xml.util.AttributeMap |
getUnknownAttributes() |
Class<?> |
responseClass()
Used to identify the expected return class from a PS request
|
Konstantz.PeopleServiceRequestType |
type() |
detach, 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, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationpublic org.opensaml.core.xml.util.AttributeMap getUnknownAttributes()
getUnknownAttributes in interface org.opensaml.core.xml.AttributeExtensibleXMLObjectpublic Konstantz.PeopleServiceRequestType type()
public String actionURI()
BasePeopleServiceRequestactionURI in interface BasePeopleServiceRequestpublic Class<?> responseClass()
BasePeopleServiceRequestresponseClass in interface BasePeopleServiceRequestCopyright © 1999–2015. All rights reserved.