springpython.remoting.hessian
index
/home/gturnquist/spring-python-1.1.x/src/springpython/remoting/hessian/__init__.py

Copyright 2006-2008 SpringSource (http://springsource.com), All Rights Reserved
 
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
 
    http://www.apache.org/licenses/LICENSE-2.0
 
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

 
Package Contents
       
hessianlib

 
Classes
       
__builtin__.object
HessianProxyFactory

 
class HessianProxyFactory(__builtin__.object)
    This is wrapper around a Hessian client proxy. The idea is to inject this object with a 
Hessian service_url, which in turn generates a Hessian client proxy. After that, any
method calls or attribute accessses will be forwarded to the Hessian client proxy.
 
  Methods defined here:
__getattr__(self, name)
__init__(self)
__setattr__(self, name, value)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)