Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.6.3)
E10660-10


oracle.bpel.services.notification.payload
Class NotificationContextTypeFactory

java.lang.Object
  extended by oracle.bpel.services.notification.payload.NotificationContextTypeFactory


public class NotificationContextTypeFactory
extends java.lang.Object

Class NotificationContextTypeFactory.


Constructor Summary
NotificationContextTypeFactory()
           

 

Method Summary
static NotificationContextType createFacade()
          Method createFacade
static NotificationContextType createFacade(org.w3c.dom.Element domElement)
          Method createFacade
static NotificationContextType createFacade(java.io.File file)
          Method createFacade
static NotificationContextType createFacade(org.xml.sax.InputSource ins)
          Method createFacade
static NotificationContextType createFacade(javax.xml.namespace.QName qname)
          Method createFacade
static NotificationContextType createFacade(java.lang.String xml)
          Method createFacade
static NotificationContextType createFacade(java.net.URL url)
          Method createFacade

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

NotificationContextTypeFactory

public NotificationContextTypeFactory()

Method Detail

createFacade

public static NotificationContextType createFacade()
                                            throws java.lang.Exception
Method createFacade
Throws:
java.lang.Exception

createFacade

public static NotificationContextType createFacade(javax.xml.namespace.QName qname)
                                            throws java.lang.Exception
Method createFacade
Parameters:
qname -
Throws:
java.lang.Exception

createFacade

public static NotificationContextType createFacade(java.lang.String xml)
                                            throws java.lang.Exception
Method createFacade
Parameters:
xml -
Throws:
java.lang.Exception

createFacade

public static NotificationContextType createFacade(org.w3c.dom.Element domElement)
                                            throws java.lang.Exception
Method createFacade
Parameters:
domElement -
Throws:
java.lang.Exception

createFacade

public static NotificationContextType createFacade(java.io.File file)
                                            throws java.lang.Exception
Method createFacade
Parameters:
file -
Throws:
java.lang.Exception

createFacade

public static NotificationContextType createFacade(java.net.URL url)
                                            throws java.lang.Exception
Method createFacade
Parameters:
url -
Throws:
java.lang.Exception

createFacade

public static NotificationContextType createFacade(org.xml.sax.InputSource ins)
                                            throws java.lang.Exception
Method createFacade
Parameters:
ins -
Throws:
java.lang.Exception

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.6.3)
E10660-10


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