Skip to content

A z/OS Connect Interceptor which demonstrates how to build an interceptor and include it as part of a z/OS Connect configuration.

License

Notifications You must be signed in to change notification settings

alexwoodgate/zosconnect-sample-interceptor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sample z/OS Connect Enterprise Edition Interceptor

A z/OS Connect Enterprise Edition (EE) Interceptor which demonstrates how to build an interceptor and include it as part of a z/OS Connect configuration.

Installing

  • Clone this repository git clone git://github.com/zosconnect/zosconnect-sample-interceptor.git
  • Install the feature into your z/OS Connect EE environment wlp/bin/featureManager install sample-interceptor.esa

Configuring

  • Add the following to the featureManager section
<feature>usr:sampleinterceptor-1.0</feature>
  • Create an interceptor definition
<usr_simpleInterceptor id="simpleInterceptor"/>
<zosconnect_zosConnectInterceptors id="interceptorList" interceptorRef="simpleInterceptor"/>
  • Add the interceptors to the required services.

Updating

If you want to use this sample as the basis of your own interceptor, or add extra functionality to this interceptor then the contents of the src directory can be imported into an Eclipse installation which has the WDT tools installed.

Notice

© Copyright IBM Corporation 2015, 2016

License

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.

About

A z/OS Connect Interceptor which demonstrates how to build an interceptor and include it as part of a z/OS Connect configuration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%