public class ObjectFactory extends Object
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 and Description | 
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: edu.yale.tp.cas 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AuthenticationFailureType | 
createAuthenticationFailureType()
Create an instance of  
AuthenticationFailureType | 
AuthenticationSuccessType | 
createAuthenticationSuccessType()
Create an instance of  
AuthenticationSuccessType | 
ProxiesType | 
createProxiesType()
Create an instance of  
ProxiesType | 
ProxyFailureType | 
createProxyFailureType()
Create an instance of  
ProxyFailureType | 
ProxySuccessType | 
createProxySuccessType()
Create an instance of  
ProxySuccessType | 
JAXBElement<ServiceResponseType> | 
createServiceResponse(ServiceResponseType value)
 | 
ServiceResponseType | 
createServiceResponseType()
Create an instance of  
ServiceResponseType | 
public ObjectFactory()
public ServiceResponseType createServiceResponseType()
ServiceResponseTypepublic AuthenticationSuccessType createAuthenticationSuccessType()
AuthenticationSuccessTypepublic ProxiesType createProxiesType()
ProxiesTypepublic AuthenticationFailureType createAuthenticationFailureType()
AuthenticationFailureTypepublic ProxySuccessType createProxySuccessType()
ProxySuccessTypepublic ProxyFailureType createProxyFailureType()
ProxyFailureTypepublic JAXBElement<ServiceResponseType> createServiceResponse(ServiceResponseType value)
This work is licensed under a Creative Commons Attribution 4.0 International License.