public class

SharepointQueryClientImpl

extends Object
implements QueryServiceSoap
java.lang.Object
   ↳ org.mule.modules.sharepoint.api.client.SharepointQueryClientImpl

Summary

Fields
private SharepointServiceProvider serviceProvider
Public Constructors
SharepointQueryClientImpl(SharepointServiceProvider serviceProvider)
Public Methods
QueryServiceSoap getConnection()
String query(String queryXml)
QueryExResponse.QueryExResult queryEx(String queryXml)
String registration(String registrationXml)
String status()
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.mule.modules.sharepoint.microsoft.query.QueryServiceSoap

Fields

private SharepointServiceProvider serviceProvider

Public Constructors

public SharepointQueryClientImpl (SharepointServiceProvider serviceProvider)

Parameters
serviceProvider

Public Methods

public QueryServiceSoap getConnection ()

public String query (String queryXml)

Parameters
queryXml

public QueryExResponse.QueryExResult queryEx (String queryXml)

Parameters
queryXml

public String registration (String registrationXml)

Parameters
registrationXml

public String status ()