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

org.csapi.schema.parlayx.third_party_call.v2_3.local
Class ObjectFactory

java.lang.Object
  extended by org.csapi.schema.parlayx.third_party_call.v2_3.local.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 org.csapi.schema.parlayx.third_party_call.v2_3.local 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: org.csapi.schema.parlayx.third_party_call.v2_3.local
 
Method Summary
 CancelCallRequest createCancelCallRequest()
          Create an instance of CancelCallRequest
 javax.xml.bind.JAXBElement<CancelCallRequest> createCancelCallRequest(CancelCallRequest value)
          Create an instance of JAXBElement<CancelCallRequest>}
 CancelCallRequestResponse createCancelCallRequestResponse()
          Create an instance of CancelCallRequestResponse
 javax.xml.bind.JAXBElement<CancelCallRequestResponse> createCancelCallRequestResponse(CancelCallRequestResponse value)
          Create an instance of JAXBElement<CancelCallRequestResponse>}
 EndCall createEndCall()
          Create an instance of EndCall
 javax.xml.bind.JAXBElement<EndCall> createEndCall(EndCall value)
          Create an instance of JAXBElement<EndCall>}
 EndCallResponse createEndCallResponse()
          Create an instance of EndCallResponse
 javax.xml.bind.JAXBElement<EndCallResponse> createEndCallResponse(EndCallResponse value)
          Create an instance of JAXBElement<EndCallResponse>}
 GetCallInformation createGetCallInformation()
          Create an instance of GetCallInformation
 javax.xml.bind.JAXBElement<GetCallInformation> createGetCallInformation(GetCallInformation value)
          Create an instance of JAXBElement<GetCallInformation>}
 GetCallInformationResponse createGetCallInformationResponse()
          Create an instance of GetCallInformationResponse
 javax.xml.bind.JAXBElement<GetCallInformationResponse> createGetCallInformationResponse(GetCallInformationResponse value)
          Create an instance of JAXBElement<GetCallInformationResponse>}
 MakeCall createMakeCall()
          Create an instance of MakeCall
 javax.xml.bind.JAXBElement<MakeCall> createMakeCall(MakeCall value)
          Create an instance of JAXBElement<MakeCall>}
 MakeCallResponse createMakeCallResponse()
          Create an instance of MakeCallResponse
 javax.xml.bind.JAXBElement<MakeCallResponse> createMakeCallResponse(MakeCallResponse value)
          Create an instance of JAXBElement<MakeCallResponse>}
 
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: org.csapi.schema.parlayx.third_party_call.v2_3.local

Method Detail

createCancelCallRequest

public CancelCallRequest createCancelCallRequest()
Create an instance of CancelCallRequest


createCancelCallRequest

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


createCancelCallRequestResponse

public CancelCallRequestResponse createCancelCallRequestResponse()
Create an instance of CancelCallRequestResponse


createCancelCallRequestResponse

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


createEndCall

public EndCall createEndCall()
Create an instance of EndCall


createEndCall

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


createEndCallResponse

public EndCallResponse createEndCallResponse()
Create an instance of EndCallResponse


createEndCallResponse

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


createGetCallInformation

public GetCallInformation createGetCallInformation()
Create an instance of GetCallInformation


createGetCallInformation

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


createGetCallInformationResponse

public GetCallInformationResponse createGetCallInformationResponse()
Create an instance of GetCallInformationResponse


createGetCallInformationResponse

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


createMakeCall

public MakeCall createMakeCall()
Create an instance of MakeCall


createMakeCall

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


createMakeCallResponse

public MakeCallResponse createMakeCallResponse()
Create an instance of MakeCallResponse


createMakeCallResponse

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


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.