Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.jms.extensions
Class ClientSAFGenerate

java.lang.Object
  extended by weblogic.jms.extensions.ClientSAFGenerate

public class ClientSAFGenerate
extends Object

This is a helper class for generating a SAF Client configuration file. The weblogic.jms.extensions.ClientSAFGenerate utility generates a JMS SAF client configuration file, using either a JMS module file or an existing JMS SAF client configuration file. For more information refer to the client SAF documentation in "Programming Stand-alone Clients".

Usage: java weblogic.jms.extensions.ClientSAFGenerate [ -url server-url ] [ -username name-of-user ] [ -existingClientFile file-path ] [ -moduleFile file-path ['@' plan-path ]]* [ -outputFile file-path ]

See Also:
ClientSAF, ClientSAFEncrypt

Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 


Copyright 1996, 2011, 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
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06