edu.harvard.med.cbmi.auth
Class ObjectFactory

java.lang.Object
  extended by edu.harvard.med.cbmi.auth.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the edu.harvard.med.cbmi.auth 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: edu.harvard.med.cbmi.auth
 
Method Summary
 Authenticate createAuthenticate()
          Create an instance of Authenticate
 JAXBElement<Authenticate> createAuthenticate(Authenticate value)
          Create an instance of JAXBElement<Authenticate>}
 AuthenticateResponse createAuthenticateResponse()
          Create an instance of AuthenticateResponse
 JAXBElement<AuthenticateResponse> createAuthenticateResponse(AuthenticateResponse value)
          Create an instance of JAXBElement<AuthenticateResponse>}
 GetEmail createGetEmail()
          Create an instance of GetEmail
 JAXBElement<GetEmail> createGetEmail(GetEmail value)
          Create an instance of JAXBElement<GetEmail>}
 GetEmailResponse createGetEmailResponse()
          Create an instance of GetEmailResponse
 JAXBElement<GetEmailResponse> createGetEmailResponse(GetEmailResponse value)
          Create an instance of JAXBElement<GetEmailResponse>}
 GetName createGetName()
          Create an instance of GetName
 JAXBElement<GetName> createGetName(GetName value)
          Create an instance of JAXBElement<GetName>}
 GetNameResponse createGetNameResponse()
          Create an instance of GetNameResponse
 JAXBElement<GetNameResponse> createGetNameResponse(GetNameResponse value)
          Create an instance of JAXBElement<GetNameResponse>}
 
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: edu.harvard.med.cbmi.auth

Method Detail

createAuthenticate

public Authenticate createAuthenticate()
Create an instance of Authenticate


createAuthenticateResponse

public AuthenticateResponse createAuthenticateResponse()
Create an instance of AuthenticateResponse


createGetName

public GetName createGetName()
Create an instance of GetName


createGetEmail

public GetEmail createGetEmail()
Create an instance of GetEmail


createGetEmailResponse

public GetEmailResponse createGetEmailResponse()
Create an instance of GetEmailResponse


createGetNameResponse

public GetNameResponse createGetNameResponse()
Create an instance of GetNameResponse


createAuthenticateResponse

public JAXBElement<AuthenticateResponse> createAuthenticateResponse(AuthenticateResponse value)
Create an instance of JAXBElement<AuthenticateResponse>}


createGetEmail

public JAXBElement<GetEmail> createGetEmail(GetEmail value)
Create an instance of JAXBElement<GetEmail>}


createAuthenticate

public JAXBElement<Authenticate> createAuthenticate(Authenticate value)
Create an instance of JAXBElement<Authenticate>}


createGetName

public JAXBElement<GetName> createGetName(GetName value)
Create an instance of JAXBElement<GetName>}


createGetNameResponse

public JAXBElement<GetNameResponse> createGetNameResponse(GetNameResponse value)
Create an instance of JAXBElement<GetNameResponse>}


createGetEmailResponse

public JAXBElement<GetEmailResponse> createGetEmailResponse(GetEmailResponse value)
Create an instance of JAXBElement<GetEmailResponse>}



Copyright © 2011. All Rights Reserved.