org.mule.transport.cxf.support
Class MuleSecurityManagerCallbackHandler

java.lang.Object
  extended by org.mule.transport.cxf.support.MuleSecurityManagerCallbackHandler
All Implemented Interfaces:
CallbackHandler

public class MuleSecurityManagerCallbackHandler
extends Object
implements CallbackHandler


Constructor Summary
MuleSecurityManagerCallbackHandler()
           
 
Method Summary
 void handle(Callback[] callbacks)
           
 void setSecurityManager(SecurityManager securityManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuleSecurityManagerCallbackHandler

public MuleSecurityManagerCallbackHandler()
Method Detail

handle

public void handle(Callback[] callbacks)
            throws IOException,
                   UnsupportedCallbackException
Specified by:
handle in interface CallbackHandler
Throws:
IOException
UnsupportedCallbackException

setSecurityManager

public void setSecurityManager(SecurityManager securityManager)


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.