|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceLocatorFactory
Factory for ServiceLocator
s.
Method Summary | ||
---|---|---|
|
getServiceLocator(Class<T> serviceInterface,
String wsdlDocumentURL,
String username,
String password)
Returns a ServiceLocator for the specified service interface, WSDL document URL and credentials. |
|
|
getServiceLocator(Class<T> serviceInterface,
String wsdlDocumentURL,
String endpointAddress,
String username,
String password)
Returns a ServiceLocator for the specified service interface, WSDL document URL, credentials and optional endpoint address. |
Method Detail |
---|
<T> ServiceLocator<T> getServiceLocator(Class<T> serviceInterface, String wsdlDocumentURL, String username, String password) throws MalformedURLException
serviceInterface
- the service interfacewsdlDocumentURL
- the WSDL document URLusername
- the user name to connect with. May be nullpassword
- the password to connect with. May be null
MalformedURLException
- if the WSDL document URL is invalid<T> ServiceLocator<T> getServiceLocator(Class<T> serviceInterface, String wsdlDocumentURL, String endpointAddress, String username, String password) throws MalformedURLException
serviceInterface
- the service interfacewsdlDocumentURL
- the WSDL document URLendpointAddress
- the endpoint address. May be nullusername
- the user name to connect with. May be nullpassword
- the password to connect with. May be null
MalformedURLException
- if the WSDL document URL is invalid
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |