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

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

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

Methods in org.ogf.graap.wsag4j.types.configuration that return HandlerChainType
 HandlerChainType WSRFEngineConfigurationType.addNewSecurityHandlerChain()
          Appends and returns a new empty "SecurityHandlerChain" element
 HandlerChainType WSRFClientConfigurationType.addNewSecurityHandlerChain()
          Appends and returns a new empty "SecurityHandlerChain" element
 HandlerChainType WSRFEngineConfigurationType.getSecurityHandlerChain()
          Gets the "SecurityHandlerChain" element
 HandlerChainType WSRFClientConfigurationType.getSecurityHandlerChain()
          Gets the "SecurityHandlerChain" element
static HandlerChainType HandlerChainType.Factory.newInstance()
           
static HandlerChainType HandlerChainType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static HandlerChainType HandlerChainType.Factory.parse(File file)
           
static HandlerChainType HandlerChainType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static HandlerChainType HandlerChainType.Factory.parse(InputStream is)
           
static HandlerChainType HandlerChainType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static HandlerChainType HandlerChainType.Factory.parse(Node node)
           
static HandlerChainType HandlerChainType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static HandlerChainType HandlerChainType.Factory.parse(Reader r)
           
static HandlerChainType HandlerChainType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static HandlerChainType HandlerChainType.Factory.parse(String xmlAsString)
           
static HandlerChainType HandlerChainType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static HandlerChainType HandlerChainType.Factory.parse(URL u)
           
static HandlerChainType HandlerChainType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static HandlerChainType HandlerChainType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static HandlerChainType HandlerChainType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static HandlerChainType HandlerChainType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static HandlerChainType HandlerChainType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ogf.graap.wsag4j.types.configuration with parameters of type HandlerChainType
 void WSRFEngineConfigurationType.setSecurityHandlerChain(HandlerChainType securityHandlerChain)
          Sets the "SecurityHandlerChain" element
 void WSRFClientConfigurationType.setSecurityHandlerChain(HandlerChainType securityHandlerChain)
          Sets the "SecurityHandlerChain" element
 

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

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

Methods in org.ogf.graap.wsag4j.types.configuration.impl that return HandlerChainType
 HandlerChainType WSRFEngineConfigurationTypeImpl.addNewSecurityHandlerChain()
          Appends and returns a new empty "SecurityHandlerChain" element
 HandlerChainType WSRFClientConfigurationTypeImpl.addNewSecurityHandlerChain()
          Appends and returns a new empty "SecurityHandlerChain" element
 HandlerChainType WSRFEngineConfigurationTypeImpl.getSecurityHandlerChain()
          Gets the "SecurityHandlerChain" element
 HandlerChainType WSRFClientConfigurationTypeImpl.getSecurityHandlerChain()
          Gets the "SecurityHandlerChain" element
 

Methods in org.ogf.graap.wsag4j.types.configuration.impl with parameters of type HandlerChainType
 void WSRFEngineConfigurationTypeImpl.setSecurityHandlerChain(HandlerChainType securityHandlerChain)
          Sets the "SecurityHandlerChain" element
 void WSRFClientConfigurationTypeImpl.setSecurityHandlerChain(HandlerChainType securityHandlerChain)
          Sets the "SecurityHandlerChain" element
 



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