Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

weblogic.jws.jaxws.client
Interface ClientIdentityFeature.ParentIdCalculator

Enclosing class:
ClientIdentityFeature

Deprecated.

public static interface ClientIdentityFeature.ParentIdCalculator

Used to calculate the ID value for a parent of a client instance. This parent ID is used as a prefix for the client identity used for a client instance. This calculation is platform/container specific, and hence we will not know ahead of time which calculator types will be available.


Method Summary
 String calculateParentId(ClientIdentityFeature feature)
          Deprecated.  
 

Method Detail

calculateParentId

String calculateParentId(ClientIdentityFeature feature)
Deprecated. 

Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02