Deprecated API


Contents
Deprecated Interfaces
org.apache.wsif.compiler.schema.tools.SchemaType
            
 

Deprecated Classes
org.apache.wsif.compiler.schema.tools.ClassField
            
org.apache.wsif.compiler.schema.tools.ClassFile
            
org.apache.wsif.compiler.schema.tools.Conventions
            
org.apache.wsif.compiler.schema.tools.Schema2Java
            
org.apache.wsif.compiler.schema.tools.SchemaAny
            
org.apache.wsif.compiler.schema.tools.SchemaAnyAttribute
            
org.apache.wsif.compiler.schema.tools.SchemaAttribute
            
org.apache.wsif.compiler.schema.tools.SchemaAttributeGroup
            
org.apache.wsif.compiler.schema.tools.SchemaComplexType
            
org.apache.wsif.compiler.schema.tools.SchemaElement
            
org.apache.wsif.compiler.schema.tools.SchemaGroup
            
org.apache.wsif.compiler.schema.tools.SchemaMGS
            
org.apache.wsif.compiler.schema.tools.SchemaSimpleType
            
org.apache.wsif.compiler.util.StreamFactory
            
org.apache.wsif.compiler.util.TypeMapping
            
org.apache.wsif.compiler.util.Utils
            
 

Deprecated Exceptions
org.apache.wsif.compiler.schema.SchemaException
            
 

Deprecated Fields
org.apache.wsif.WSIFConstants.CONTEXT_SOAP_HEADERS
          use CONTEXT_REQUEST_SOAP_HEADERS 
 

Deprecated Methods
org.apache.wsif.WSIFServiceFactory.cachingOn(boolean)
          Use setFeature(WSIFConstants.WSIF_FEATURE_SERVICE_CACHING, new Boolean(true)) or setFeature(WSIFConstants.WSIF_FEATURE_SERVICE_CACHING, new Boolean(false)) instead 
org.apache.wsif.base.WSIFServiceFactoryImpl.cachingOn(boolean)
          Use setFeature(WSIFConstants.WSIF_FEATURE_SERVICE_CACHING, new Boolean(true)) or setFeature(WSIFConstants.WSIF_FEATURE_SERVICE_CACHING, new Boolean(false)) instead 
org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.copy()
          why was this ever made public??? It should only ever be used by the WSIFPort!!! 
org.apache.wsif.providers.soap.apacheaxis.WSIFPort_ApacheAxis.getAxisTransport()
          replaced by getTransport 
org.apache.wsif.wsdl.WSIFWSDLLocatorImpl.getBaseReader()
          Old WSDLLocator method, no longer on the interface 
org.apache.wsif.wsdl.AuthenticatingProxyWSDLLocatorImpl.getBaseReader()
          Old WSDLLocator method, no longer on the interface 
org.apache.wsif.providers.soap.apacheaxis.WSIFPort_ApacheAxis.getDynamicWSIFOperation(String, String, String)
          WSIF clients should use the createOperation methods 
org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.getDynamicWSIFPort()
          use getWSIFPort 
org.apache.wsif.base.WSIFServiceImpl.getDynamicWSIFProvider(String)
          this method is replaced by the getProvider method in the org.apache.util.WSIFPluggableProviders class 
org.apache.wsif.wsdl.WSIFWSDLLocatorImpl.getImportReader(String, String)
          Old WSDLLocator method, no longer on the interface 
org.apache.wsif.wsdl.AuthenticatingProxyWSDLLocatorImpl.getImportReader(String, String)
          Old WSDLLocator method, no longer on the interface 
org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.getOperation()
          use getPortTypeOperation 
org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.getStyle()
          use getOperationStyle 
org.apache.wsif.schema.Parser.getTypeMappings(Definition, Map)
          Use getAllSchemaTypes in combination with a WSIFMapper rather than this method 
org.apache.wsif.schema.Parser.getTypeMappings(Definition, Map, boolean)
          Use getAllSchemaTypes in combination with a WSIFMapper rather than this method 
org.apache.wsif.schema.Parser.getTypeMappings(Definition, Map, boolean, WSDLLocator)
          Use getAllSchemaTypes in combination with a WSIFMapper rather than this method 
org.apache.wsif.schema.Parser.getTypeMappings(Definition, Map, ClassLoader)
          Use getAllSchemaTypes in combination with a WSIFMapper rather than this method 
org.apache.wsif.schema.Parser.getTypeMappings(Definition, Map, ClassLoader, boolean)
          Use getAllSchemaTypes in combination with a WSIFMapper rather than this method 
org.apache.wsif.schema.Parser.getTypeMappings(Definition, Map, WSDLLocator)
          Use getAllSchemaTypes in combination with a WSIFMapper rather than this method 
org.apache.wsif.util.WSIFUtils.getWrappedDocLiteralPart(List, String)
          use org.apache.wsif.providers.ProviderUtils.getWrapperPart 
org.apache.wsif.util.WSIFUtils.isWrappedDocLiteral(List, String)
          use org.apache.wsif.providers.ProviderUtils.isWrappedDocLiteral 
org.apache.wsif.providers.WSIFDynamicTypeMap.mapPackage(String, String)
          Package mappings should now be set with the WSIFMappingConvention 
org.apache.wsif.providers.WSIFDynamicTypeMap.setAllTypes(ArrayList)
          WSIFDynamicTypeMap should no longer be used to hold a list of custom types since the mapPackage functionality has been moved to WSIFMappingConvention 
org.apache.wsif.base.WSIFServiceImpl.setAutoLoadProviders(boolean)
          this method is replaced by the setAutoLoadProviders method in the org.apache.util.WSIFPluggableProviders class 
org.apache.wsif.providers.soap.apacheaxis.WSIFPort_ApacheAxis.setDefinition(Definition)
          should anyone be calling this? 
org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.setDefinition(Definition)
          should anyone be calling this? 
org.apache.wsif.providers.soap.apacheaxis.WSIFPort_ApacheAxis.setDynamicWSIFOperation(String, String, String, WSIFOperation_ApacheAxis)
          should anyone be calling this? 
org.apache.wsif.base.WSIFServiceImpl.setDynamicWSIFProvider(String, WSIFProvider)
          this method is replaced by the overrideDefaultProvider method in the org.apache.util.WSIFPluggableProviders class 
org.apache.wsif.providers.soap.apacheaxis.WSIFPort_ApacheAxis.setEndPoint(URL)
          should anyone be calling this? 
org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.setOperationStyle(String)
          should anyone be doing this? 
org.apache.wsif.providers.soap.apacheaxis.WSIFPort_ApacheAxis.setPort(Port)
          should anyone be calling this? 
org.apache.wsif.providers.soap.apacheaxis.WSIFOperation_ApacheAxis.setStyle(String)
          use setOperationStyle 
org.apache.wsif.util.WSIFUtils.unWrapPart(Part, Definition)
          use org.apache.wsif.providers.ProviderUtils.unWrapPart 
 

Deprecated Constructors
org.apache.wsif.providers.WSIFDynamicTypeMap(ArrayList)
          WSIFDynamicTypeMap should no longer be used to hold a list of custom types since the mapPackage functionality has been moved to WSIFMappingConvention 
 



Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.