|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Marshallable in org.openspml.v2.msg |
Methods in org.openspml.v2.msg that return Marshallable | |
Marshallable |
OCEtoMarshallableAdapter.getMarshallable()
|
Marshallable |
XMLUnmarshaller.unmarshall(java.lang.String xml)
|
Methods in org.openspml.v2.msg with parameters of type Marshallable | |
java.lang.String |
XMLMarshaller.marshall(Marshallable object)
Marshall with a 0 indent. |
Constructors in org.openspml.v2.msg with parameters of type Marshallable | |
OCEtoMarshallableAdapter(Marshallable m)
|
Uses of Marshallable in org.openspml.v2.msg.pass |
Classes in org.openspml.v2.msg.pass that implement Marshallable | |
(package private) class |
org.openspml.v2.msg.pass.BasicPasswordRequest
|
(package private) class |
org.openspml.v2.msg.pass.BasicPasswordRequestWithPassword
|
(package private) class |
org.openspml.v2.msg.pass.BasicPasswordResponse
|
class |
ExpirePasswordRequest
|
class |
ExpirePasswordResponse
|
class |
ResetPasswordRequest
|
class |
ResetPasswordResponse
|
class |
SetPasswordRequest
|
class |
SetPasswordResponse
|
class |
ValidatePasswordRequest
|
class |
ValidatePasswordResponse
|
Uses of Marshallable in org.openspml.v2.msg.spml |
Classes in org.openspml.v2.msg.spml that implement Marshallable | |
class |
AddRequest
|
class |
AddResponse
|
class |
DeleteRequest
|
class |
DeleteResponse
This class is not appearing in the .xsd, but we'd like to have a named Repsonse for the Delete operation. |
(package private) class |
org.openspml.v2.msg.spml.ExtensibleMarshallable
|
class |
ListTargetsRequest
|
class |
ListTargetsResponse
|
class |
LookupRequest
|
class |
LookupResponse
|
class |
ModifyRequest
|
class |
ModifyResponse
|
class |
QueryClause
|
class |
Request
|
class |
Response
|
class |
Selection
|
Uses of Marshallable in org.openspml.v2.msg.spmlasync |
Classes in org.openspml.v2.msg.spmlasync that implement Marshallable | |
(package private) class |
org.openspml.v2.msg.spmlasync.BasicRequest
|
(package private) class |
org.openspml.v2.msg.spmlasync.BasicResponse
|
class |
CancelRequest
|
class |
CancelResponse
|
class |
StatusRequest
|
class |
StatusResponse
|
Uses of Marshallable in org.openspml.v2.msg.spmlbatch |
Classes in org.openspml.v2.msg.spmlbatch that implement Marshallable | |
class |
BatchRequest
|
class |
BatchResponse
|
Uses of Marshallable in org.openspml.v2.msg.spmlbulk |
Classes in org.openspml.v2.msg.spmlbulk that implement Marshallable | |
class |
BulkDeleteRequest
|
class |
BulkDeleteResponse
|
class |
BulkModifyRequest
|
class |
BulkModifyResponse
|
Uses of Marshallable in org.openspml.v2.msg.spmlref |
Classes in org.openspml.v2.msg.spmlref that implement Marshallable | |
class |
HasReference
|
class |
Reference
|
class |
ReferenceDefinition
|
Uses of Marshallable in org.openspml.v2.msg.spmlsearch |
Classes in org.openspml.v2.msg.spmlsearch that implement Marshallable | |
class |
And
|
(package private) class |
org.openspml.v2.msg.spmlsearch.BasicIterationRequest
|
class |
CloseIteratorRequest
|
class |
CloseIteratorResponse
|
class |
IterateRequest
|
class |
IterateResponse
|
class |
LogicalOperator
|
class |
Not
|
class |
Or
|
class |
Query
|
class |
ResultsIterator
|
class |
SearchQuery
From the specification... |
class |
SearchRequest
|
class |
SearchResponse
|
Uses of Marshallable in org.openspml.v2.msg.spmlsuspend |
Classes in org.openspml.v2.msg.spmlsuspend that implement Marshallable | |
class |
ActiveRequest
|
class |
ActiveResponse
|
(package private) class |
org.openspml.v2.msg.spmlsuspend.BasicDatedRequest
|
class |
IsActive
|
class |
ResumeRequest
|
class |
ResumeResponse
|
class |
SuspendRequest
|
class |
SuspendResponse
|
Uses of Marshallable in org.openspml.v2.msg.spmlupdates |
Classes in org.openspml.v2.msg.spmlupdates that implement Marshallable | |
class |
Update
|
class |
UpdatesRequest
|
class |
UpdatesResponse
|
Uses of Marshallable in org.openspml.v2.profiles.spmldsml |
Classes in org.openspml.v2.profiles.spmldsml that implement Marshallable | |
class |
Schema
|
Methods in org.openspml.v2.profiles.spmldsml that return Marshallable | |
Marshallable |
DSMLMarshallableCreator.createMarshallable(java.lang.String nameAndPrefix,
java.lang.String uri)
|
Uses of Marshallable in org.openspml.v2.util.xml |
Classes in org.openspml.v2.util.xml that implement Marshallable | |
class |
BasicMarshallable
A starter class for the Marshallables in this package |
class |
BasicOCEAndMarshallable
Starter class. |
class |
OperationalNameValuePair
|
Methods in org.openspml.v2.util.xml that return Marshallable | |
protected Marshallable |
ReflectiveDOMXMLUnmarshaller.createAndPopulateMarshallable(java.lang.String typeName,
org.w3c.dom.Element el)
|
Marshallable |
ReflectiveDOMXMLUnmarshaller.unmarshall(java.lang.String xml)
|
Marshallable |
ObjectFactory.createMarshallable(java.lang.String name,
java.lang.String uri)
given a name of an element, create a hollow object that we can populate via a parser. |
Marshallable |
ObjectFactory.MarshallableCreator.createMarshallable(java.lang.String nameAndPrefix,
java.lang.String uri)
|
Methods in org.openspml.v2.util.xml with parameters of type Marshallable | |
protected java.lang.String |
ReflectiveXMLMarshaller.marshall(java.lang.String elementName,
Marshallable obj)
|
protected java.lang.String |
ReflectiveXMLMarshaller.marshall(java.lang.String elementName,
Marshallable m,
int indent)
|
java.lang.String |
ReflectiveXMLMarshaller.marshall(Marshallable m)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |