public class

ObjectFactory

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.dws.ObjectFactory

Class Overview

This object contains factory methods for each Java content interface and Java element interface generated in the com.microsoft.schemas.sharepoint.soap.dws 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.

Summary

Public Constructors
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.microsoft.schemas.sharepoint.soap.dws
Public Methods
CanCreateDwsUrl createCanCreateDwsUrl()
Create an instance of CanCreateDwsUrl
CanCreateDwsUrlResponse createCanCreateDwsUrlResponse()
Create an instance of CanCreateDwsUrlResponse
CreateDws createCreateDws()
Create an instance of CreateDws
CreateDwsResponse createCreateDwsResponse()
Create an instance of CreateDwsResponse
CreateFolder createCreateFolder()
Create an instance of CreateFolder
CreateFolderResponse createCreateFolderResponse()
Create an instance of CreateFolderResponse
DeleteDws createDeleteDws()
Create an instance of DeleteDws
DeleteDwsResponse createDeleteDwsResponse()
Create an instance of DeleteDwsResponse
DeleteFolder createDeleteFolder()
Create an instance of DeleteFolder
DeleteFolderResponse createDeleteFolderResponse()
Create an instance of DeleteFolderResponse
FindDwsDoc createFindDwsDoc()
Create an instance of FindDwsDoc
FindDwsDocResponse createFindDwsDocResponse()
Create an instance of FindDwsDocResponse
GetDwsData createGetDwsData()
Create an instance of GetDwsData
GetDwsDataResponse createGetDwsDataResponse()
Create an instance of GetDwsDataResponse
GetDwsMetaData createGetDwsMetaData()
Create an instance of GetDwsMetaData
GetDwsMetaDataResponse createGetDwsMetaDataResponse()
Create an instance of GetDwsMetaDataResponse
RemoveDwsUser createRemoveDwsUser()
Create an instance of RemoveDwsUser
RemoveDwsUserResponse createRemoveDwsUserResponse()
Create an instance of RemoveDwsUserResponse
RenameDws createRenameDws()
Create an instance of RenameDws
RenameDwsResponse createRenameDwsResponse()
Create an instance of RenameDwsResponse
UpdateDwsData createUpdateDwsData()
Create an instance of UpdateDwsData
UpdateDwsDataResponse createUpdateDwsDataResponse()
Create an instance of UpdateDwsDataResponse
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ObjectFactory ()

Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.microsoft.schemas.sharepoint.soap.dws

Public Methods

public CanCreateDwsUrl createCanCreateDwsUrl ()

Create an instance of CanCreateDwsUrl

public CanCreateDwsUrlResponse createCanCreateDwsUrlResponse ()

Create an instance of CanCreateDwsUrlResponse

public CreateDws createCreateDws ()

Create an instance of CreateDws

public CreateDwsResponse createCreateDwsResponse ()

Create an instance of CreateDwsResponse

public CreateFolder createCreateFolder ()

Create an instance of CreateFolder

public CreateFolderResponse createCreateFolderResponse ()

Create an instance of CreateFolderResponse

public DeleteDws createDeleteDws ()

Create an instance of DeleteDws

public DeleteDwsResponse createDeleteDwsResponse ()

Create an instance of DeleteDwsResponse

public DeleteFolder createDeleteFolder ()

Create an instance of DeleteFolder

public DeleteFolderResponse createDeleteFolderResponse ()

Create an instance of DeleteFolderResponse

public FindDwsDoc createFindDwsDoc ()

Create an instance of FindDwsDoc

public FindDwsDocResponse createFindDwsDocResponse ()

Create an instance of FindDwsDocResponse

public GetDwsData createGetDwsData ()

Create an instance of GetDwsData

public GetDwsDataResponse createGetDwsDataResponse ()

Create an instance of GetDwsDataResponse

public GetDwsMetaData createGetDwsMetaData ()

Create an instance of GetDwsMetaData

public GetDwsMetaDataResponse createGetDwsMetaDataResponse ()

Create an instance of GetDwsMetaDataResponse

public RemoveDwsUser createRemoveDwsUser ()

Create an instance of RemoveDwsUser

public RemoveDwsUserResponse createRemoveDwsUserResponse ()

Create an instance of RemoveDwsUserResponse

public RenameDws createRenameDws ()

Create an instance of RenameDws

public RenameDwsResponse createRenameDwsResponse ()

Create an instance of RenameDwsResponse

public UpdateDwsData createUpdateDwsData ()

Create an instance of UpdateDwsData

public UpdateDwsDataResponse createUpdateDwsDataResponse ()

Create an instance of UpdateDwsDataResponse