
    /**
     * AgentRequestSkeleton.java
     *
     * This file was auto-generated from WSDL
     * by the Apache Axis2 version: 1.0 May 05, 2006 (12:31:13 IST)
     */
    package org.apache.axis2;
    /**
     *  AgentRequestSkeleton java skeleton for the axisService
     */
    public class AgentRequestSkeleton{
     
		 
        /**
         * Auto generated method signature
         
          * @param param0
         
         */
        public  com.crsoftwareinc.crs.dialer.dto.AgentLoginResponseDTO agentLogin
                  (com.crsoftwareinc.crs.dialer.dto.AgentLoginRequestDTO param0 )
         
           throws org.apache.axis2.AgentRequestSkeleton.DialerFaultMessageException{
                //Todo fill this with the necessary business logic
                throw new  java.lang.UnsupportedOperationException();
        }
     
		 
        /**
         * Auto generated method signature
         
          * @param param2
         
         */
        public  void agentSimple
                  (com.crsoftwareinc.crs.dialer.dto.AgentSimpleActionDTO param2 )
         
           {
                //Todo fill this with the necessary business logic
                
        }
     
         public static class DialerFaultMessageException extends java.rmi.RemoteException{

            private org.apache.axiom.om.OMElement faultMessage;

            public void setFaultMessage(org.apache.axiom.om.OMElement msg){
               faultMessage = msg;
            }

            public org.apache.axiom.om.OMElement getFaultMessage(){
               return faultMessage;
            }
         }
   
    }
    