org.ow2.frascati.wsdl
Class WsdlCompilerFcInItf
java.lang.Object
org.objectweb.fractal.julia.BasicComponentInterface
org.ow2.frascati.tinfi.TinfiComponentInterface<WsdlCompiler>
org.ow2.frascati.wsdl.WsdlCompilerFcInItf
- All Implemented Interfaces:
- org.objectweb.fractal.api.Interface, org.objectweb.fractal.julia.ComponentInterface, WsdlCompiler
- Direct Known Subclasses:
- WsdlCompilerFcOutItf
public class WsdlCompilerFcInItf
- extends TinfiComponentInterface<WsdlCompiler>
- implements WsdlCompiler
| Fields inherited from class org.objectweb.fractal.julia.BasicComponentInterface |
flags, name, owner, type |
|
Constructor Summary |
WsdlCompilerFcInItf()
|
WsdlCompilerFcInItf(org.objectweb.fractal.api.Component component,
java.lang.String s,
org.objectweb.fractal.api.Type type,
boolean flag,
java.lang.Object obj)
|
|
Method Summary |
void |
compileWSDL(java.lang.String arg0,
ProcessingContext arg1)
Compile a WSDL definition. |
javax.wsdl.Definition |
readWSDL(java.lang.String arg0)
Get a WSDL definition. |
| Methods inherited from class org.objectweb.fractal.julia.BasicComponentInterface |
clone, equals, getFcItfName, getFcItfOwner, getFcItfType, hasFcInterceptor, hashCode, isFcInternalItf, setFcItfName, updateFcState |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
WsdlCompilerFcInItf
public WsdlCompilerFcInItf()
WsdlCompilerFcInItf
public WsdlCompilerFcInItf(org.objectweb.fractal.api.Component component,
java.lang.String s,
org.objectweb.fractal.api.Type type,
boolean flag,
java.lang.Object obj)
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.