Class SecuredMessage
java.lang.Object
com.sun.xml.ws.security.opt.impl.message.SecuredMessage
- Author:
- K.Venugopal@sun.com
-
Constructor Summary
ConstructorsConstructorDescriptionSecuredMessage(Message msg, SecurityHeader sh) SecuredMessage(Message msg, SecurityHeader sh, SOAPVersion soapVersion) Creates a new instance of SecuredMessage -
Method Summary
Modifier and TypeMethodDescriptiongetAttachment(String uri) getBody()getHeaders(String uri) getHeaders(String localName, String uri) booleanisOneWay()voidvoidreplaceBody(SOAPBody sb) booleanreplaceHeader(Object header1, Object header2) voidvoidvoidvoid
-
Constructor Details
-
SecuredMessage
Creates a new instance of SecuredMessage -
SecuredMessage
-
-
Method Details
-
getSOAPVersion
-
getHeaders
-
setRootElements
-
isOneWay
public boolean isOneWay() -
getHeaders
-
getHeaders
-
replaceHeader
-
getHeader
-
getPayloadNamespaceURI
-
getPayloadLocalPart
-
readPayload
- Throws:
XMLStreamException
-
writePayloadTo
- Throws:
XMLStreamException
-
getBody
- Throws:
XWSSecurityException
-
replaceBody
-
replaceBody
-
getAttachments
-
setAttachments
-
getAttachment
-
writeTo
- Throws:
XMLStreamException
-