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.universAAL.middleware.interfaces.space.model
|
Modifier and Type | Method and Description |
---|---|
ChannelDescriptor |
createChannelDescriptor()
Create an instance of
ChannelDescriptor |
Space |
createSpace()
Create an instance of
Space |
Space.CommunicationChannels |
createSpaceCommunicationChannels()
Create an instance of
Space.CommunicationChannels |
Space.PeeringChannel |
createSpacePeeringChannel()
Create an instance of
Space.PeeringChannel |
Space.SpaceDescriptor |
createSpaceSpaceDescriptor()
Create an instance of
Space.SpaceDescriptor |
public ObjectFactory()
public ChannelDescriptor createChannelDescriptor()
ChannelDescriptor
public Space.SpaceDescriptor createSpaceSpaceDescriptor()
Space.SpaceDescriptor
public Space.PeeringChannel createSpacePeeringChannel()
Space.PeeringChannel
public Space.CommunicationChannels createSpaceCommunicationChannels()
Space.CommunicationChannels
Copyright © 2018 universAAL Consortium. All rights reserved.