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 javax.xml.ws.WebServiceFeature

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


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

BindingTypeFeature

public BindingTypeFeature(java.lang.String bindingId)
Method Detail

getID

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

getBindingId

@ManagedAttribute
public java.lang.String getBindingId()


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