com.sun.xml.ws.security.opt.impl.incoming
Class SecurityRecipient

java.lang.Object
  extended by com.sun.xml.ws.security.opt.impl.incoming.SecurityRecipient

public final class SecurityRecipient
extends Object

Author:
K.Venugopal@sun.com

Constructor Summary
SecurityRecipient(XMLStreamReader reader, SOAPVersion soapVersion)
           
SecurityRecipient(XMLStreamReader reader, SOAPVersion soapVersion, AttachmentSet attachSet)
           
 
Method Summary
 void setBodyEpilogue(String bodyEpilogue)
           
 void setBodyPrologue(String bodyPrologue)
           
 Message validateMessage(JAXBFilterProcessingContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityRecipient

public SecurityRecipient(XMLStreamReader reader,
                         SOAPVersion soapVersion)

SecurityRecipient

public SecurityRecipient(XMLStreamReader reader,
                         SOAPVersion soapVersion,
                         AttachmentSet attachSet)
Method Detail

setBodyPrologue

public void setBodyPrologue(String bodyPrologue)

setBodyEpilogue

public void setBodyEpilogue(String bodyEpilogue)

validateMessage

public Message validateMessage(JAXBFilterProcessingContext ctx)
                        throws XWSSecurityException
Throws:
XWSSecurityException


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.