public class SecurityPluginUtil extends Object
| Constructor and Description |
|---|
SecurityPluginUtil(String config,
String port,
boolean isStub) |
| Modifier and Type | Method and Description |
|---|---|
void |
_preHandlingHook(com.sun.xml.rpc.client.StreamingSenderState state) |
boolean |
_preRequestSendingHook(com.sun.xml.rpc.client.StreamingSenderState state) |
javax.xml.rpc.soap.SOAPFaultException |
getSOAPFaultException(WssSoapFaultException sfe) |
void |
postResponseWritingHook(com.sun.xml.rpc.server.StreamingHandlerState state) |
boolean |
preHandlingHook(com.sun.xml.rpc.server.StreamingHandlerState state) |
void |
prepareMessageForMUCheck(SOAPMessage message) |
void |
restoreMessageAfterMUCheck(SOAPMessage message) |
public void _preHandlingHook(com.sun.xml.rpc.client.StreamingSenderState state)
throws Exception
Exceptionpublic boolean _preRequestSendingHook(com.sun.xml.rpc.client.StreamingSenderState state)
throws Exception
Exceptionpublic boolean preHandlingHook(com.sun.xml.rpc.server.StreamingHandlerState state)
throws Exception
Exceptionpublic void postResponseWritingHook(com.sun.xml.rpc.server.StreamingHandlerState state)
throws Exception
Exceptionpublic void prepareMessageForMUCheck(SOAPMessage message) throws Exception
Exceptionpublic void restoreMessageAfterMUCheck(SOAPMessage message) throws Exception
Exceptionpublic javax.xml.rpc.soap.SOAPFaultException getSOAPFaultException(WssSoapFaultException sfe)
Copyright © 2005–2017 Oracle Corporation. All rights reserved.