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.
Type | Property and Description |
---|---|
Service.Activity.Property |
createServiceActivity
Create an instance of
Service.Activity.Property |
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.poscoict.glueframework.schema
|
Modifier and Type | Method and Description |
---|---|
AttributeType |
createAttributeType()
Create an instance of
AttributeType |
Msgs |
createMsgs()
Create an instance of
Msgs |
Msgs.Msg |
createMsgsMsg()
Create an instance of
Msgs.Msg |
QueryMap |
createQueryMap()
Create an instance of
QueryMap |
QueryMap.Query |
createQueryMapQuery()
Create an instance of
QueryMap.Query |
Service |
createService()
Create an instance of
Service |
Service.Activity |
createServiceActivity()
Create an instance of
Service.Activity |
Service.Activity.Property |
createServiceActivityProperty()
Create an instance of
Service.Activity.Property |
Service.Activity.Transition |
createServiceActivityTransition()
Create an instance of
Service.Activity.Transition |
Service.TransactionManager |
createServiceTransactionManager()
Create an instance of
Service.TransactionManager |
public Service.Activity.Property createServiceActivityProperty
Service.Activity.Property
public ObjectFactory()
public Service.Activity createServiceActivity()
Service.Activity
public AttributeType createAttributeType()
AttributeType
public QueryMap.Query createQueryMapQuery()
QueryMap.Query
public Service.TransactionManager createServiceTransactionManager()
Service.TransactionManager
public Service.Activity.Transition createServiceActivityTransition()
Service.Activity.Transition
public Service.Activity.Property createServiceActivityProperty()
Service.Activity.Property
Copyright © 2019 POSCOICT. All rights reserved.