org.apache.geronimo.xbeans.wsdl
Class TBindingOperationMessage.Factory

java.lang.Object
  extended by org.apache.geronimo.xbeans.wsdl.TBindingOperationMessage.Factory
Enclosing interface:
TBindingOperationMessage

public static final class TBindingOperationMessage.Factory
extends Object

A factory class with static methods for creating instances of this type.


Method Summary
static TBindingOperationMessage newInstance()
           
static TBindingOperationMessage newInstance(org.apache.xmlbeans.XmlOptions options)
           
static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TBindingOperationMessage parse(File file)
           
static TBindingOperationMessage parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static TBindingOperationMessage parse(InputStream is)
           
static TBindingOperationMessage parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TBindingOperationMessage parse(Node node)
           
static TBindingOperationMessage parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TBindingOperationMessage parse(Reader r)
           
static TBindingOperationMessage parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TBindingOperationMessage parse(String xmlAsString)
           
static TBindingOperationMessage parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TBindingOperationMessage parse(URL u)
           
static TBindingOperationMessage parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TBindingOperationMessage parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TBindingOperationMessage parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TBindingOperationMessage parse(XMLStreamReader sr)
           
static TBindingOperationMessage parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static TBindingOperationMessage newInstance()

newInstance

public static TBindingOperationMessage newInstance(org.apache.xmlbeans.XmlOptions options)

parse

public static TBindingOperationMessage parse(String xmlAsString)
                                      throws org.apache.xmlbeans.XmlException
Parameters:
xmlAsString - the string value to parse
Throws:
org.apache.xmlbeans.XmlException

parse

public static TBindingOperationMessage parse(String xmlAsString,
                                             org.apache.xmlbeans.XmlOptions options)
                                      throws org.apache.xmlbeans.XmlException
Throws:
org.apache.xmlbeans.XmlException

parse

public static TBindingOperationMessage parse(File file)
                                      throws org.apache.xmlbeans.XmlException,
                                             IOException
Parameters:
file - the file from which to load an xml document
Throws:
org.apache.xmlbeans.XmlException
IOException

parse

public static TBindingOperationMessage parse(File file,
                                             org.apache.xmlbeans.XmlOptions options)
                                      throws org.apache.xmlbeans.XmlException,
                                             IOException
Throws:
org.apache.xmlbeans.XmlException
IOException

parse

public static TBindingOperationMessage parse(URL u)
                                      throws org.apache.xmlbeans.XmlException,
                                             IOException
Throws:
org.apache.xmlbeans.XmlException
IOException

parse

public static TBindingOperationMessage parse(URL u,
                                             org.apache.xmlbeans.XmlOptions options)
                                      throws org.apache.xmlbeans.XmlException,
                                             IOException
Throws:
org.apache.xmlbeans.XmlException
IOException

parse

public static TBindingOperationMessage parse(InputStream is)
                                      throws org.apache.xmlbeans.XmlException,
                                             IOException
Throws:
org.apache.xmlbeans.XmlException
IOException

parse

public static TBindingOperationMessage parse(InputStream is,
                                             org.apache.xmlbeans.XmlOptions options)
                                      throws org.apache.xmlbeans.XmlException,
                                             IOException
Throws:
org.apache.xmlbeans.XmlException
IOException

parse

public static TBindingOperationMessage parse(Reader r)
                                      throws org.apache.xmlbeans.XmlException,
                                             IOException
Throws:
org.apache.xmlbeans.XmlException
IOException

parse

public static TBindingOperationMessage parse(Reader r,
                                             org.apache.xmlbeans.XmlOptions options)
                                      throws org.apache.xmlbeans.XmlException,
                                             IOException
Throws:
org.apache.xmlbeans.XmlException
IOException

parse

public static TBindingOperationMessage parse(XMLStreamReader sr)
                                      throws org.apache.xmlbeans.XmlException
Throws:
org.apache.xmlbeans.XmlException

parse

public static TBindingOperationMessage parse(XMLStreamReader sr,
                                             org.apache.xmlbeans.XmlOptions options)
                                      throws org.apache.xmlbeans.XmlException
Throws:
org.apache.xmlbeans.XmlException

parse

public static TBindingOperationMessage parse(Node node)
                                      throws org.apache.xmlbeans.XmlException
Throws:
org.apache.xmlbeans.XmlException

parse

public static TBindingOperationMessage parse(Node node,
                                             org.apache.xmlbeans.XmlOptions options)
                                      throws org.apache.xmlbeans.XmlException
Throws:
org.apache.xmlbeans.XmlException

parse

public static TBindingOperationMessage parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
                                      throws org.apache.xmlbeans.XmlException,
                                             org.apache.xmlbeans.xml.stream.XMLStreamException
Deprecated. XMLInputStream

Throws:
org.apache.xmlbeans.XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException

parse

public static TBindingOperationMessage parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
                                             org.apache.xmlbeans.XmlOptions options)
                                      throws org.apache.xmlbeans.XmlException,
                                             org.apache.xmlbeans.xml.stream.XMLStreamException
Deprecated. XMLInputStream

Throws:
org.apache.xmlbeans.XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException

newValidatingXMLInputStream

public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
                                                                                 throws org.apache.xmlbeans.XmlException,
                                                                                        org.apache.xmlbeans.xml.stream.XMLStreamException
Deprecated. XMLInputStream

Throws:
org.apache.xmlbeans.XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException

newValidatingXMLInputStream

public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
                                                                                        org.apache.xmlbeans.XmlOptions options)
                                                                                 throws org.apache.xmlbeans.XmlException,
                                                                                        org.apache.xmlbeans.xml.stream.XMLStreamException
Deprecated. XMLInputStream

Throws:
org.apache.xmlbeans.XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.