|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={TYPE,METHOD,FIELD}) @Documented @WebServiceFeatureAnnotation(id="http://jax-ws.java.net/features/serialization", bean=SerializationFeature.class) public @interface Serialization
Configures various aspects of serialization like encoding
for e.g.: @WebService @Serialization(encoding="Shift_JIS") public class HelloImpl { ... }
SerializationFeature
Optional Element Summary | |
---|---|
String |
encoding
Turns validation on/off for inbound messages |
public abstract String encoding
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |