org.ow2.frascati.wsdl
Class WsdlCompilerInterceptorSCAIntent

java.lang.Object
  extended by org.ow2.frascati.tinfi.TinfiComponentInterceptor<WsdlCompiler>
      extended by org.ow2.frascati.wsdl.WsdlCompilerInterceptorSCAIntent
All Implemented Interfaces:
org.objectweb.fractal.julia.Controller, org.objectweb.fractal.julia.Interceptor, WsdlCompiler

public class WsdlCompilerInterceptorSCAIntent
extends TinfiComponentInterceptor<WsdlCompiler>
implements WsdlCompiler, org.objectweb.fractal.julia.Interceptor


Field Summary
 
Fields inherited from class org.ow2.frascati.tinfi.TinfiComponentInterceptor
impl, intentHandlersMap, methods
 
Constructor Summary
WsdlCompilerInterceptorSCAIntent()
           
 
Method Summary
 java.lang.Object clone()
           
 void compileWSDL(java.lang.String arg0, ProcessingContext arg1)
          Compile a WSDL definition.
 void initFcController(org.objectweb.fractal.julia.InitializationContext ic)
           
 javax.wsdl.Definition readWSDL(java.lang.String arg0)
          Get a WSDL definition.
 
Methods inherited from class org.ow2.frascati.tinfi.TinfiComponentInterceptor
addIntentHandler, addIntentHandler, getFcCompCtxCtrlItf, getFcItf, getFcItfDelegate, getMethods, initFcClone, initIntentHandlersMap, listIntentHandler, listIntentHandler, pushFcAndGet, releaseFcAndPop, removeIntentHandler, removeIntentHandler, setFcItf, setFcItfDelegate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.objectweb.fractal.julia.Interceptor
getFcItfDelegate, setFcItfDelegate
 

Constructor Detail

WsdlCompilerInterceptorSCAIntent

public WsdlCompilerInterceptorSCAIntent()
Method Detail

initFcController

public void initFcController(org.objectweb.fractal.julia.InitializationContext ic)
                      throws org.objectweb.fractal.api.factory.InstantiationException
Specified by:
initFcController in interface org.objectweb.fractal.julia.Controller
Overrides:
initFcController in class TinfiComponentInterceptor<WsdlCompiler>
Throws:
org.objectweb.fractal.api.factory.InstantiationException

clone

public java.lang.Object clone()
Specified by:
clone in interface org.objectweb.fractal.julia.Interceptor
Specified by:
clone in class TinfiComponentInterceptor<WsdlCompiler>

readWSDL

public javax.wsdl.Definition readWSDL(java.lang.String arg0)
                               throws javax.wsdl.WSDLException
Description copied from interface: WsdlCompiler
Get a WSDL definition.

Specified by:
readWSDL in interface WsdlCompiler
Throws:
javax.wsdl.WSDLException

compileWSDL

public void compileWSDL(java.lang.String arg0,
                        ProcessingContext arg1)
                 throws java.lang.Exception
Description copied from interface: WsdlCompiler
Compile a WSDL definition.

Specified by:
compileWSDL in interface WsdlCompiler
Throws:
java.lang.Exception


Copyright © 2007-2010 OW2 Consortium. All Rights Reserved.