| com.nabhinc.ws.server.ServerObjectImpl com.nabhinc.ws.interceptor.security.SecureConnectionChecker
SecureConnectionChecker | public class SecureConnectionChecker extends ServerObjectImpl implements Interceptor(Code) | | Throws WebServiceSecurityException if the connection is not secure.
You can use this interceptor to enfore secure access for certain methods of a
Web service. If you want all operations on a web service to be accessed via
secure channel, it is better to configure the service secure in webservice.xml
file since that will return the secure URL in the WSDL document.
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. All Rights Reserved. |
|
|