com.oracle.webservices.api.databinding
Class DatabindingModeFeature

java.lang.Object
  extended by javax.xml.ws.WebServiceFeature
      extended by com.oracle.webservices.api.databinding.DatabindingModeFeature
All Implemented Interfaces:
ServiceSharedFeatureMarker

public class DatabindingModeFeature
extends WebServiceFeature
implements ServiceSharedFeatureMarker


Nested Class Summary
static class DatabindingModeFeature.Builder
           
 
Field Summary
static String GLASSFISH_JAXB
           
static String ID
          Constant value identifying the DatabindingFeature
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
DatabindingModeFeature(String mode)
           
 
Method Summary
static DatabindingModeFeature.Builder builder()
           
 String getID()
           
 String getMode()
           
 Map<String,Object> getProperties()
           
 
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 DatabindingFeature

See Also:
Constant Field Values

GLASSFISH_JAXB

public static final String GLASSFISH_JAXB
See Also:
Constant Field Values
Constructor Detail

DatabindingModeFeature

public DatabindingModeFeature(String mode)
Method Detail

getMode

public String getMode()

getID

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

getProperties

public Map<String,Object> getProperties()

builder

public static DatabindingModeFeature.Builder builder()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.