
    /**
     * WSRPServiceSkeleton.java
     *
     * This file was auto-generated from WSDL
     * by the Apache Axis2 version: 1.2 Apr 27, 2007 (04:35:37 IST)
     */
    package com.cisco.csm.nbi;
    /**
     *  WSRPServiceSkeleton java skeleton for the axisService
     */
    public class WSRPServiceSkeleton{
        
         
        /**
         * Auto generated method signature
         
         
                                     * @param getPortletDescription
         */
        

                 public types.v1.wsrp.tc.names.oasis.GetPortletDescriptionResponse getPortletDescription
                  (
                  types.v1.wsrp.tc.names.oasis.GetPortletDescription getPortletDescription
                  )
            throws InvalidUserCategoryException,InconsistentParametersException,InvalidRegistrationException,OperationFailedException,MissingParametersException,AccessDeniedException,InvalidHandleException{
                //Todo fill this with the necessary business logic
                throw new  java.lang.UnsupportedOperationException("Please implement " + this.getClass().getName() + "#getPortletDescription");
        }
     
         
        /**
         * Auto generated method signature
         
         
                                     * @param clonePortlet
         */
        

                 public types.v1.wsrp.tc.names.oasis.ClonePortletResponse clonePortlet
                  (
                  types.v1.wsrp.tc.names.oasis.ClonePortlet clonePortlet
                  )
            throws InvalidUserCategoryException,InconsistentParametersException,InvalidRegistrationException,OperationFailedException,MissingParametersException,AccessDeniedException,InvalidHandleException{
                //Todo fill this with the necessary business logic
                throw new  java.lang.UnsupportedOperationException("Please implement " + this.getClass().getName() + "#clonePortlet");
        }
     
         
        /**
         * Auto generated method signature
         
         
                                     * @param destroyPortlets
         */
        

                 public types.v1.wsrp.tc.names.oasis.DestroyPortletsResponse15 destroyPortlets
                  (
                  types.v1.wsrp.tc.names.oasis.DestroyPortlets destroyPortlets
                  )
            throws InconsistentParametersException,InvalidRegistrationException,OperationFailedException,MissingParametersException{
                //Todo fill this with the necessary business logic
                throw new  java.lang.UnsupportedOperationException("Please implement " + this.getClass().getName() + "#destroyPortlets");
        }
     
         
        /**
         * Auto generated method signature
         
         
                                     * @param setPortletProperties
         */
        

                 public types.v1.wsrp.tc.names.oasis.SetPortletPropertiesResponse setPortletProperties
                  (
                  types.v1.wsrp.tc.names.oasis.SetPortletProperties setPortletProperties
                  )
            throws InvalidUserCategoryException,InconsistentParametersException,InvalidRegistrationException,OperationFailedException,MissingParametersException,AccessDeniedException,InvalidHandleException{
                //Todo fill this with the necessary business logic
                throw new  java.lang.UnsupportedOperationException("Please implement " + this.getClass().getName() + "#setPortletProperties");
        }
     
         
        /**
         * Auto generated method signature
         
         
                                     * @param getPortletProperties
         */
        

                 public types.v1.wsrp.tc.names.oasis.GetPortletPropertiesResponse getPortletProperties
                  (
                  types.v1.wsrp.tc.names.oasis.GetPortletProperties getPortletProperties
                  )
            throws InvalidUserCategoryException,InconsistentParametersException,InvalidRegistrationException,OperationFailedException,MissingParametersException,AccessDeniedException,InvalidHandleException{
                //Todo fill this with the necessary business logic
                throw new  java.lang.UnsupportedOperationException("Please implement " + this.getClass().getName() + "#getPortletProperties");
        }
     
         
        /**
         * Auto generated method signature
         
         
                                     * @param getPortletPropertyDescription
         */
        

                 public types.v1.wsrp.tc.names.oasis.GetPortletPropertyDescriptionResponse getPortletPropertyDescription
                  (
                  types.v1.wsrp.tc.names.oasis.GetPortletPropertyDescription getPortletPropertyDescription
                  )
            throws InvalidUserCategoryException,InconsistentParametersException,InvalidRegistrationException,OperationFailedException,MissingParametersException,AccessDeniedException,InvalidHandleException{
                //Todo fill this with the necessary business logic
                throw new  java.lang.UnsupportedOperationException("Please implement " + this.getClass().getName() + "#getPortletPropertyDescription");
        }
     
    }
    