Interface SyncWebServiceClientFactory
-
@Deprecated public interface SyncWebServiceClientFactoryDeprecated.A factory forSyncWebServiceClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description SyncWebServiceClientcreate(java.lang.String wsdl)Deprecated.Creates aSyncWebServiceClientfrom a WSDL
-
-
-
Method Detail
-
create
SyncWebServiceClient create(java.lang.String wsdl)
Deprecated.Creates aSyncWebServiceClientfrom a WSDL- Parameters:
wsdl- the WSDL to be used in theSyncWebServiceClient- Returns:
- the new instance of
SyncWebServiceClient
-
-