| java.lang.Object com.nabhinc.ws.soap.WSDLProcessor
WSDLProcessor | public class WSDLProcessor (Code) | | Handles requests for WSDL documents corresponding to the services hosted by
this server
author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. All Rights Reserved. |
OPTION_EXTRACLASSES | final public static String OPTION_EXTRACLASSES(Code) | | |
OPTION_WSDL_INPUTSCHEMA | final public static String OPTION_WSDL_INPUTSCHEMA(Code) | | |
OPTION_WSDL_PORTTYPE | final public static String OPTION_WSDL_PORTTYPE(Code) | | |
OPTION_WSDL_SERVICEELEMENT | final public static String OPTION_WSDL_SERVICEELEMENT(Code) | | |
OPTION_WSDL_SERVICEPORT | final public static String OPTION_WSDL_SERVICEPORT(Code) | | |
OPTION_WSDL_SOAPACTION_MODE | final public static String OPTION_WSDL_SOAPACTION_MODE(Code) | | |
OPTION_WSDL_TARGETNAMESPACE | final public static String OPTION_WSDL_TARGETNAMESPACE(Code) | | |
updateSoapAddressLocationURLs | protected void updateSoapAddressLocationURLs(Document wsdlDoc, String endpointURL) throws WebServiceException(Code) | | Updates the soap:address locations for all ports in the WSDL using the URL from the request as
the base portion for the updated locations, ensuring the WSDL returned to the client contains
the correct location URL.
Parameters: wsdlDoc - the WSDL as a DOM document Parameters: msgContext - the current Axis JAX-RPC message context throws: AxisFault - if we fail to obtain the list of deployed service names from the server config |
|
|