com.sun.xml.rpc.security
Class SecurityPluginUtil

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

public class SecurityPluginUtil
extends java.lang.Object


Constructor Summary
SecurityPluginUtil(java.lang.String config, java.lang.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(javax.xml.soap.SOAPMessage message)
           
 void restoreMessageAfterMUCheck(javax.xml.soap.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(java.lang.String config,
                          java.lang.String port,
                          boolean isStub)
                   throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

_preHandlingHook

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

_preRequestSendingHook

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

preHandlingHook

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

postResponseWritingHook

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

prepareMessageForMUCheck

public void prepareMessageForMUCheck(javax.xml.soap.SOAPMessage message)
                              throws java.lang.Exception
Throws:
java.lang.Exception

restoreMessageAfterMUCheck

public void restoreMessageAfterMUCheck(javax.xml.soap.SOAPMessage message)
                                throws java.lang.Exception
Throws:
java.lang.Exception

getSOAPFaultException

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


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