|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WSDLReader.FeatureConstants in org.ow2.easywsdl.wsdl |
---|
Method parameters in org.ow2.easywsdl.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 org.ow2.easywsdl.wsdl.api |
---|
Methods in org.ow2.easywsdl.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 org.ow2.easywsdl.wsdl.api that return types with arguments of type WSDLReader.FeatureConstants | |
---|---|
java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> |
WSDLReader.getFeatures()
Get all features. |
Methods in org.ow2.easywsdl.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. |
Method parameters in org.ow2.easywsdl.wsdl.api with type arguments of type WSDLReader.FeatureConstants | |
---|---|
void |
WSDLReader.setFeatures(java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features)
Set all features. |
Uses of WSDLReader.FeatureConstants in org.ow2.easywsdl.wsdl.api.abstractElmt |
---|
Fields in org.ow2.easywsdl.wsdl.api.abstractElmt with type parameters of type WSDLReader.FeatureConstants | |
---|---|
protected java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> |
AbstractDescriptionImpl.features
Features |
Methods in org.ow2.easywsdl.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 org.ow2.easywsdl.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 org.ow2.easywsdl.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 org.ow2.easywsdl.wsdl.api.abstractElmt with type arguments of type WSDLReader.FeatureConstants | |
---|---|
AbstractDescriptionImpl(java.net.URI baseURI,
E model,
org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl namespaceMapper,
org.ow2.easywsdl.schema.api.extensions.SchemaLocatorImpl schemaLocator,
java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features)
|
Uses of WSDLReader.FeatureConstants in org.ow2.easywsdl.wsdl.impl.wsdl11 |
---|
Constructor parameters in org.ow2.easywsdl.wsdl.impl.wsdl11 with type arguments of type WSDLReader.FeatureConstants | |
---|---|
DescriptionImpl(java.net.URI baseURI,
TDefinitions definition,
org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl namespaceMapper,
org.ow2.easywsdl.schema.api.extensions.SchemaLocatorImpl schemaLocator,
java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features,
java.util.Map<java.net.URI,AbsItfDescription> descriptionImports,
java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports,
WSDLReaderImpl reader)
|
Uses of WSDLReader.FeatureConstants in org.ow2.easywsdl.wsdl.impl.wsdl20 |
---|
Constructor parameters in org.ow2.easywsdl.wsdl.impl.wsdl20 with type arguments of type WSDLReader.FeatureConstants | |
---|---|
DescriptionImpl(java.net.URI baseURI,
DescriptionType description,
org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl namespaceMapper,
org.ow2.easywsdl.schema.api.extensions.SchemaLocatorImpl schemaLocator,
java.util.Map<WSDLReader.FeatureConstants,java.lang.Object> features,
java.util.Map<java.net.URI,AbsItfDescription> descriptionImports,
java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports,
WSDLReaderImpl reader)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |