org.mule.providers.soap.axis.transport.vm
Class Handler

java.lang.Object
  extended byjava.net.URLStreamHandler
      extended byorg.mule.providers.soap.axis.transport.vm.Handler

public class Handler
extends URLStreamHandler

A Dummy Url handler for handling vm. This is needed becuase Axis uses urlStreamHandlers to parse non-http urls.

Version:
$Revision: 7976 $
Author:
Ross Mason

Constructor Summary
Handler()
           
 
Method Summary
protected  URLConnection openConnection(URL url)
           
 
Methods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, parseURL, sameFile, setURL, setURL, toExternalForm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Handler

public Handler()
Method Detail

openConnection

protected URLConnection openConnection(URL url)


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