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: eu.fispace.api.generic
|
| Modifier and Type | Method and Description |
|---|---|
GenericRequestMessage |
createGenericRequestMessage()
Create an instance of
GenericRequestMessage |
GenericResponseMessage |
createGenericResponseMessage()
Create an instance of
GenericResponseMessage |
RoutingInfoEntry |
createRoutingInfoEntry()
Create an instance of
RoutingInfoEntry |
RoutingInfoMap |
createRoutingInfoMap()
Create an instance of
RoutingInfoMap |
SimpleGenericRequestMessage |
createSimpleGenericRequestMessage()
Create an instance of
SimpleGenericRequestMessage |
public ObjectFactory()
public GenericRequestMessage createGenericRequestMessage()
GenericRequestMessagepublic RoutingInfoMap createRoutingInfoMap()
RoutingInfoMappublic GenericResponseMessage createGenericResponseMessage()
GenericResponseMessagepublic SimpleGenericRequestMessage createSimpleGenericRequestMessage()
SimpleGenericRequestMessagepublic RoutingInfoEntry createRoutingInfoEntry()
RoutingInfoEntryCopyright © 2016. All Rights Reserved.