Oracle Fusion Middleware Communication Services 11.1.1.3.0 Java API Reference
E14785-02

oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager
Class ObjectFactory

java.lang.Object
  extended by oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.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.sdp.parlayx.multimedia_messaging.extension.receive_manager 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.sdp.parlayx.multimedia_messaging.extension.receive_manager
 
Method Summary
 StartReceiveMessage createStartReceiveMessage()
          Create an instance of StartReceiveMessage
 javax.xml.bind.JAXBElement<StartReceiveMessage> createStartReceiveMessage(StartReceiveMessage value)
          Create an instance of JAXBElement<StartReceiveMessage>}
 StartReceiveMessageResponse createStartReceiveMessageResponse()
          Create an instance of StartReceiveMessageResponse
 javax.xml.bind.JAXBElement<StartReceiveMessageResponse> createStartReceiveMessageResponse(StartReceiveMessageResponse value)
          Create an instance of JAXBElement<StartReceiveMessageResponse>}
 StopReceiveMessage createStopReceiveMessage()
          Create an instance of StopReceiveMessage
 javax.xml.bind.JAXBElement<StopReceiveMessage> createStopReceiveMessage(StopReceiveMessage value)
          Create an instance of JAXBElement<StopReceiveMessage>}
 StopReceiveMessageResponse createStopReceiveMessageResponse()
          Create an instance of StopReceiveMessageResponse
 javax.xml.bind.JAXBElement<StopReceiveMessageResponse> createStopReceiveMessageResponse(StopReceiveMessageResponse value)
          Create an instance of JAXBElement<StopReceiveMessageResponse>}
 
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.sdp.parlayx.multimedia_messaging.extension.receive_manager

Method Detail

createStartReceiveMessage

public StartReceiveMessage createStartReceiveMessage()
Create an instance of StartReceiveMessage


createStartReceiveMessage

public javax.xml.bind.JAXBElement<StartReceiveMessage> createStartReceiveMessage(StartReceiveMessage value)
Create an instance of JAXBElement<StartReceiveMessage>}


createStartReceiveMessageResponse

public StartReceiveMessageResponse createStartReceiveMessageResponse()
Create an instance of StartReceiveMessageResponse


createStartReceiveMessageResponse

public javax.xml.bind.JAXBElement<StartReceiveMessageResponse> createStartReceiveMessageResponse(StartReceiveMessageResponse value)
Create an instance of JAXBElement<StartReceiveMessageResponse>}


createStopReceiveMessage

public StopReceiveMessage createStopReceiveMessage()
Create an instance of StopReceiveMessage


createStopReceiveMessage

public javax.xml.bind.JAXBElement<StopReceiveMessage> createStopReceiveMessage(StopReceiveMessage value)
Create an instance of JAXBElement<StopReceiveMessage>}


createStopReceiveMessageResponse

public StopReceiveMessageResponse createStopReceiveMessageResponse()
Create an instance of StopReceiveMessageResponse


createStopReceiveMessageResponse

public javax.xml.bind.JAXBElement<StopReceiveMessageResponse> createStopReceiveMessageResponse(StopReceiveMessageResponse value)
Create an instance of JAXBElement<StopReceiveMessageResponse>}


Oracle Fusion Middleware Communication Services 11.1.1.3.0 Java API Reference
E14785-02

Copyright © 2005, 2010 Oracle and/or its affiliates. All rights reserved.