Uses of Class
com.ebmwebsourcing.commons.wsdl.api.WSDLReader.FeatureConstants

Packages that use WSDLReader.FeatureConstants
com.ebmwebsourcing.commons.wsdl   
com.ebmwebsourcing.commons.wsdl.api   
com.ebmwebsourcing.commons.wsdl.api.abstractElmt   
com.ebmwebsourcing.commons.wsdl.impl.wsdl11   
com.ebmwebsourcing.commons.wsdl.impl.wsdl20   
 

Uses of WSDLReader.FeatureConstants in com.ebmwebsourcing.commons.wsdl
 

Method parameters in com.ebmwebsourcing.commons.wsdl with type arguments of type WSDLReader.FeatureConstants
 WSDLReader WSDLFactoryImpl.newWSDLReader(java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features)
          Create a new instance of a WSDLReaderImpl.
abstract  WSDLReader WSDLFactory.newWSDLReader(java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features)
          Create a new instance of a WSDLReaderImpl.
 

Uses of WSDLReader.FeatureConstants in com.ebmwebsourcing.commons.wsdl.api
 

Methods in com.ebmwebsourcing.commons.wsdl.api that return WSDLReader.FeatureConstants
static WSDLReader.FeatureConstants WSDLReader.FeatureConstants.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WSDLReader.FeatureConstants[] WSDLReader.FeatureConstants.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.ebmwebsourcing.commons.wsdl.api that return types with arguments of type WSDLReader.FeatureConstants
 java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> WSDLReader.getFeatures()
          Gets all features.
 

Methods in com.ebmwebsourcing.commons.wsdl.api with parameters of type WSDLReader.FeatureConstants
 java.lang.Object WSDLReader.getFeature(WSDLReader.FeatureConstants name)
          Gets the value of the specified feature.
 void WSDLReader.setFeature(WSDLReader.FeatureConstants name, java.lang.Object value)
          Sets the specified feature to the specified value.
 

Uses of WSDLReader.FeatureConstants in com.ebmwebsourcing.commons.wsdl.api.abstractElmt
 

Fields in com.ebmwebsourcing.commons.wsdl.api.abstractElmt with type parameters of type WSDLReader.FeatureConstants
protected  java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> AbstractDescriptionImpl.features
          Features
 

Methods in com.ebmwebsourcing.commons.wsdl.api.abstractElmt that return types with arguments of type WSDLReader.FeatureConstants
 java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> AbstractWSDLReaderImpl.getFeatures()
           
 java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> AbstractDescriptionImpl.getFeatures()
           
 

Methods in com.ebmwebsourcing.commons.wsdl.api.abstractElmt with parameters of type WSDLReader.FeatureConstants
 java.lang.Object AbstractWSDLReaderImpl.getFeature(WSDLReader.FeatureConstants name)
           
 java.lang.Object AbstractDescriptionImpl.getFeatureValue(WSDLReader.FeatureConstants feature)
           
 void AbstractWSDLReaderImpl.setFeature(WSDLReader.FeatureConstants name, java.lang.Object value)
           
 

Method parameters in com.ebmwebsourcing.commons.wsdl.api.abstractElmt with type arguments of type WSDLReader.FeatureConstants
 void AbstractWSDLReaderImpl.setFeatures(java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features)
           
 void AbstractDescriptionImpl.setFeatures(java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features)
           
 

Constructor parameters in com.ebmwebsourcing.commons.wsdl.api.abstractElmt with type arguments of type WSDLReader.FeatureConstants
AbstractDescriptionImpl(java.net.URI baseURI, E model, org.jdom.Document doc, java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features)
           
 

Uses of WSDLReader.FeatureConstants in com.ebmwebsourcing.commons.wsdl.impl.wsdl11
 

Constructor parameters in com.ebmwebsourcing.commons.wsdl.impl.wsdl11 with type arguments of type WSDLReader.FeatureConstants
DescriptionImpl(java.net.URI baseURI, TDefinitions definition, org.jdom.Document document, java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features)
           
 

Uses of WSDLReader.FeatureConstants in com.ebmwebsourcing.commons.wsdl.impl.wsdl20
 

Constructor parameters in com.ebmwebsourcing.commons.wsdl.impl.wsdl20 with type arguments of type WSDLReader.FeatureConstants
DescriptionImpl(java.net.URI baseURI, DescriptionType description, org.jdom.Document document, java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features)
           
 



Copyright © 2008 eBM WebSourcing. All Rights Reserved.