Package org.apache.ws.notification.base.service.subscriptionManager

Examples of org.apache.ws.notification.base.service.subscriptionManager.SubscriptionManagerRPDocument


   /**
    * @see org.apache.ws.resource.Resource#init()
    */
   public void init(  )
   {
      SubscriptionManagerRPDocument propsDoc        = SubscriptionManagerRPDocument.Factory.newInstance(  );
      ResourcePropertySetMetaData   propSetMetaData =
         new XmlBeansResourcePropertySetMetaData( propsDoc.schemaType(  ), READ_ONLY_PROP_NAMES );
      ResourcePropertySet           propSet = new XmlBeansResourcePropertySet( propsDoc, propSetMetaData );
      setResourcePropertySet( propSet );

      // wsrlw:ScheduledResourceTermination props
      ResourceProperty    prop        =
View Full Code Here

TOP

Related Classes of org.apache.ws.notification.base.service.subscriptionManager.SubscriptionManagerRPDocument

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.