org.openspml.message
Class SchemaRequest
java.lang.Object
|
+--org.openspml.message.SpmlRequest
|
+--org.openspml.message.SchemaRequest
- public class SchemaRequest
- extends SpmlRequest
A class representing a schemaRequest
element.
Methods inherited from class org.openspml.message.SpmlRequest |
dumpFile,
getIdentifier,
getIdentifierString,
getOperationalAttribute,
getOperationalAttributes,
getOperationalAttributeValue,
getRequestId,
isAsynchronous,
parseRequest,
parseRequest,
setAsynchronous,
setIdentifier,
setIdentifier,
setOperationalAttribute,
setOperationalAttribute,
setOperationalAttributes,
setRequestId,
toXml,
toXml |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
SchemaRequest
public SchemaRequest()
SchemaRequest
public SchemaRequest(XmlElement e)
createResponse
public SpmlResponse createResponse()
- Description copied from class: SpmlRequest
- Build an empty SpmlRequest object that corresponds to this
request. Used in a few error conditions to return the
expected response object when one was not actually sent back from
the server.
- Overrides:
- createResponse in class SpmlRequest
setProviderIdentifier
public void setProviderIdentifier(ProviderIdentifier id)
setProviderIdentifier
public void setProviderIdentifier(java.lang.String id)
setSchemaIdentifier
public void setSchemaIdentifier(SchemaIdentifier id)
setSchemaIdentifier
public void setSchemaIdentifier(java.lang.String id)
getProviderIdentifier
public ProviderIdentifier getProviderIdentifier()
getSchemaIdentifier
public SchemaIdentifier getSchemaIdentifier()
getElementName
public java.lang.String getElementName()
- SpmlRequest.toXml does it all, we have nothing to add
beyond our specific element name.
- Overrides:
- getElementName in class SpmlRequest
addSubclassElements
public void addSubclassElements(SpmlBuffer b)