BEA Systems, Inc.

weblogic.jws.security
Interface UserDataConstraint

All Superinterfaces:
Annotation

@Retention(value=RUNTIME)
@Target(value=TYPE)
public interface UserDataConstraint
extends Annotation

Define user-data-constraint element in web.xml. The user-data-constraint element defines how data communicated between the client and the server should be protected. Copyright (c) 2004 by BEA Systems. All Rights Reserved.


Nested Class Summary
static class UserDataConstraint.Transport
          Transport-Guarantee element "NONE" -- The application does not require any transport guarantees "INTEGRAL" -- The application requires that the data be sent between the client and server in such a way that it cannot be changed in transit.
 
Method Summary
 UserDataConstraint.Transport transport()
          Specifies data security requirements for communications between the client and the server
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Method Detail

transport

UserDataConstraint.Transport transport()
Specifies data security requirements for communications between the client and the server


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs100
Copyright 2006 BEA Systems Inc.