public class ObjectFactory
extends java.lang.Object
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of
schema derived classes for package: org.apache.openejb.jee.was.v6.common
|
public ObjectFactory()
public EJBLocalRef createEJBLocalRef()
EJBLocalRefpublic SecurityRole createSecurityRole()
SecurityRolepublic ResourceRef createResourceRef()
ResourceRefpublic ResourceEnvRef createResourceEnvRef()
ResourceEnvRefpublic ParamValue createParamValue()
ParamValuepublic DisplayName createDisplayName()
DisplayNamepublic CompatibilityDescriptionGroup createCompatibilityDescriptionGroup()
CompatibilityDescriptionGrouppublic SecurityRoleRef createSecurityRoleRef()
SecurityRoleRefpublic SecurityIdentity createSecurityIdentity()
SecurityIdentitypublic UseCallerIdentity createUseCallerIdentity()
UseCallerIdentitypublic MessageDestinationRef createMessageDestinationRef()
MessageDestinationRefpublic MessageDestination createMessageDestination()
MessageDestinationpublic Description createDescription()
Descriptionpublic JNDIEnvRefsGroup createJNDIEnvRefsGroup()
JNDIEnvRefsGrouppublic RunAsSpecifiedIdentity createRunAsSpecifiedIdentity()
RunAsSpecifiedIdentitypublic DescriptionGroup createDescriptionGroup()
DescriptionGrouppublic javax.xml.bind.JAXBElement<SecurityRoleRef> createSecurityRoleRef(SecurityRoleRef value)
public javax.xml.bind.JAXBElement<Description> createDescription(Description value)
public javax.xml.bind.JAXBElement<DisplayName> createDisplayName(DisplayName value)
public javax.xml.bind.JAXBElement<ResourceEnvRef> createResourceEnvRef(ResourceEnvRef value)
public javax.xml.bind.JAXBElement<DescriptionGroup> createDescriptionGroup(DescriptionGroup value)
public javax.xml.bind.JAXBElement<SecurityIdentity> createSecurityIdentity(SecurityIdentity value)
public javax.xml.bind.JAXBElement<RunAsSpecifiedIdentity> createRunAsSpecifiedIdentity(RunAsSpecifiedIdentity value)
public javax.xml.bind.JAXBElement<UseCallerIdentity> createUseCallerIdentity(UseCallerIdentity value)
public javax.xml.bind.JAXBElement<MessageDestination> createMessageDestination(MessageDestination value)
public javax.xml.bind.JAXBElement<MessageDestinationRef> createMessageDestinationRef(MessageDestinationRef value)
public javax.xml.bind.JAXBElement<CompatibilityDescriptionGroup> createCompatibilityDescriptionGroup(CompatibilityDescriptionGroup value)
public javax.xml.bind.JAXBElement<ResourceRef> createResourceRef(ResourceRef value)
public javax.xml.bind.JAXBElement<ParamValue> createParamValue(ParamValue value)
public javax.xml.bind.JAXBElement<EJBLocalRef> createEJBLocalRef(EJBLocalRef value)
public javax.xml.bind.JAXBElement<SecurityRole> createSecurityRole(SecurityRole value)
public javax.xml.bind.JAXBElement<JNDIEnvRefsGroup> createJNDIEnvRefsGroup(JNDIEnvRefsGroup value)