com.sun.xml.ws.security.secconv
Class WSSCFactory

java.lang.Object
  extended by com.sun.xml.ws.security.secconv.WSSCFactory

public class WSSCFactory
extends java.lang.Object

A Factory for creating WS-SecureConversation contract instances.


Method Summary
static WSSCPlugin newSCPlugin()
           
static WSSCClientContract newWSSCClientContract()
           
static WSSCContract newWSSCContract(WSSCVersion wsscVer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newSCPlugin

public static WSSCPlugin newSCPlugin()

newWSSCContract

public static WSSCContract newWSSCContract(WSSCVersion wsscVer)

newWSSCClientContract

public static WSSCClientContract newWSSCClientContract()