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 |