#------------------------------------------------------------------------------- # ============LICENSE_START================================================== # * org.onap.dmaap # * =========================================================================== # * Copyright © 2017 AT&T Intellectual Property. All rights reserved. # * =========================================================================== # * Licensed under the Apache License, Version 2.0 (the "License"); # * you may not use this file except in compliance with the License. # * You may obtain a copy of the License at # * # * http://www.apache.org/licenses/LICENSE-2.0 # * # * Unless required by applicable law or agreed to in writing, software # * distributed under the License is distributed on an "AS IS" BASIS, # * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # * See the License for the specific language governing permissions and # * limitations under the License. # * ============LICENSE_END==================================================== # * # * ECOMP is a trademark and service mark of AT&T Intellectual Property. # * #-------------------------------------------------------------------------------

This package provides the servlets used by the provisioning server for the Data Router application. URLs are from the document URLs for DR Release 1 Version 1.2.

URL Path Summary 
URL Path Symbolic Name Servlet Name Allowed Methods
/ <drFeedsUrl> {@link com.att.research.datarouter.provisioning.DRFeedsServlet} DELETE GET POST PUT
/feed/feedid <feedUrl> {@link com.att.research.datarouter.provisioning.FeedServlet} DELETE GET POST PUT
/publish/feedid <publishUrl> {@link com.att.research.datarouter.provisioning.PublishServlet} DELETE GET POST PUT
/subscribe/feedid <subscribeUrl> {@link com.att.research.datarouter.provisioning.SubscribeServlet} DELETE GET POST PUT
/feedlog/feedid <feedLogUrl> {@link com.att.research.datarouter.provisioning.FeedLogServlet} DELETE GET POST PUT
/subs/subid <subscriptionUrl> {@link com.att.research.datarouter.provisioning.SubscriptionServlet} DELETE GET POST PUT
/sublog/subid <subLogUrl> {@link com.att.research.datarouter.provisioning.SubLogServlet} DELETE GET POST PUT
/internal/* <internalUrl> {@link com.att.research.datarouter.provisioning.InternalServlet} DELETE GET POST PUT
/internal/route/* <routeUrl> {@link com.att.research.datarouter.provisioning.RouteServlet} DELETE GET POST PUT