Uses of Interface
org.ogf.graap.wsag4j.types.configuration.HandlerType

Packages that use HandlerType
org.ogf.graap.wsag4j.types.configuration   
org.ogf.graap.wsag4j.types.configuration.impl   
 

Uses of HandlerType in org.ogf.graap.wsag4j.types.configuration
 

Methods in org.ogf.graap.wsag4j.types.configuration that return HandlerType
 HandlerType HandlerChainType.addNewHandler()
          Appends and returns a new empty value (as xml) as the last "Handler" element
 HandlerType[] HandlerChainType.getHandlerArray()
          Gets array of all "Handler" elements
 HandlerType HandlerChainType.getHandlerArray(int i)
          Gets ith "Handler" element
 HandlerType HandlerChainType.insertNewHandler(int i)
          Inserts and returns a new empty value (as xml) as the ith "Handler" element
static HandlerType HandlerType.Factory.newInstance()
           
static HandlerType HandlerType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static HandlerType HandlerType.Factory.parse(File file)
           
static HandlerType HandlerType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static HandlerType HandlerType.Factory.parse(InputStream is)
           
static HandlerType HandlerType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static HandlerType HandlerType.Factory.parse(Node node)
           
static HandlerType HandlerType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static HandlerType HandlerType.Factory.parse(Reader r)
           
static HandlerType HandlerType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static HandlerType HandlerType.Factory.parse(String xmlAsString)
           
static HandlerType HandlerType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static HandlerType HandlerType.Factory.parse(URL u)
           
static HandlerType HandlerType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static HandlerType HandlerType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static HandlerType HandlerType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static HandlerType HandlerType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static HandlerType HandlerType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ogf.graap.wsag4j.types.configuration with parameters of type HandlerType
 void HandlerChainType.setHandlerArray(HandlerType[] handlerArray)
          Sets array of all "Handler" element
 void HandlerChainType.setHandlerArray(int i, HandlerType handler)
          Sets ith "Handler" element
 

Uses of HandlerType in org.ogf.graap.wsag4j.types.configuration.impl
 

Classes in org.ogf.graap.wsag4j.types.configuration.impl that implement HandlerType
 class HandlerTypeImpl
          An XML HandlerType(@http://schemas.scai.fraunhofer.de/config/wsag4j).
 

Methods in org.ogf.graap.wsag4j.types.configuration.impl that return HandlerType
 HandlerType HandlerChainTypeImpl.addNewHandler()
          Appends and returns a new empty value (as xml) as the last "Handler" element
 HandlerType[] HandlerChainTypeImpl.getHandlerArray()
          Gets array of all "Handler" elements
 HandlerType HandlerChainTypeImpl.getHandlerArray(int i)
          Gets ith "Handler" element
 HandlerType HandlerChainTypeImpl.insertNewHandler(int i)
          Inserts and returns a new empty value (as xml) as the ith "Handler" element
 

Methods in org.ogf.graap.wsag4j.types.configuration.impl with parameters of type HandlerType
 void HandlerChainTypeImpl.setHandlerArray(HandlerType[] handlerArray)
          Sets array of all "Handler" element
 void HandlerChainTypeImpl.setHandlerArray(int i, HandlerType handler)
          Sets ith "Handler" element
 



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.