org.apache.openejb.jee.sun
Class MessageSecurity

java.lang.Object
  extended by org.apache.openejb.jee.sun.MessageSecurity

public class MessageSecurity
extends java.lang.Object


Field Summary
protected  java.util.List<Message> message
           
protected  RequestProtection requestProtection
           
protected  ResponseProtection responseProtection
           
 
Constructor Summary
MessageSecurity()
           
 
Method Summary
 java.util.List<Message> getMessage()
           
 RequestProtection getRequestProtection()
           
 ResponseProtection getResponseProtection()
           
 void setRequestProtection(RequestProtection value)
           
 void setResponseProtection(ResponseProtection value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

message

protected java.util.List<Message> message

requestProtection

protected RequestProtection requestProtection

responseProtection

protected ResponseProtection responseProtection
Constructor Detail

MessageSecurity

public MessageSecurity()
Method Detail

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.