Oracle Fusion Middleware User Messaging Service 11.1.1.6.0 Java API Reference
E14011-04

oracle.ucs.messaging.ws.types
Class ObjectFactory

java.lang.Object
  extended by oracle.ucs.messaging.ws.types.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the oracle.ucs.messaging.ws.types package.

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 Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oracle.ucs.messaging.ws.types
 
Method Summary
 AccessPoint createAccessPoint()
          Create an instance of AccessPoint
 Address createAddress()
          Create an instance of Address
 ListenerReference createListenerReference()
          Create an instance of ListenerReference
 Message createMessage()
          Create an instance of Message
 MessageFilter createMessageFilter()
          Create an instance of MessageFilter
 MessageInfo createMessageInfo()
          Create an instance of MessageInfo
 MessageQuery createMessageQuery()
          Create an instance of MessageQuery
 MessagingFault createMessagingFault()
          Create an instance of MessagingFault
 MessagingObject createMessagingObject()
          Create an instance of MessagingObject
 MessagingObject.Metadata createMessagingObjectMetadata()
          Create an instance of MessagingObject.Metadata
 MetadataEntry createMetadataEntry()
          Create an instance of MetadataEntry
 MimeHeader createMimeHeader()
          Create an instance of MimeHeader
 Parameter createParameter()
          Create an instance of Parameter
 Status createStatus()
          Create an instance of Status
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oracle.ucs.messaging.ws.types

Method Detail

createAccessPoint

public AccessPoint createAccessPoint()
Create an instance of AccessPoint


createAddress

public Address createAddress()
Create an instance of Address


createListenerReference

public ListenerReference createListenerReference()
Create an instance of ListenerReference


createMessage

public Message createMessage()
Create an instance of Message


createMessageFilter

public MessageFilter createMessageFilter()
Create an instance of MessageFilter


createMessageInfo

public MessageInfo createMessageInfo()
Create an instance of MessageInfo


createMessageQuery

public MessageQuery createMessageQuery()
Create an instance of MessageQuery


createMessagingFault

public MessagingFault createMessagingFault()
Create an instance of MessagingFault


createMessagingObject

public MessagingObject createMessagingObject()
Create an instance of MessagingObject


createMessagingObjectMetadata

public MessagingObject.Metadata createMessagingObjectMetadata()
Create an instance of MessagingObject.Metadata


createMetadataEntry

public MetadataEntry createMetadataEntry()
Create an instance of MetadataEntry


createMimeHeader

public MimeHeader createMimeHeader()
Create an instance of MimeHeader


createParameter

public Parameter createParameter()
Create an instance of Parameter


createStatus

public Status createStatus()
Create an instance of Status


Oracle Fusion Middleware User Messaging Service 11.1.1.6.0 Java API Reference
E14011-04

Copyright © 2009, 2011 Oracle and/or its affiliates. All rights reserved.