org.ow2.frascati.wsdl
Class WsdlCompilerFcSR

java.lang.Object
  extended by org.ow2.frascati.tinfi.osoa.CallableReferenceImpl<B>
      extended by org.ow2.frascati.tinfi.osoa.ServiceReferenceImpl<WsdlCompiler>
          extended by org.ow2.frascati.wsdl.WsdlCompilerFcSR
All Implemented Interfaces:
org.osoa.sca.CallableReference<WsdlCompiler>, org.osoa.sca.ServiceReference<WsdlCompiler>, WsdlCompiler

public class WsdlCompilerFcSR
extends org.ow2.frascati.tinfi.osoa.ServiceReferenceImpl<WsdlCompiler>
implements WsdlCompiler


Field Summary
 
Fields inherited from class org.ow2.frascati.tinfi.osoa.CallableReferenceImpl
callbackID
 
Constructor Summary
WsdlCompilerFcSR(java.lang.Class<WsdlCompiler> businessInterface, WsdlCompiler service)
           
 
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.ow2.frascati.tinfi.osoa.ServiceReferenceImpl
getCallback, getConversationID, setCallback, setCallbackID, setConversationID
 
Methods inherited from class org.ow2.frascati.tinfi.osoa.CallableReferenceImpl
getBusinessInterface, getCallbackID, getConversation, getService, isConversational, popConversation, pushConversation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.osoa.sca.CallableReference
getBusinessInterface, getCallbackID, getConversation, getService, isConversational
 

Constructor Detail

WsdlCompilerFcSR

public WsdlCompilerFcSR(java.lang.Class<WsdlCompiler> businessInterface,
                        WsdlCompiler service)
Method Detail

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.