Class WSEndpointConfiguration

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware

    @Component
    @Configuration
    @ConditionalOnProperty(name="virtualan.soap.package",
                           matchIfMissing=false)
    public class WSEndpointConfiguration
    extends java.lang.Object
    implements org.springframework.beans.factory.BeanFactoryAware
    This is Soap Virtual Service .
    Author:
    Elan Thangamani
    • Constructor Detail

      • WSEndpointConfiguration

        public WSEndpointConfiguration()
    • Method Detail

      • getWsServiceMockList

        public java.util.Map<java.lang.String,​SoapService> getWsServiceMockList()
      • setBeanFactory

        public void setBeanFactory​(org.springframework.beans.factory.BeanFactory beanFactory)
        Specified by:
        setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
      • loadSoapWSservice

        @PostConstruct
        public void loadSoapWSservice()
                               throws org.xml.sax.SAXException,
                                      javax.xml.parsers.ParserConfigurationException,
                                      javax.xml.xpath.XPathExpressionException,
                                      java.io.IOException,
                                      javassist.CannotCompileException
        Throws:
        org.xml.sax.SAXException
        javax.xml.parsers.ParserConfigurationException
        javax.xml.xpath.XPathExpressionException
        java.io.IOException
        javassist.CannotCompileException
      • main

        public static void main​(java.lang.String[] args)
                         throws org.xml.sax.SAXException,
                                javax.xml.parsers.ParserConfigurationException,
                                javax.xml.xpath.XPathExpressionException,
                                java.io.IOException
        Throws:
        org.xml.sax.SAXException
        javax.xml.parsers.ParserConfigurationException
        javax.xml.xpath.XPathExpressionException
        java.io.IOException
      • eval

        public org.w3c.dom.NodeList eval​(org.w3c.dom.Document doc)
                                  throws javax.xml.xpath.XPathExpressionException
        Throws:
        javax.xml.xpath.XPathExpressionException
      • loadParameters

        public void loadParameters​(java.lang.reflect.Method method,
                                   java.lang.String desc)