javax.xml.ws
Class WebServiceFeature

java.lang.Object
  extended by javax.xml.ws.WebServiceFeature

public abstract class WebServiceFeature
extends java.lang.Object

This class is only provided so JaxWS code can be compiled under Java6 update 4 which uses JaxWS 2.1.


Field Summary
protected  boolean enabled
           
 
Constructor Summary
WebServiceFeature()
           
 
Method Summary
abstract  java.lang.String getID()
           
 boolean isEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enabled

protected boolean enabled
Constructor Detail

WebServiceFeature

public WebServiceFeature()
Method Detail

getID

public abstract java.lang.String getID()

isEnabled

public boolean isEnabled()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.