com.sun.xml.ws.developer
Class BindingTypeFeature

java.lang.Object
  extended by javax.xml.ws.WebServiceFeature
      extended by com.sun.xml.ws.developer.BindingTypeFeature

@ManagedData
public final class BindingTypeFeature
extends WebServiceFeature

Using this feature, the application could override the binding used by the runtime(usually determined from WSDL).


Field Summary
static String ID
           
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
BindingTypeFeature(String bindingId)
           
 
Method Summary
 String getBindingId()
           
 String getID()
           
 
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
See Also:
Constant Field Values
Constructor Detail

BindingTypeFeature

public BindingTypeFeature(String bindingId)
Method Detail

getID

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

getBindingId

@ManagedAttribute
public String getBindingId()


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.