blob: 5eb62d937b5d907e9c1ba47e88ff57fbbf0b9659 [file] [log] [blame]
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you 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.
-->
<html>
<body>
<p>The client connection interface (&quot;CCI&quot;) provides a
uniform mechanism for accessing services hosted inside the ODE
container from objects outside the container. For example,
through the CCI a client can connect to a running BPEL service
to inspect the state of a process instance; similarly, a Servlet
may use the CCI to notify a ODE SOAP service that a new message
has arrived.</p>
<p>The CCI supports marshalling of invocations for arbitrary
interfaces that are defined by each particular service provider.
Both blocking and non-blocking operations are supported.</p>
</body>
</html>