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: org.apache.cxf.jaxws.javaee
|
public ObjectFactory()
public PropertyType createPropertyType()
PropertyTypepublic PersistenceContextRefType createPersistenceContextRefType()
PersistenceContextRefTypepublic DescriptionType createDescriptionType()
DescriptionTypepublic ServletLinkType createServletLinkType()
ServletLinkTypepublic EjbLinkType createEjbLinkType()
EjbLinkTypepublic EnvEntryTypeValuesType createEnvEntryTypeValuesType()
EnvEntryTypeValuesTypepublic ResourceRefType createResourceRefType()
ResourceRefTypepublic PortComponentType createPortComponentType()
PortComponentTypepublic ResAuthType createResAuthType()
ResAuthTypepublic XsdNMTOKENType createXsdNMTOKENType()
XsdNMTOKENTypepublic ServiceRefHandlerChainType createServiceRefHandlerChainType()
ServiceRefHandlerChainTypepublic MessageDestinationLinkType createMessageDestinationLinkType()
MessageDestinationLinkTypepublic WebserviceDescriptionType createWebserviceDescriptionType()
WebserviceDescriptionTypepublic ServiceRefType createServiceRefType()
ServiceRefTypepublic MessageDestinationUsageType createMessageDestinationUsageType()
MessageDestinationUsageTypepublic RemoteType createRemoteType()
RemoteTypepublic JndiNameType createJndiNameType()
JndiNameTypepublic XsdStringType createXsdStringType()
XsdStringTypepublic PortComponentRefType createPortComponentRefType()
PortComponentRefTypepublic UrlPatternType createUrlPatternType()
UrlPatternTypepublic ServiceImplBeanType createServiceImplBeanType()
ServiceImplBeanTypepublic ServiceRefHandlerType createServiceRefHandlerType()
ServiceRefHandlerTypepublic SecurityRoleType createSecurityRoleType()
SecurityRoleTypepublic JavaIdentifierType createJavaIdentifierType()
JavaIdentifierTypepublic EnvEntryType createEnvEntryType()
EnvEntryTypepublic JavaTypeType createJavaTypeType()
JavaTypeTypepublic FullyQualifiedClassType createFullyQualifiedClassType()
FullyQualifiedClassTypepublic ResSharingScopeType createResSharingScopeType()
ResSharingScopeTypepublic PortComponentHandlerType createPortComponentHandlerType()
PortComponentHandlerTypepublic DisplayNameType createDisplayNameType()
DisplayNameTypepublic MessageDestinationRefType createMessageDestinationRefType()
MessageDestinationRefTypepublic EjbRefTypeType createEjbRefTypeType()
EjbRefTypeTypepublic MessageDestinationType createMessageDestinationType()
MessageDestinationTypepublic XsdNonNegativeIntegerType createXsdNonNegativeIntegerType()
XsdNonNegativeIntegerTypepublic XsdQNameType createXsdQNameType()
XsdQNameTypepublic LifecycleCallbackType createLifecycleCallbackType()
LifecycleCallbackTypepublic ListenerType createListenerType()
ListenerTypepublic PersistenceUnitRefType createPersistenceUnitRefType()
PersistenceUnitRefTypepublic HandlerChainType createHandlerChainType()
HandlerChainTypepublic InjectionTargetType createInjectionTargetType()
InjectionTargetTypepublic HandlerChainsType createHandlerChainsType()
HandlerChainsTypepublic ResourceEnvRefType createResourceEnvRefType()
ResourceEnvRefTypepublic RoleNameType createRoleNameType()
RoleNameTypepublic WebservicesType createWebservicesType()
WebservicesTypepublic EjbRefType createEjbRefType()
EjbRefTypepublic XsdBooleanType createXsdBooleanType()
XsdBooleanTypepublic XsdPositiveIntegerType createXsdPositiveIntegerType()
XsdPositiveIntegerTypepublic EjbRefNameType createEjbRefNameType()
EjbRefNameTypepublic TrueFalseType createTrueFalseType()
TrueFalseTypepublic XsdAnyURIType createXsdAnyURIType()
XsdAnyURITypepublic PersistenceContextTypeType createPersistenceContextTypeType()
PersistenceContextTypeTypepublic MessageDestinationTypeType createMessageDestinationTypeType()
MessageDestinationTypeTypepublic XsdIntegerType createXsdIntegerType()
XsdIntegerTypepublic EjbLocalRefType createEjbLocalRefType()
EjbLocalRefTypepublic ParamValueType createParamValueType()
ParamValueTypepublic LocalHomeType createLocalHomeType()
LocalHomeTypepublic ServiceRefHandlerChainsType createServiceRefHandlerChainsType()
ServiceRefHandlerChainsTypepublic SecurityRoleRefType createSecurityRoleRefType()
SecurityRoleRefTypepublic GenericBooleanType createGenericBooleanType()
GenericBooleanTypepublic JAXBElement<HandlerChainsType> createHandlerChains(HandlerChainsType value)
public JAXBElement<WebservicesType> createWebservices(WebservicesType value)
Apache CXF