Package org.bimserver.client.soap
Class SoapBimServerClientFactory
- java.lang.Object
-
- org.bimserver.client.AbstractBimServerClientFactory
-
- org.bimserver.client.soap.SoapBimServerClientFactory
-
- All Implemented Interfaces:
AutoCloseable,org.bimserver.shared.BimServerClientFactory
public class SoapBimServerClientFactory extends AbstractBimServerClientFactory
-
-
Constructor Summary
Constructors Constructor Description SoapBimServerClientFactory(String address, org.bimserver.shared.meta.SServicesMap servicesMap, org.bimserver.emf.MetaDataManager metaDataManager)SoapBimServerClientFactory(org.bimserver.emf.MetaDataManager metaDataManager, String address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BimServerClientcreate(org.bimserver.shared.AuthenticationInfo authenticationInfo)-
Methods inherited from class org.bimserver.client.AbstractBimServerClientFactory
addService, close, create, getHttpClient, getMetaDataManager, getServicesMap
-
-
-
-
Constructor Detail
-
SoapBimServerClientFactory
public SoapBimServerClientFactory(String address, org.bimserver.shared.meta.SServicesMap servicesMap, org.bimserver.emf.MetaDataManager metaDataManager)
-
SoapBimServerClientFactory
public SoapBimServerClientFactory(org.bimserver.emf.MetaDataManager metaDataManager, String address) throws org.bimserver.shared.exceptions.BimServerClientException- Throws:
org.bimserver.shared.exceptions.BimServerClientException
-
-
Method Detail
-
create
public BimServerClient create(org.bimserver.shared.AuthenticationInfo authenticationInfo) throws org.bimserver.shared.exceptions.ServiceException, org.bimserver.shared.ChannelConnectionException
- Throws:
org.bimserver.shared.exceptions.ServiceExceptionorg.bimserver.shared.ChannelConnectionException
-
-