|
JAX-WS v2.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.ws.WebServiceFeature
public abstract class WebServiceFeature
A WebServiceFeature is used to represent a feature that can be enabled or disabled for a web service.
The JAX-WS specification will define some standard features and JAX-WS implementors are free to define additional features if necessary. Vendor specific features may not be portable so caution should be used when using them.
RespectBindingFeature
,
AddressingFeature
,
MTOMFeature
Field Summary | |
---|---|
protected boolean |
enabled
Specifies if the feature is enabled or disabled |
Constructor Summary | |
---|---|
WebServiceFeature()
|
Method Summary | |
---|---|
abstract java.lang.String |
getID()
Get the unique identifier for this WebServiceFeature. |
boolean |
isEnabled()
Returns true if this feature is enabled. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean enabled
Constructor Detail |
---|
public WebServiceFeature()
Method Detail |
---|
public abstract java.lang.String getID()
public boolean isEnabled()
true
if this feature is enabled.
true
if and only if the feature is enabled .
|
JAX-WS v2.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2006 by Sun Microsystems, Inc., 4150 Network Circle,
Santa Clara, California 95054, U.S.A. All Rights Reserved.