org.apache.openejb.jee.sun
Class MessageSecurity
java.lang.Object
org.apache.openejb.jee.sun.MessageSecurity
public class MessageSecurity
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
message
protected java.util.List<Message> message
requestProtection
protected RequestProtection requestProtection
responseProtection
protected ResponseProtection responseProtection
MessageSecurity
public MessageSecurity()
getMessage
public java.util.List<Message> getMessage()
getRequestProtection
public RequestProtection getRequestProtection()
setRequestProtection
public void setRequestProtection(RequestProtection value)
getResponseProtection
public ResponseProtection getResponseProtection()
setResponseProtection
public void setResponseProtection(ResponseProtection value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.