com.ontotext.ordi.wsmo4rdf.remote.client.src
Class ObjectFactory

java.lang.Object
  extended by com.ontotext.ordi.wsmo4rdf.remote.client.src.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the com.ontotext.ordi.wsmo4rdf.remote.client.src 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
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.ontotext.ordi.wsmo4rdf.remote.client.src
 
Method Summary
 AuthenticationFailedException createAuthenticationFailedException()
          Create an instance of AuthenticationFailedException
 javax.xml.bind.JAXBElement<AuthenticationFailedException> createAuthenticationFailedException(AuthenticationFailedException value)
          Create an instance of JAXBElement<AuthenticationFailedException>}
 ClearWarnings createClearWarnings()
          Create an instance of ClearWarnings
 javax.xml.bind.JAXBElement<ClearWarnings> createClearWarnings(ClearWarnings value)
          Create an instance of JAXBElement<ClearWarnings>}
 ClearWarningsResponse createClearWarningsResponse()
          Create an instance of ClearWarningsResponse
 javax.xml.bind.JAXBElement<ClearWarningsResponse> createClearWarningsResponse(ClearWarningsResponse value)
          Create an instance of JAXBElement<ClearWarningsResponse>}
 GetConnection createGetConnection()
          Create an instance of GetConnection
 javax.xml.bind.JAXBElement<GetConnection> createGetConnection(GetConnection value)
          Create an instance of JAXBElement<GetConnection>}
 GetConnectionAuth createGetConnectionAuth()
          Create an instance of GetConnectionAuth
 javax.xml.bind.JAXBElement<GetConnectionAuth> createGetConnectionAuth(GetConnectionAuth value)
          Create an instance of JAXBElement<GetConnectionAuth>}
 GetConnectionAuthResponse createGetConnectionAuthResponse()
          Create an instance of GetConnectionAuthResponse
 javax.xml.bind.JAXBElement<GetConnectionAuthResponse> createGetConnectionAuthResponse(GetConnectionAuthResponse value)
          Create an instance of JAXBElement<GetConnectionAuthResponse>}
 GetConnectionResponse createGetConnectionResponse()
          Create an instance of GetConnectionResponse
 javax.xml.bind.JAXBElement<GetConnectionResponse> createGetConnectionResponse(GetConnectionResponse value)
          Create an instance of JAXBElement<GetConnectionResponse>}
 NonExistingEntryException createNonExistingEntryException()
          Create an instance of NonExistingEntryException
 javax.xml.bind.JAXBElement<NonExistingEntryException> createNonExistingEntryException(NonExistingEntryException value)
          Create an instance of JAXBElement<NonExistingEntryException>}
 ServiceLimitExceededException createServiceLimitExceededException()
          Create an instance of ServiceLimitExceededException
 javax.xml.bind.JAXBElement<ServiceLimitExceededException> createServiceLimitExceededException(ServiceLimitExceededException value)
          Create an instance of JAXBElement<ServiceLimitExceededException>}
 Shutdown createShutdown()
          Create an instance of Shutdown
 javax.xml.bind.JAXBElement<Shutdown> createShutdown(Shutdown value)
          Create an instance of JAXBElement<Shutdown>}
 ShutdownResponse createShutdownResponse()
          Create an instance of ShutdownResponse
 javax.xml.bind.JAXBElement<ShutdownResponse> createShutdownResponse(ShutdownResponse value)
          Create an instance of JAXBElement<ShutdownResponse>}
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.ontotext.ordi.wsmo4rdf.remote.client.src

Method Detail

createClearWarningsResponse

public ClearWarningsResponse createClearWarningsResponse()
Create an instance of ClearWarningsResponse


createGetConnection

public GetConnection createGetConnection()
Create an instance of GetConnection


createServiceLimitExceededException

public ServiceLimitExceededException createServiceLimitExceededException()
Create an instance of ServiceLimitExceededException


createGetConnectionResponse

public GetConnectionResponse createGetConnectionResponse()
Create an instance of GetConnectionResponse


createGetConnectionAuth

public GetConnectionAuth createGetConnectionAuth()
Create an instance of GetConnectionAuth


createGetConnectionAuthResponse

public GetConnectionAuthResponse createGetConnectionAuthResponse()
Create an instance of GetConnectionAuthResponse


createNonExistingEntryException

public NonExistingEntryException createNonExistingEntryException()
Create an instance of NonExistingEntryException


createShutdownResponse

public ShutdownResponse createShutdownResponse()
Create an instance of ShutdownResponse


createAuthenticationFailedException

public AuthenticationFailedException createAuthenticationFailedException()
Create an instance of AuthenticationFailedException


createClearWarnings

public ClearWarnings createClearWarnings()
Create an instance of ClearWarnings


createShutdown

public Shutdown createShutdown()
Create an instance of Shutdown


createServiceLimitExceededException

public javax.xml.bind.JAXBElement<ServiceLimitExceededException> createServiceLimitExceededException(ServiceLimitExceededException value)
Create an instance of JAXBElement<ServiceLimitExceededException>}


createGetConnectionAuth

public javax.xml.bind.JAXBElement<GetConnectionAuth> createGetConnectionAuth(GetConnectionAuth value)
Create an instance of JAXBElement<GetConnectionAuth>}


createClearWarningsResponse

public javax.xml.bind.JAXBElement<ClearWarningsResponse> createClearWarningsResponse(ClearWarningsResponse value)
Create an instance of JAXBElement<ClearWarningsResponse>}


createGetConnection

public javax.xml.bind.JAXBElement<GetConnection> createGetConnection(GetConnection value)
Create an instance of JAXBElement<GetConnection>}


createGetConnectionResponse

public javax.xml.bind.JAXBElement<GetConnectionResponse> createGetConnectionResponse(GetConnectionResponse value)
Create an instance of JAXBElement<GetConnectionResponse>}


createShutdownResponse

public javax.xml.bind.JAXBElement<ShutdownResponse> createShutdownResponse(ShutdownResponse value)
Create an instance of JAXBElement<ShutdownResponse>}


createAuthenticationFailedException

public javax.xml.bind.JAXBElement<AuthenticationFailedException> createAuthenticationFailedException(AuthenticationFailedException value)
Create an instance of JAXBElement<AuthenticationFailedException>}


createClearWarnings

public javax.xml.bind.JAXBElement<ClearWarnings> createClearWarnings(ClearWarnings value)
Create an instance of JAXBElement<ClearWarnings>}


createShutdown

public javax.xml.bind.JAXBElement<Shutdown> createShutdown(Shutdown value)
Create an instance of JAXBElement<Shutdown>}


createNonExistingEntryException

public javax.xml.bind.JAXBElement<NonExistingEntryException> createNonExistingEntryException(NonExistingEntryException value)
Create an instance of JAXBElement<NonExistingEntryException>}


createGetConnectionAuthResponse

public javax.xml.bind.JAXBElement<GetConnectionAuthResponse> createGetConnectionAuthResponse(GetConnectionAuthResponse value)
Create an instance of JAXBElement<GetConnectionAuthResponse>}



Copyright © 2008. All Rights Reserved.