Uses of Class
com.ebmwebsourcing.wsstar.addressing.definition.api.WSAddressingReader.FeatureConstants

Packages that use WSAddressingReader.FeatureConstants
com.ebmwebsourcing.wsstar.addressing.definition.api   
com.ebmwebsourcing.wsstar.addressing.definition.impl   
 

Uses of WSAddressingReader.FeatureConstants in com.ebmwebsourcing.wsstar.addressing.definition.api
 

Methods in com.ebmwebsourcing.wsstar.addressing.definition.api that return WSAddressingReader.FeatureConstants
static WSAddressingReader.FeatureConstants WSAddressingReader.FeatureConstants.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WSAddressingReader.FeatureConstants[] WSAddressingReader.FeatureConstants.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

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

Uses of WSAddressingReader.FeatureConstants in com.ebmwebsourcing.wsstar.addressing.definition.impl
 

Fields in com.ebmwebsourcing.wsstar.addressing.definition.impl with type parameters of type WSAddressingReader.FeatureConstants
protected  java.util.Map<WSAddressingReader.FeatureConstants,java.lang.Object> EndpointReferenceTypeImpl.features
          Features
 

Methods in com.ebmwebsourcing.wsstar.addressing.definition.impl that return types with arguments of type WSAddressingReader.FeatureConstants
 java.util.Map<WSAddressingReader.FeatureConstants,java.lang.Object> WSAddressingReaderImpl.getFeatures()
           
 java.util.Map<WSAddressingReader.FeatureConstants,java.lang.Object> EndpointReferenceTypeImpl.getFeatures()
           
 

Methods in com.ebmwebsourcing.wsstar.addressing.definition.impl with parameters of type WSAddressingReader.FeatureConstants
 java.lang.Object WSAddressingReaderImpl.getFeature(WSAddressingReader.FeatureConstants name)
           
 void WSAddressingReaderImpl.setFeature(WSAddressingReader.FeatureConstants name, java.lang.Object value)
           
 

Method parameters in com.ebmwebsourcing.wsstar.addressing.definition.impl with type arguments of type WSAddressingReader.FeatureConstants
 void WSAddressingReaderImpl.setFeatures(java.util.Map<WSAddressingReader.FeatureConstants,java.lang.Object> features)
           
 void EndpointReferenceTypeImpl.setFeatures(java.util.Map<WSAddressingReader.FeatureConstants,java.lang.Object> features)
           
 

Constructor parameters in com.ebmwebsourcing.wsstar.addressing.definition.impl with type arguments of type WSAddressingReader.FeatureConstants
EndpointReferenceTypeImpl(java.net.URI baseURI, EndpointReferenceType model, java.util.Map<WSAddressingReader.FeatureConstants,java.lang.Object> features)
           
 



Copyright © 2009-2011 eBM Websourcing. All Rights Reserved.