org.embl.ebi.escience.scuflworkers.wsdl
Class WSDLBasedProcessorFactory
java.lang.Object
org.embl.ebi.escience.scuflworkers.ProcessorFactory
org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedProcessorFactory
public class WSDLBasedProcessorFactory
- extends ProcessorFactory
Implementation of ProcessorFactory that creates WSDLBasedProcessor nodes
- Author:
- Tom Oinn
|
Constructor Summary |
WSDLBasedProcessorFactory(java.lang.String wsdlLocation,
java.lang.String operationName,
javax.xml.namespace.QName portTypeName)
Create a new factory with the specified wsdl location, port type name and
operation name |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WSDLBasedProcessorFactory
public WSDLBasedProcessorFactory(java.lang.String wsdlLocation,
java.lang.String operationName,
javax.xml.namespace.QName portTypeName)
- Create a new factory with the specified wsdl location, port type name and
operation name
getWSDLLocation
public java.lang.String getWSDLLocation()
getOperationName
public java.lang.String getOperationName()
getPortTypeName
public javax.xml.namespace.QName getPortTypeName()
getProcessorDescription
public java.lang.String getProcessorDescription()
- Return a description of the factory
- Specified by:
getProcessorDescription in class ProcessorFactory
getProcessorClass
public java.lang.Class getProcessorClass()
- Return the Class object for processors that would be created by this
factory
- Specified by:
getProcessorClass in class ProcessorFactory