com.sun.xml.ws.security.impl.policy
Class SecurityFeatureConfigurator.SecurityStickyFeature

java.lang.Object
  extended by javax.xml.ws.WebServiceFeature
      extended by com.sun.xml.ws.security.impl.policy.SecurityFeatureConfigurator.SecurityStickyFeature
All Implemented Interfaces:
com.sun.xml.ws.api.ha.StickyFeature
Enclosing class:
SecurityFeatureConfigurator

public static final class SecurityFeatureConfigurator.SecurityStickyFeature
extends javax.xml.ws.WebServiceFeature
implements com.sun.xml.ws.api.ha.StickyFeature


Field Summary
static java.lang.String ID
           
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
SecurityFeatureConfigurator.SecurityStickyFeature()
           
 
Method Summary
 java.lang.String getID()
           
 boolean isNonceManagerUsed()
           
 boolean isScUsed()
           
 void nonceManagerUsed()
           
 void scUsed()
           
 
Methods inherited from class javax.xml.ws.WebServiceFeature
isEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final java.lang.String ID
Constructor Detail

SecurityFeatureConfigurator.SecurityStickyFeature

public SecurityFeatureConfigurator.SecurityStickyFeature()
Method Detail

getID

public java.lang.String getID()
Specified by:
getID in class javax.xml.ws.WebServiceFeature

isNonceManagerUsed

public boolean isNonceManagerUsed()

nonceManagerUsed

public void nonceManagerUsed()

isScUsed

public boolean isScUsed()

scUsed

public void scUsed()


Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.