java.lang.Object | |
↳ | com.emc.documentum.fs.rt.services.ObjectFactory |
This object contains factory methods for each Java content interface and Java element interface generated in the com.emc.documentum.fs.rt.services package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
_LookupResponse_QNAME | |||||||||||
_Lookup_QNAME | |||||||||||
_RegisterResponse_QNAME | |||||||||||
_Register_QNAME | |||||||||||
_UnregisterResponse_QNAME | |||||||||||
_Unregister_QNAME |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.emc.documentum.fs.rt.services
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create an instance of
Lookup
| |||||||||||
Create an instance of
LookupResponse
| |||||||||||
Create an instance of
Register
| |||||||||||
Create an instance of
RegisterResponse
| |||||||||||
Create an instance of
Unregister
| |||||||||||
Create an instance of
UnregisterResponse
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.emc.documentum.fs.rt.services
Create an instance of JAXBElement<
Lookup
>
}
value |
---|
Create an instance of JAXBElement<
LookupResponse
>
}
value |
---|
Create an instance of JAXBElement<
Register
>
}
value |
---|
Create an instance of JAXBElement<
RegisterResponse
>
}
value |
---|
Create an instance of JAXBElement<
Unregister
>
}
value |
---|
Create an instance of JAXBElement<
UnregisterResponse
>
}
value |
---|