Package org.apache.ws.eventing.porttype.impl

Examples of org.apache.ws.eventing.porttype.impl.SimpleNotificationPortTypeImpl


    * @param resp DOCUMENT_ME
    */
   public void filter( org.apache.axis.message.SOAPEnvelope req,
                       org.apache.axis.message.SOAPEnvelope resp )
   {
      new SimpleNotificationPortTypeImpl(  ).filter( req, resp );
   }
View Full Code Here

TOP

Related Classes of org.apache.ws.eventing.porttype.impl.SimpleNotificationPortTypeImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.