Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.bpel.services.notification.payload
Class GroupNotificationPayloadTypeFactory

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

public class GroupNotificationPayloadTypeFactory
extends java.lang.Object

Class GroupNotificationPayloadTypeFactory.


Constructor Summary
GroupNotificationPayloadTypeFactory()
           
 
Method Summary
static GroupNotificationPayloadType createFacade()
          Method createFacade
static GroupNotificationPayloadType createFacade(org.w3c.dom.Element domElement)
          Method createFacade
static GroupNotificationPayloadType createFacade(java.io.File file)
          Method createFacade
static GroupNotificationPayloadType createFacade(org.xml.sax.InputSource ins)
          Method createFacade
static GroupNotificationPayloadType createFacade(javax.xml.namespace.QName qname)
          Method createFacade
static GroupNotificationPayloadType createFacade(java.lang.String xml)
          Method createFacade
static GroupNotificationPayloadType 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

GroupNotificationPayloadTypeFactory

public GroupNotificationPayloadTypeFactory()
Method Detail

createFacade

public static GroupNotificationPayloadType createFacade()
                                                 throws java.lang.Exception
Method createFacade

Throws:
java.lang.Exception

createFacade

public static GroupNotificationPayloadType createFacade(javax.xml.namespace.QName qname)
                                                 throws java.lang.Exception
Method createFacade

Parameters:
qname -
Throws:
java.lang.Exception

createFacade

public static GroupNotificationPayloadType createFacade(java.lang.String xml)
                                                 throws java.lang.Exception
Method createFacade

Parameters:
xml -
Throws:
java.lang.Exception

createFacade

public static GroupNotificationPayloadType createFacade(org.w3c.dom.Element domElement)
                                                 throws java.lang.Exception
Method createFacade

Parameters:
domElement -
Throws:
java.lang.Exception

createFacade

public static GroupNotificationPayloadType createFacade(java.io.File file)
                                                 throws java.lang.Exception
Method createFacade

Parameters:
file -
Throws:
java.lang.Exception

createFacade

public static GroupNotificationPayloadType createFacade(java.net.URL url)
                                                 throws java.lang.Exception
Method createFacade

Parameters:
url -
Throws:
java.lang.Exception

createFacade

public static GroupNotificationPayloadType createFacade(org.xml.sax.InputSource ins)
                                                 throws java.lang.Exception
Method createFacade

Parameters:
ins -
Throws:
java.lang.Exception

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

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