Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
C E G I L O P S T W X

C

call - Variable in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedProcessor
 
cleanUpConcreteTask() - Method in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLInvocationTask
 
configureFor(String) - Method in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedProcessor
Load information from the WSDL parser to populate the input and output vectors and create the Call object
createProcessor(String, ScuflModel) - Method in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedProcessorFactory
Create a new WSDLBasedProcessor and add it to the model

E

elementForProcessor(Processor) - Method in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLXMLHandler
 
execute(Map) - Method in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLInvocationTask
 

G

getCall() - Method in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLInvocationTask
 
getListener(ScavengerTree) - Method in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLScavengerHelper
 
getOperationName() - Method in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedProcessor
Get the operation name for this processor
getProcessorClass() - Method in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedProcessorFactory
Return the Class object for processors that would be created by this factory
getProcessorDescription() - Method in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedProcessorFactory
Return a description of the factory
getProperties() - Method in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedProcessor
Get the properties for this processor for display purposes
getProvenance() - Method in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLInvocationTask
Retrieve provenance information for this task, concrete tasks should overide this method and provide this information as an XML JDOM element
getScavengerDescription() - Method in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLScavengerHelper
 
getSymTabEntry(QName, Class) - Method in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedProcessor
Method getSymTabEntry Search the symbol table for an entry with the specified class and optionally QName.
getWSDLLocation() - Method in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedProcessor
Get the WSDL location for this processor

I

INVOCATION_TIMEOUT - Static variable in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLInvocationTask
 
inNames - Variable in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedProcessor
 
inTypes - Variable in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedProcessor
 

L

loadProcessorFromXML(Element, ScuflModel, String) - Method in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLXMLHandler
 
logger - Static variable in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLInvocationTask
 

O

operationName - Variable in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedProcessor
 
operationName - Variable in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedProcessorFactory
 
operationStyle - Variable in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedProcessorFactory
 
org.embl.ebi.escience.scuflworkers.wsdl - package org.embl.ebi.escience.scuflworkers.wsdl
Provides the processor and helper implementations, allowing Scufl to be extended via a plugin mechanism.
outNames - Variable in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedProcessor
 
outTypes - Variable in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedProcessor
 

P

portTypeName - Variable in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedProcessorFactory
 
provenanceElement - Variable in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLInvocationTask
 

S

selectPort(Map, String) - Method in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedProcessor
Given a map of ports, iterate across it until either a port matching the portName parameter is found or until any port is found with a SOAPAddress extensibility element.
service - Static variable in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLInvocationTask
 

T

targetEndpoint - Variable in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedProcessorFactory
 
toString() - Method in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedProcessorFactory
Return the operation name as the toString result

W

WSDLBasedProcessor - class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedProcessor.
A processor based on an operation defined within a WSDL file accessible to the class at construction time.
WSDLBasedProcessor(ScuflModel, String, String, String) - Constructor for class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedProcessor
Construct a new processor from the given WSDL definition and operation name, delegates to superclass then instantiates ports based on WSDL inspection.
WSDLBasedProcessorFactory - class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedProcessorFactory.
Implementation of ProcessorFactory that creates WSDLBasedProcessor nodes
WSDLBasedProcessorFactory(String, String, String, String) - Constructor for class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedProcessorFactory
Create a new factory with the specified wsdl location, port type name and operation name
WSDLBasedScavenger - class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedScavenger.
A Scavenger that knows how to inspect a given wsdl document for all available port types and operations within them.
WSDLBasedScavenger(String) - Constructor for class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedScavenger
Create a new WSDLBased scavenger, the single parameter should be resolvable to a location from which the wsdl document can be fetched.
WSDLInvocationTask - class org.embl.ebi.escience.scuflworkers.wsdl.WSDLInvocationTask.
The task required to invoke an arbitrary web service.
WSDLInvocationTask(String, Processor, LogLevel, String, String) - Constructor for class org.embl.ebi.escience.scuflworkers.wsdl.WSDLInvocationTask
 
WSDLScavengerHelper - class org.embl.ebi.escience.scuflworkers.wsdl.WSDLScavengerHelper.
Helper for handling WSDL scavengers.
WSDLScavengerHelper() - Constructor for class org.embl.ebi.escience.scuflworkers.wsdl.WSDLScavengerHelper
 
WSDLXMLHandler - class org.embl.ebi.escience.scuflworkers.wsdl.WSDLXMLHandler.
Handles XML store and load for the Soaplab processor
WSDLXMLHandler() - Constructor for class org.embl.ebi.escience.scuflworkers.wsdl.WSDLXMLHandler
 
wsdlLocation - Variable in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedProcessor
 
wsdlLocation - Variable in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedProcessorFactory
 
wsdlParser - Variable in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedProcessor
 

X

xsdTypeToInternalType(String) - Method in class org.embl.ebi.escience.scuflworkers.wsdl.WSDLBasedProcessor
Convert an XSD type into a Baclava type string

C E G I L O P S T W X