public interface ProxyServiceFactory
| Modifier and Type | Method and Description |
|---|---|
<ProxyServiceType> |
create(boolean requiresCredentials,
Class<ProxyServiceType> serviceClass,
QName serviceName,
QName endpointName,
String endpointAddress,
Serializable dataObject) |
<ProxyServiceType> ProxyServiceType create(boolean requiresCredentials,
Class<ProxyServiceType> serviceClass,
QName serviceName,
QName endpointName,
String endpointAddress,
Serializable dataObject)
throws UnsupportedOperationException
requiresCredentials - true if credentials will be required and verifiedserviceClass - the class of the type of the Service Endpoint Interface (SEI)serviceName - the QName of the WSDL service the proxy implementsendpointName - the QName of the endpointendpointAddress - address of actual SOAP endpointdataObject - any other properties necessary for proxy such as security objects or
assertionsUnsupportedOperationException - if the implementation cannot verify the credentials
requested in the requiresCredentials paramThis work is licensed under a Creative Commons Attribution 4.0 International License.