org.glassfish.appclient.client.acc.config
Class ObjectFactory

java.lang.Object
  extended by org.glassfish.appclient.client.acc.config.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.glassfish.appclient.client.acc.config 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: org.glassfish.appclient.client.acc.config
 
Method Summary
 AuthRealm createAuthRealm()
          Create an instance of AuthRealm
 AuthRealm createAuthRealm(java.lang.String classname)
          Create an instance of AuthRealm
 CertDb createCertDb()
          Create an instance of CertDb
 ClientContainer createClientContainer()
          Create an instance of ClientContainer
 ClientCredential createClientCredential()
          Create an instance of ClientCredential
 ClientCredential createClientCredential(java.lang.String userName, XML.Password password, java.lang.String realm)
          Create an instance of ClientCredential
 LogService createLogService()
          Create an instance of LogService
 MessageSecurityConfig createMessageSecurityConfig()
          Create an instance of MessageSecurityConfig
 Property createProperty()
          Create an instance of Property
 ProviderConfig createProviderConfig()
          Create an instance of ProviderConfig
 RequestPolicy createRequestPolicy()
          Create an instance of RequestPolicy
 ResponsePolicy createResponsePolicy()
          Create an instance of ResponsePolicy
 Security createSecurity()
          Create an instance of Security
 Ssl createSsl()
          Create an instance of Ssl
 TargetServer createTargetServer()
          Create an instance of TargetServer
 TargetServer createTargetServer(java.lang.String address, java.lang.Integer port)
          Create an instance of TargetServer
 
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: org.glassfish.appclient.client.acc.config

Method Detail

createClientContainer

public ClientContainer createClientContainer()
Create an instance of ClientContainer


createSsl

public Ssl createSsl()
Create an instance of Ssl


createTargetServer

public TargetServer createTargetServer()
Create an instance of TargetServer


createTargetServer

public TargetServer createTargetServer(java.lang.String address,
                                       java.lang.Integer port)
Create an instance of TargetServer

Throws:
javax.xml.bind.JAXBException - if an error occurs

createAuthRealm

public AuthRealm createAuthRealm()
Create an instance of AuthRealm


createAuthRealm

public AuthRealm createAuthRealm(java.lang.String classname)
Create an instance of AuthRealm

Throws:
javax.xml.bind.JAXBException - if an error occurs

createProviderConfig

public ProviderConfig createProviderConfig()
Create an instance of ProviderConfig


createClientCredential

public ClientCredential createClientCredential()
Create an instance of ClientCredential


createClientCredential

public ClientCredential createClientCredential(java.lang.String userName,
                                               XML.Password password,
                                               java.lang.String realm)
Create an instance of ClientCredential

Throws:
javax.xml.bind.JAXBException - if an error occurs

createProperty

public Property createProperty()
Create an instance of Property


createRequestPolicy

public RequestPolicy createRequestPolicy()
Create an instance of RequestPolicy


createResponsePolicy

public ResponsePolicy createResponsePolicy()
Create an instance of ResponsePolicy


createCertDb

public CertDb createCertDb()
Create an instance of CertDb


createSecurity

public Security createSecurity()
Create an instance of Security


createLogService

public LogService createLogService()
Create an instance of LogService


createMessageSecurityConfig

public MessageSecurityConfig createMessageSecurityConfig()
Create an instance of MessageSecurityConfig



Copyright © 2012 GlassFish Community. All Rights Reserved.