Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-04


oracle.webservices.rm.client
Interface RMSessionLifecycle


public interface RMSessionLifecycle

This interface provides the ability for JAX-WS clients to demarcate WS-RM sequence boundaries. This is useful for scenarios where sequences comprise multiple messages.


Method Summary
 void closeSession()
          Terminate the WS-RM sequence.
 void openSession()
          Initiate a WS-RM sequence.

 

Method Detail

openSession

void openSession()
Initiate a WS-RM sequence.

closeSession

void closeSession()
Terminate the WS-RM sequence.

Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-04


Copyright © 2006, 2010, Oracle and/or its affiliates. All rights reserved..