|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.imolinfo.jbi4cics.webservices.runtime.ServiceCreator
public final class ServiceCreator
Helper class to create XFire service starting from ServiceDescriptor
.
Constructor Summary | |
---|---|
ServiceCreator()
Creates an instance of this class. |
Method Summary | |
---|---|
org.codehaus.xfire.service.Service |
createJbiService(ServiceDescriptor desc,
org.codehaus.xfire.XFire xfire,
javax.xml.namespace.QName interfaceName)
Creates the JBI XFire service from specified parameters. |
org.codehaus.xfire.service.Service |
createService(ServiceDescriptor desc,
org.codehaus.xfire.XFire xfire)
Creates the XFire service from specified parameters. |
javax.wsdl.Definition |
createWsdlFromCopyCobol(java.lang.String copyCobol,
java.lang.String outputCopyCobol,
ServiceDescriptor desc)
Creates a WSDL object from specified copy Cobol. |
static org.codehaus.xfire.XFire |
createXFire(javax.jbi.component.ComponentContext componentContext)
Creates a new XFire instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceCreator()
Method Detail |
---|
public org.codehaus.xfire.service.Service createService(ServiceDescriptor desc, org.codehaus.xfire.XFire xfire)
desc
- the service descriptor.xfire
- the XFire instance to use for creation.
public org.codehaus.xfire.service.Service createJbiService(ServiceDescriptor desc, org.codehaus.xfire.XFire xfire, javax.xml.namespace.QName interfaceName)
desc
- the service descriptor.xfire
- the XFire instance to use for creation.interfaceName
- the interface qualified name.
public javax.wsdl.Definition createWsdlFromCopyCobol(java.lang.String copyCobol, java.lang.String outputCopyCobol, ServiceDescriptor desc) throws Jbi4cicsException
copyCobol
- the copy Cobol to generates the WSDL. Must be
not null
.outputCopyCobol
- the optional output copy Cobol to generates
the WSDL. If null
or blank, is
like to not specify this parameter, so only
copyCobol
will be considered and
will be used for input and for output during
CICS call.desc
- the WSDL descriptor. Must be not
null
.
Jbi4cicsException
- in case of errors that prevent WSDL creation.public static org.codehaus.xfire.XFire createXFire(javax.jbi.component.ComponentContext componentContext)
componentContext
- the JBI component context. May be
null
.
componentContext
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |