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

Part Number E27170-02

weblogic.jws.jaxws
Class WssConfigurationFeature

java.lang.Object
  extended by javax.xml.ws.WebServiceFeature
      extended by weblogic.jws.jaxws.WssConfigurationFeature

public class WssConfigurationFeature
extends WebServiceFeature


Field Summary
static String ID
          Constant value identifying the WssConfigurationFeature
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
WssConfigurationFeature(boolean enabled, String value)
           
 
Method Summary
 String getID()
           
 String getValue()
           
 
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 String ID
Constant value identifying the WssConfigurationFeature

See Also:
Constant Field Values
Constructor Detail

WssConfigurationFeature

public WssConfigurationFeature(boolean enabled,
                               String value)
Method Detail

getID

public String getID()
Specified by:
getID in class WebServiceFeature

getValue

public String getValue()

Copyright 1996, 2013, 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.2)

Part Number E27170-02