com.sun.xml.rpc.security
Class SecurityPluginUtil

java.lang.Object
  extended by com.sun.xml.rpc.security.SecurityPluginUtil

public class SecurityPluginUtil
extends Object


Constructor Summary
SecurityPluginUtil(String config, String port, boolean isStub)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityPluginUtil

public SecurityPluginUtil(String config,
                          String port,
                          boolean isStub)
                   throws Exception
Throws:
Exception
Method Detail

_preHandlingHook

public void _preHandlingHook(com.sun.xml.rpc.client.StreamingSenderState state)
                      throws Exception
Throws:
Exception

_preRequestSendingHook

public boolean _preRequestSendingHook(com.sun.xml.rpc.client.StreamingSenderState state)
                               throws Exception
Throws:
Exception

preHandlingHook

public boolean preHandlingHook(com.sun.xml.rpc.server.StreamingHandlerState state)
                        throws Exception
Throws:
Exception

postResponseWritingHook

public void postResponseWritingHook(com.sun.xml.rpc.server.StreamingHandlerState state)
                             throws Exception
Throws:
Exception

prepareMessageForMUCheck

public void prepareMessageForMUCheck(SOAPMessage message)
                              throws Exception
Throws:
Exception

restoreMessageAfterMUCheck

public void restoreMessageAfterMUCheck(SOAPMessage message)
                                throws Exception
Throws:
Exception

getSOAPFaultException

public javax.xml.rpc.soap.SOAPFaultException getSOAPFaultException(WssSoapFaultException sfe)


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