Class ObjectFactory
java.lang.Object
com.emc.d2fs.services.repository_service.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the com.emc.d2fs.services.repository_service 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.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.emc.d2fs.services.repository_service -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofCheckLoginRequestCreate an instance ofCheckLoginResponseCreate an instance ofCleanupSearchDataRequestCreate an instance ofCleanupSearchDataResponseCreate an instance ofGenerateDMTicketRequestCreate an instance ofGenerateDMTicketResponseCreate an instance ofGetAllRepositoriesRequestCreate an instance ofGetAllRepositoriesResponseCreate an instance ofGetAppInfoRequestCreate an instance ofGetAppInfoResponseCreate an instance ofGetLogoutRedirectURLRequestCreate an instance ofGetLogoutRedirectURLResponseCreate an instance ofGetNetworkLocationsRequestCreate an instance ofGetNetworkLocationsResponseCreate an instance ofGetRepositoryNameFromIdRequestCreate an instance ofGetRepositoryNameFromIdResponseCreate an instance ofGetRepositoryRequestCreate an instance ofGetRepositoryResponseCreate an instance ofGetUserLoginNameRequestCreate an instance ofGetUserLoginNameResponseCreate an instance ofReleaseRequestCreate an instance ofReleaseResponseCreate an instance ofSetKrbWebAppSPNRequest
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.emc.d2fs.services.repository_service
-
-
Method Details
-
createCheckLoginRequest
Create an instance ofCheckLoginRequest -
createCheckLoginResponse
Create an instance ofCheckLoginResponse -
createGetUserLoginNameRequest
Create an instance ofGetUserLoginNameRequest -
createGetUserLoginNameResponse
Create an instance ofGetUserLoginNameResponse -
createGetLogoutRedirectURLRequest
Create an instance ofGetLogoutRedirectURLRequest -
createGetLogoutRedirectURLResponse
Create an instance ofGetLogoutRedirectURLResponse -
createGetAllRepositoriesRequest
Create an instance ofGetAllRepositoriesRequest -
createGetAllRepositoriesResponse
Create an instance ofGetAllRepositoriesResponse -
createGetNetworkLocationsRequest
Create an instance ofGetNetworkLocationsRequest -
createGetNetworkLocationsResponse
Create an instance ofGetNetworkLocationsResponse -
createGetRepositoryRequest
Create an instance ofGetRepositoryRequest -
createGetRepositoryResponse
Create an instance ofGetRepositoryResponse -
createReleaseRequest
Create an instance ofReleaseRequest -
createReleaseResponse
Create an instance ofReleaseResponse -
createCleanupSearchDataRequest
Create an instance ofCleanupSearchDataRequest -
createCleanupSearchDataResponse
Create an instance ofCleanupSearchDataResponse -
createSetKrbWebAppSPNRequest
Create an instance ofSetKrbWebAppSPNRequest -
createGenerateDMTicketRequest
Create an instance ofGenerateDMTicketRequest -
createGenerateDMTicketResponse
Create an instance ofGenerateDMTicketResponse -
createGetRepositoryNameFromIdRequest
Create an instance ofGetRepositoryNameFromIdRequest -
createGetRepositoryNameFromIdResponse
Create an instance ofGetRepositoryNameFromIdResponse -
createGetAppInfoRequest
Create an instance ofGetAppInfoRequest -
createGetAppInfoResponse
Create an instance ofGetAppInfoResponse
-