Examples of addImplementedProperty()


Examples of org.apache.ws.resource.tool.velocity.ServiceProperties.addImplementedProperty()

      // tell service props which properties we handle for the user...
      if ( isNotificationProducer( resourceDef ) )
      {
         serviceProps.addImplementedProperty( NotificationProducerPortType.PROP_QNAME_FIXED_TOPIC_SET );
         serviceProps.addImplementedProperty( NotificationProducerPortType.PROP_QNAME_TOPIC );
         serviceProps.addImplementedProperty( NotificationProducerPortType.PROP_QNAME_TOPIC_EXPRESSION_DIALECTS );
         serviceProps.addSpringBeanDefIncludeLocation( "templates/producer-spring-beans.xml.vm" );
      }

      return serviceProps;
   }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.