com.sun.xml.ws.developer
Class SerializationFeature
java.lang.Object
javax.xml.ws.WebServiceFeature
com.sun.xml.ws.developer.SerializationFeature
public class SerializationFeature
- extends javax.xml.ws.WebServiceFeature
WebServiceFeature for configuration serialization.
- Since:
- JAX-WS RI 2.2.6
- See Also:
Serialization
|
Field Summary |
static java.lang.String |
ID
Constant value identifying this feature |
| Fields inherited from class javax.xml.ws.WebServiceFeature |
enabled |
| 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 |
ID
public static final java.lang.String ID
- Constant value identifying this feature
- See Also:
- Constant Field Values
SerializationFeature
public SerializationFeature()
SerializationFeature
public SerializationFeature(java.lang.String encoding)
getID
public java.lang.String getID()
- Specified by:
getID in class javax.xml.ws.WebServiceFeature
getEncoding
public java.lang.String getEncoding()
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.