A B C D F G H I L M N O P Q R S T U V W _

A

AbstractWebServiceClientSink<I> - Class in adams.flow.webservice
Ancestor for webservice clients.
AbstractWebServiceClientSink() - Constructor for class adams.flow.webservice.AbstractWebServiceClientSink
 
AbstractWebServiceClientSinkWithGlobalTransformer<I> - Class in adams.flow.webservice
Ancestor for sinks that use a global transformer to further process the data.
AbstractWebServiceClientSinkWithGlobalTransformer() - Constructor for class adams.flow.webservice.AbstractWebServiceClientSinkWithGlobalTransformer
 
AbstractWebServiceClientSource<O> - Class in adams.flow.webservice
Ancestor for webservice clients.
AbstractWebServiceClientSource() - Constructor for class adams.flow.webservice.AbstractWebServiceClientSource
 
AbstractWebServiceClientSourceWithGlobalTransformer<O> - Class in adams.flow.webservice
Ancestor for webservice source clients that post-process the retrieved data with a subflow.
AbstractWebServiceClientSourceWithGlobalTransformer() - Constructor for class adams.flow.webservice.AbstractWebServiceClientSourceWithGlobalTransformer
 
AbstractWebServiceClientTransformer<I,O> - Class in adams.flow.webservice
Ancestor for webservice clients.
AbstractWebServiceClientTransformer() - Constructor for class adams.flow.webservice.AbstractWebServiceClientTransformer
 
AbstractWebServiceClientTransformerWithGlobalTransformer<I,O> - Class in adams.flow.webservice
Ancestor for transformer webservices, which post-process the received data before passing it on.
AbstractWebServiceClientTransformerWithGlobalTransformer() - Constructor for class adams.flow.webservice.AbstractWebServiceClientTransformerWithGlobalTransformer
 
AbstractWebServiceProvider - Class in adams.flow.webservice
Ancestor for servers providing webservices.
AbstractWebServiceProvider() - Constructor for class adams.flow.webservice.AbstractWebServiceProvider
 
AbstractWebServiceProviderWithGlobalTransformer<I,O> - Class in adams.flow.webservice
Ancestor for webservice providers that processes the incoming request data with a data
AbstractWebServiceProviderWithGlobalTransformer() - Constructor for class adams.flow.webservice.AbstractWebServiceProviderWithGlobalTransformer
 
AbstractWSClient - Class in adams.flow.core
Ancestor for webservice client actors.
AbstractWSClient() - Constructor for class adams.flow.core.AbstractWSClient
 
accepts() - Method in class adams.flow.sink.WSSink
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WSTransformer
Returns the class that the consumer accepts.
accepts() - Method in interface adams.flow.webservice.WebServiceClientConsumer
Returns the classes that are accepted input.
accepts() - Method in class com.example.customerservice.flow.CustomersByName
Returns the classes that are accepted input.
accepts() - Method in class com.example.customerservice.flow.CustomersByNameGlobalTransformer
Returns the classes that are accepted input.
accepts() - Method in class com.example.customerservice.flow.UpdateCustomer
Returns the classes that are accepted input.
adams.flow.core - package adams.flow.core
 
adams.flow.sink - package adams.flow.sink
 
adams.flow.source - package adams.flow.source
 
adams.flow.standalone - package adams.flow.standalone
 
adams.flow.transformer - package adams.flow.transformer
 
adams.flow.webservice - package adams.flow.webservice
 
Adapter1 - Class in org.w3._2001.xmlschema
 
Adapter1() - Constructor for class org.w3._2001.xmlschema.Adapter1
 
Adapter2 - Class in org.w3._2001.xmlschema
 
Adapter2() - Constructor for class org.w3._2001.xmlschema.Adapter2
 
address - Variable in class com.example.customerservice.Customer
 
applyTransformer(I) - Method in class adams.flow.webservice.AbstractWebServiceClientSinkWithGlobalTransformer
Applies the transformer to the data.
applyTransformer(O) - Method in class adams.flow.webservice.AbstractWebServiceClientSourceWithGlobalTransformer
Applies the transformer to the data.
applyTransformer(I) - Method in class adams.flow.webservice.AbstractWebServiceClientTransformerWithGlobalTransformer
Applies the transformer to the data.
applyTransformer(I) - Method in class adams.flow.webservice.AbstractWebServiceProviderWithGlobalTransformer
Applies the transformer to the data.
applyTransformer(I) - Method in interface adams.flow.webservice.GlobalTransformerSupport
Applies the transformer to the data.

B

birthDate - Variable in class com.example.customerservice.Customer
 

C

check() - Method in class adams.flow.webservice.AbstractWebServiceProvider
Performs some initial checks before starting the service.
check() - Method in class adams.flow.webservice.AbstractWebServiceProviderWithGlobalTransformer
Performs some initial checks before starting the service.
checkClient(WebServiceClient) - Method in class adams.flow.core.AbstractWSClient
Checks the client.
checkClient(WebServiceClient) - Method in class adams.flow.sink.WSSink
Checks the client.
checkClient(WebServiceClient) - Method in class adams.flow.source.WSSource
Checks the client.
checkClient(WebServiceClient) - Method in class adams.flow.transformer.WSTransformer
Checks the client.
cleanUp() - Method in class adams.flow.core.AbstractWSClient
Cleans up the actor.
cleanUp() - Method in class adams.flow.standalone.WSServer
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.webservice.AbstractWebServiceClientSink
Cleans up the client.
cleanUp() - Method in class adams.flow.webservice.AbstractWebServiceClientSource
Cleans up the client.
cleanUp() - Method in class adams.flow.webservice.AbstractWebServiceClientTransformer
Cleans up the client.
clientTipText() - Method in class adams.flow.core.AbstractWSClient
Returns the tip text for this property.
com.example.customerservice - package com.example.customerservice
 
com.example.customerservice.flow - package com.example.customerservice.flow
 
com.example.customerservice.server - package com.example.customerservice.server
 
createCustomer() - Method in class com.example.customerservice.ObjectFactory
Create an instance of Customer
createGetCustomersByName() - Method in class com.example.customerservice.ObjectFactory
Create an instance of GetCustomersByName
createGetCustomersByName(GetCustomersByName) - Method in class com.example.customerservice.ObjectFactory
Create an instance of JAXBElement<GetCustomersByName>}
createGetCustomersByNameResponse() - Method in class com.example.customerservice.ObjectFactory
Create an instance of GetCustomersByNameResponse
createGetCustomersByNameResponse(GetCustomersByNameResponse) - Method in class com.example.customerservice.ObjectFactory
Create an instance of JAXBElement<GetCustomersByNameResponse>}
createNoSuchCustomer() - Method in class com.example.customerservice.ObjectFactory
Create an instance of NoSuchCustomer
createNoSuchCustomer(NoSuchCustomer) - Method in class com.example.customerservice.ObjectFactory
Create an instance of JAXBElement<NoSuchCustomer>}
createUpdateCustomer() - Method in class com.example.customerservice.ObjectFactory
Create an instance of UpdateCustomer
createUpdateCustomer(UpdateCustomer) - Method in class com.example.customerservice.ObjectFactory
Create an instance of JAXBElement<UpdateCustomer>}
Customer - Class in com.example.customerservice
Java class for customer complex type.
Customer() - Constructor for class com.example.customerservice.Customer
 
customer - Variable in class com.example.customerservice.UpdateCustomer
 
customerId - Variable in class com.example.customerservice.Customer
 
customerName - Variable in class com.example.customerservice.NoSuchCustomer
 
customerNameTipText() - Method in class com.example.customerservice.flow.CustomersByName
Returns the tip text for this property.
customerNameTipText() - Method in class com.example.customerservice.flow.CustomersByNameGlobalTransformer
Returns the tip text for this property.
customerNameTipText() - Method in class com.example.customerservice.flow.UpdateCustomer
Returns the tip text for this property.
CustomersByName - Class in com.example.customerservice.flow
Simple client for querying customer names.
CustomersByName() - Constructor for class com.example.customerservice.flow.CustomersByName
 
CustomersByNameGlobalTransformer - Class in com.example.customerservice.flow
Simple client for querying customer names and post-processing the names with a global transformer.
CustomersByNameGlobalTransformer() - Constructor for class com.example.customerservice.flow.CustomersByNameGlobalTransformer
 
CustomerService - Interface in com.example.customerservice
This class was generated by Apache CXF 2.6.1 2012-09-28T23:49:16.335+12:00 Generated source version: 2.6.1
CustomerServiceImpl - Class in com.example.customerservice.server
 
CustomerServiceImpl(CustomerServiceWS) - Constructor for class com.example.customerservice.server.CustomerServiceImpl
Initializes the service.
CustomerServicePort - Static variable in class com.example.customerservice.CustomerServiceService
 
CustomerServiceService - Class in com.example.customerservice
This class was generated by Apache CXF 2.6.1 2012-09-28T23:49:16.357+12:00 Generated source version: 2.6.1
CustomerServiceService(URL) - Constructor for class com.example.customerservice.CustomerServiceService
 
CustomerServiceService(URL, QName) - Constructor for class com.example.customerservice.CustomerServiceService
 
CustomerServiceService() - Constructor for class com.example.customerservice.CustomerServiceService
 
CustomerServiceWS - Class in com.example.customerservice.flow
Simple webservice that returns example customer data.
CustomerServiceWS() - Constructor for class com.example.customerservice.flow.CustomerServiceWS
 
CustomerType - Enum in com.example.customerservice
Java class for customerType.

D

defineOptions() - Method in class adams.flow.core.AbstractWSClient
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.standalone.WSServer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.webservice.AbstractWebServiceClientSinkWithGlobalTransformer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.webservice.AbstractWebServiceClientSourceWithGlobalTransformer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.webservice.AbstractWebServiceClientTransformerWithGlobalTransformer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.webservice.AbstractWebServiceProvider
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.webservice.AbstractWebServiceProviderWithGlobalTransformer
Adds options to the internal list of options.
defineOptions() - Method in class com.example.customerservice.flow.CustomersByName
Adds options to the internal list of options.
defineOptions() - Method in class com.example.customerservice.flow.CustomersByNameGlobalTransformer
Adds options to the internal list of options.
defineOptions() - Method in class com.example.customerservice.flow.UpdateCustomer
Adds options to the internal list of options.
doExecute() - Method in class adams.flow.sink.WSSink
Executes the flow item.
doExecute() - Method in class adams.flow.source.WSSource
Executes the flow item.
doExecute() - Method in class adams.flow.standalone.WSServer
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.WSTransformer
Executes the flow item.
doQuery() - Method in class adams.flow.core.AbstractWSClient
Queries the webservice.
doQuery() - Method in class adams.flow.webservice.AbstractWebServiceClientSink
Performs the actual webservice query.
doQuery() - Method in class adams.flow.webservice.AbstractWebServiceClientSource
Performs the actual webservice query.
doQuery() - Method in class adams.flow.webservice.AbstractWebServiceClientTransformer
Performs the actual webservice query.
doQuery() - Method in class com.example.customerservice.flow.CustomersByName
Queries the webservice.
doQuery() - Method in class com.example.customerservice.flow.CustomersByNameGlobalTransformer
Queries the webservice.
doQuery() - Method in class com.example.customerservice.flow.UpdateCustomer
Queries the webservice.
doStart() - Method in class adams.flow.webservice.AbstractWebServiceProvider
Performs the actual start of the service.
doStart() - Method in class com.example.customerservice.flow.CustomerServiceWS
Performs the actual start of the service.
doStop() - Method in class adams.flow.webservice.AbstractWebServiceProvider
Performs the actual stop of the service.
doStop() - Method in class com.example.customerservice.flow.CustomerServiceWS
Performs the actual stop of the service.

F

findGlobalActor() - Method in class adams.flow.standalone.WSServer
Tries to find the global actor referenced by its global name.
fromValue(String) - Static method in enum com.example.customerservice.CustomerType
 

G

generates() - Method in class adams.flow.source.WSSource
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.WSTransformer
Returns the class of objects that it generates.
generates() - Method in interface adams.flow.webservice.WebServiceClientProducer
Returns the classes that this client generates.
generates() - Method in class com.example.customerservice.flow.CustomersByName
Returns the classes that this processor generates.
generates() - Method in class com.example.customerservice.flow.CustomersByNameGlobalTransformer
Returns the classes that this processor generates.
getAddress() - Method in class com.example.customerservice.Customer
Gets the value of the address property.
getBirthDate() - Method in class com.example.customerservice.Customer
Gets the value of the birthDate property.
getClient() - Method in class adams.flow.core.AbstractWSClient
Returns the webservice client in use.
getCustomer() - Method in class com.example.customerservice.UpdateCustomer
Gets the value of the customer property.
getCustomerId() - Method in class com.example.customerservice.Customer
Gets the value of the customerId property.
getCustomerName() - Method in class com.example.customerservice.flow.CustomersByName
Returns the customer name to look up.
getCustomerName() - Method in class com.example.customerservice.flow.CustomersByNameGlobalTransformer
Returns the customer name to look up.
getCustomerName() - Method in class com.example.customerservice.flow.UpdateCustomer
Returns the customer name to update.
getCustomerName() - Method in class com.example.customerservice.NoSuchCustomer
Gets the value of the customerName property.
getCustomersByName(String) - Method in interface com.example.customerservice.CustomerService
 
GetCustomersByName - Class in com.example.customerservice
Java class for getCustomersByName complex type.
GetCustomersByName() - Constructor for class com.example.customerservice.GetCustomersByName
 
getCustomersByName(String) - Method in class com.example.customerservice.server.CustomerServiceImpl
 
GetCustomersByNameResponse - Class in com.example.customerservice
Java class for getCustomersByNameResponse complex type.
GetCustomersByNameResponse() - Constructor for class com.example.customerservice.GetCustomersByNameResponse
 
getCustomerServicePort() - Method in class com.example.customerservice.CustomerServiceService
 
getCustomerServicePort(WebServiceFeature...) - Method in class com.example.customerservice.CustomerServiceService
 
getDefaultClient() - Method in class adams.flow.core.AbstractWSClient
Returns the default client to use.
getDefaultClient() - Method in class adams.flow.sink.WSSink
Returns the default client to use.
getDefaultClient() - Method in class adams.flow.source.WSSource
Returns the default client to use.
getDefaultClient() - Method in class adams.flow.transformer.WSTransformer
Returns the default client to use.
getDefaultURL() - Method in class adams.flow.webservice.AbstractWebServiceProvider
Returns the default URL for the service.
getDefaultURL() - Method in class com.example.customerservice.flow.CustomerServiceWS
Returns the default URL for the service.
getFaultInfo() - Method in exception com.example.customerservice.NoSuchCustomerException
 
getGlobalActor() - Method in class adams.flow.standalone.WSServer
Returns the currently set global actor.
getLog() - Method in class adams.flow.standalone.WSServer
Returns the name of the global log actor in use.
getName() - Method in class com.example.customerservice.Customer
Gets the value of the name property.
getName() - Method in class com.example.customerservice.GetCustomersByName
Gets the value of the name property.
getNumOrders() - Method in class com.example.customerservice.Customer
Gets the value of the numOrders property.
getOwner() - Method in class adams.flow.webservice.AbstractWebServiceClientSink
Returns the owning actor.
getOwner() - Method in class adams.flow.webservice.AbstractWebServiceClientSource
Returns the owning actor.
getOwner() - Method in class adams.flow.webservice.AbstractWebServiceClientTransformer
Returns the owning actor.
getOwner() - Method in class adams.flow.webservice.AbstractWebServiceProvider
Returns the owning actor.
getOwner() - Method in interface adams.flow.webservice.WebServiceClient
Returns the owning actor.
getOwner() - Method in interface adams.flow.webservice.WebServiceProvider
Returns the owning actor.
getQuickInfo() - Method in class adams.flow.core.AbstractWSClient
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.standalone.WSServer
Returns a quick info about the actor, which will be displayed in the GUI.
getResponseData() - Method in interface adams.flow.webservice.WebServiceClientProducer
Returns the response data, if any.
getResponseData() - Method in class com.example.customerservice.flow.CustomersByName
Returns the response data, if any.
getResponseData() - Method in class com.example.customerservice.flow.CustomersByNameGlobalTransformer
Returns the response data, if any.
getReturn() - Method in class com.example.customerservice.GetCustomersByNameResponse
Gets the value of the return property.
getRevenue() - Method in class com.example.customerservice.Customer
Gets the value of the revenue property.
getTest() - Method in class com.example.customerservice.Customer
Gets the value of the test property.
getTransformer() - Method in class adams.flow.webservice.AbstractWebServiceClientSinkWithGlobalTransformer
Returns the global transformer in use.
getTransformer() - Method in class adams.flow.webservice.AbstractWebServiceClientSourceWithGlobalTransformer
Returns the global transformer in use.
getTransformer() - Method in class adams.flow.webservice.AbstractWebServiceClientTransformerWithGlobalTransformer
Returns the global transformer in use.
getTransformer() - Method in class adams.flow.webservice.AbstractWebServiceProviderWithGlobalTransformer
Returns the global transformer in use.
getTransformer() - Method in interface adams.flow.webservice.GlobalTransformerSupport
Returns the global transformer in use.
getType() - Method in class com.example.customerservice.Customer
Gets the value of the type property.
getURL() - Method in class adams.flow.webservice.AbstractWebServiceProvider
Returns the URL used for the service.
getURL() - Method in interface adams.flow.webservice.WebServiceProvider
Returns the URL used for the service.
getWebService() - Method in class adams.flow.standalone.WSServer
Returns the webservice in use.
getWsdlLocation() - Method in class adams.flow.webservice.AbstractWebServiceClientSink
Returns the WSDL location.
getWsdlLocation() - Method in class adams.flow.webservice.AbstractWebServiceClientSource
Returns the WSDL location.
getWsdlLocation() - Method in class adams.flow.webservice.AbstractWebServiceClientTransformer
Returns the WSDL location.
getWsdlLocation() - Method in class com.example.customerservice.flow.CustomersByName
Returns the WSDL location.
getWsdlLocation() - Method in class com.example.customerservice.flow.CustomersByNameGlobalTransformer
Returns the WSDL location.
getWsdlLocation() - Method in class com.example.customerservice.flow.UpdateCustomer
Returns the WSDL location.
globalInfo() - Method in class adams.flow.sink.WSSink
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.WSSource
Returns a string describing the object.
globalInfo() - Method in class adams.flow.standalone.WSServer
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.WSTransformer
Returns a string describing the object.
globalInfo() - Method in class com.example.customerservice.flow.CustomersByName
Returns a string describing the object.
globalInfo() - Method in class com.example.customerservice.flow.CustomersByNameGlobalTransformer
Returns a string describing the object.
globalInfo() - Method in class com.example.customerservice.flow.CustomerServiceWS
Returns a string describing the object.
globalInfo() - Method in class com.example.customerservice.flow.UpdateCustomer
Returns a string describing the object.
GlobalTransformerSupport<I,O> - Interface in adams.flow.webservice
Interface for webservice clients/servers that use a global transformer for further processing the data.

H

hasGlobalActor() - Method in class adams.flow.standalone.WSServer
Checks whether a reference to the global actor is currently available.
hasPendingOutput() - Method in class adams.flow.source.WSSource
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.WSTransformer
Checks whether there is pending output to be collected after executing the flow item.
hasResponseData() - Method in interface adams.flow.webservice.WebServiceClientProducer
Checks whether there is any response data to be collected.
hasResponseData() - Method in class com.example.customerservice.flow.CustomersByName
Checks whether there is any response data to be collected.
hasResponseData() - Method in class com.example.customerservice.flow.CustomersByNameGlobalTransformer
Checks whether there is any response data to be collected.

I

initialize() - Method in class adams.flow.standalone.WSServer
Initializes the members.
input(Token) - Method in class adams.flow.sink.WSSink
The method that accepts the input token and then processes it.
input(Token) - Method in class adams.flow.transformer.WSTransformer
The method that accepts the input token and then processes it.

L

log(String, String) - Method in class adams.flow.standalone.WSServer
Logs an error message if a valid global log actor has been set up.
log(String, String) - Method in class adams.flow.webservice.AbstractWebServiceProvider
Logs an error message if a valid global log actor has been set up.
logTipText() - Method in class adams.flow.standalone.WSServer
Returns the tip text for this property.

M

m_ActualTransformer - Variable in class adams.flow.webservice.AbstractWebServiceClientSinkWithGlobalTransformer
the actual transformer to use.
m_ActualTransformer - Variable in class adams.flow.webservice.AbstractWebServiceClientSourceWithGlobalTransformer
the actual transformer to use.
m_ActualTransformer - Variable in class adams.flow.webservice.AbstractWebServiceClientTransformerWithGlobalTransformer
the actual transformer to use.
m_ActualTransformer - Variable in class adams.flow.webservice.AbstractWebServiceProviderWithGlobalTransformer
the actual transformer to use.
m_Client - Variable in class adams.flow.core.AbstractWSClient
the webservice client to use.
m_CustomerName - Variable in class com.example.customerservice.flow.CustomersByName
the name of the customers to look up.
m_CustomerName - Variable in class com.example.customerservice.flow.CustomersByNameGlobalTransformer
the name of the customers to look up.
m_CustomerName - Variable in class com.example.customerservice.flow.UpdateCustomer
the name of the customers to look up.
m_Customers - Variable in class com.example.customerservice.flow.CustomersByName
the list of customers that were obtained from webservice.
m_Customers - Variable in class com.example.customerservice.flow.CustomersByNameGlobalTransformer
the list of customers that were obtained from webservice.
m_Endpoint - Variable in class com.example.customerservice.flow.CustomerServiceWS
the endpoint.
m_Helper - Variable in class adams.flow.standalone.WSServer
the helper class.
m_Log - Variable in class adams.flow.standalone.WSServer
the global name.
m_LogActor - Variable in class adams.flow.standalone.WSServer
the global log actor.
m_Owner - Variable in class adams.flow.webservice.AbstractWebServiceClientSink
the owner.
m_Owner - Variable in class adams.flow.webservice.AbstractWebServiceClientSource
the owner.
m_Owner - Variable in class adams.flow.webservice.AbstractWebServiceClientTransformer
the owner.
m_Owner - Variable in class adams.flow.webservice.AbstractWebServiceProvider
the owning actor.
m_Owner - Variable in class com.example.customerservice.server.CustomerServiceImpl
the ADAMS owner.
m_ProvidedCustomerName - Variable in class com.example.customerservice.flow.CustomersByName
the provided customer name.
m_ProvidedCustomerName - Variable in class com.example.customerservice.flow.CustomersByNameGlobalTransformer
the provided customer name.
m_ProvidedCustomerName - Variable in class com.example.customerservice.flow.UpdateCustomer
the provided customer name.
m_Transformer - Variable in class adams.flow.webservice.AbstractWebServiceClientSinkWithGlobalTransformer
the global transformer.
m_Transformer - Variable in class adams.flow.webservice.AbstractWebServiceClientSourceWithGlobalTransformer
the global transformer.
m_Transformer - Variable in class adams.flow.webservice.AbstractWebServiceClientTransformerWithGlobalTransformer
the global transformer.
m_Transformer - Variable in class adams.flow.webservice.AbstractWebServiceProviderWithGlobalTransformer
the global transformer.
m_URL - Variable in class adams.flow.webservice.AbstractWebServiceProvider
the URL of the webservice.
m_WebService - Variable in class adams.flow.standalone.WSServer
the webservice to run.
marshal(Date) - Method in class org.w3._2001.xmlschema.Adapter1
 
marshal(Date) - Method in class org.w3._2001.xmlschema.Adapter2
 

N

name - Variable in class com.example.customerservice.Customer
 
name - Variable in class com.example.customerservice.GetCustomersByName
 
NoSuchCustomer - Class in com.example.customerservice
Java class for NoSuchCustomer complex type.
NoSuchCustomer() - Constructor for class com.example.customerservice.NoSuchCustomer
 
NoSuchCustomerException - Exception in com.example.customerservice
This class was generated by Apache CXF 2.6.1 2012-09-28T23:49:16.297+12:00 Generated source version: 2.6.1
NoSuchCustomerException() - Constructor for exception com.example.customerservice.NoSuchCustomerException
 
NoSuchCustomerException(String) - Constructor for exception com.example.customerservice.NoSuchCustomerException
 
NoSuchCustomerException(String, Throwable) - Constructor for exception com.example.customerservice.NoSuchCustomerException
 
NoSuchCustomerException(String, NoSuchCustomer) - Constructor for exception com.example.customerservice.NoSuchCustomerException
 
NoSuchCustomerException(String, NoSuchCustomer, Throwable) - Constructor for exception com.example.customerservice.NoSuchCustomerException
 
numOrders - Variable in class com.example.customerservice.Customer
 

O

ObjectFactory - Class in com.example.customerservice
This object contains factory methods for each Java content interface and Java element interface generated in the com.example.customerservice package.
ObjectFactory() - Constructor for class com.example.customerservice.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.example.customerservice
org.w3._2001.xmlschema - package org.w3._2001.xmlschema
 
output() - Method in class adams.flow.source.WSSource
Returns the generated token.
output() - Method in class adams.flow.transformer.WSTransformer
Returns the generated token.

P

postQuery() - Method in class adams.flow.core.AbstractWSClient
Hook method after the webservice got queried.
postQuery() - Method in class adams.flow.webservice.AbstractWebServiceClientSink
Hook method after querying the webservice.
postQuery() - Method in class adams.flow.webservice.AbstractWebServiceClientSource
Hook method after querying the webservice.
postQuery() - Method in class adams.flow.webservice.AbstractWebServiceClientTransformer
Hook method after querying the webservice.
preQuery() - Method in class adams.flow.core.AbstractWSClient
Hook method before the webservice gets queried.
preQuery() - Method in class adams.flow.webservice.AbstractWebServiceClientSink
Hook method before querying the webservice.
preQuery() - Method in class adams.flow.webservice.AbstractWebServiceClientSinkWithGlobalTransformer
Hook method before querying the webservice.
preQuery() - Method in class adams.flow.webservice.AbstractWebServiceClientSource
Hook method before querying the webservice.
preQuery() - Method in class adams.flow.webservice.AbstractWebServiceClientSourceWithGlobalTransformer
Hook method before querying the webservice.
preQuery() - Method in class adams.flow.webservice.AbstractWebServiceClientTransformer
Hook method before querying the webservice.
preQuery() - Method in class adams.flow.webservice.AbstractWebServiceClientTransformerWithGlobalTransformer
Hook method before querying the webservice.

Q

query() - Method in class adams.flow.core.AbstractWSClient
Queries the webservice.
query() - Method in class adams.flow.webservice.AbstractWebServiceClientSink
Queries the webservice.
query() - Method in class adams.flow.webservice.AbstractWebServiceClientSource
Queries the webservice.
query() - Method in class adams.flow.webservice.AbstractWebServiceClientTransformer
Queries the webservice.
query() - Method in interface adams.flow.webservice.WebServiceClient
Queries the webservice.

R

revenue - Variable in class com.example.customerservice.Customer
 

S

SERVICE - Static variable in class com.example.customerservice.CustomerServiceService
 
setBirthDate(Date) - Method in class com.example.customerservice.Customer
Sets the value of the birthDate property.
setClient(WebServiceClient) - Method in class adams.flow.core.AbstractWSClient
Sets the webservice client to use.
setCustomer(Customer) - Method in class com.example.customerservice.UpdateCustomer
Sets the value of the customer property.
setCustomerId(int) - Method in class com.example.customerservice.Customer
Sets the value of the customerId property.
setCustomerName(String) - Method in class com.example.customerservice.flow.CustomersByName
Sets the customer name to look up.
setCustomerName(String) - Method in class com.example.customerservice.flow.CustomersByNameGlobalTransformer
Sets the customer name to look up.
setCustomerName(String) - Method in class com.example.customerservice.flow.UpdateCustomer
Sets the customer name to update.
setCustomerName(String) - Method in class com.example.customerservice.NoSuchCustomer
Sets the value of the customerName property.
setLog(GlobalActorReference) - Method in class adams.flow.standalone.WSServer
Sets the name of the global log actor to use.
setName(String) - Method in class com.example.customerservice.Customer
Sets the value of the name property.
setName(String) - Method in class com.example.customerservice.GetCustomersByName
Sets the value of the name property.
setNumOrders(Integer) - Method in class com.example.customerservice.Customer
Sets the value of the numOrders property.
setOwner(AbstractActor) - Method in class adams.flow.webservice.AbstractWebServiceClientSink
Sets the actor that executes this webservice.
setOwner(AbstractActor) - Method in class adams.flow.webservice.AbstractWebServiceClientSource
Sets the actor that executes this webservice.
setOwner(AbstractActor) - Method in class adams.flow.webservice.AbstractWebServiceClientTransformer
Sets the actor that executes this webservice.
setOwner(AbstractActor) - Method in class adams.flow.webservice.AbstractWebServiceProvider
Sets the actor that executes this webservice.
setOwner(AbstractActor) - Method in interface adams.flow.webservice.WebServiceClient
Sets the actor that executes this webservice.
setOwner(AbstractActor) - Method in interface adams.flow.webservice.WebServiceProvider
Sets the actor that executes this webservice.
setRequestData(T) - Method in interface adams.flow.webservice.WebServiceClientConsumer
Sets the data for the request, if any.
setRequestData(String) - Method in class com.example.customerservice.flow.CustomersByName
Sets the data for the request, if any.
setRequestData(String) - Method in class com.example.customerservice.flow.CustomersByNameGlobalTransformer
Sets the data for the request, if any.
setRequestData(String) - Method in class com.example.customerservice.flow.UpdateCustomer
Sets the data for the request, if any.
setRevenue(double) - Method in class com.example.customerservice.Customer
Sets the value of the revenue property.
setTest(BigDecimal) - Method in class com.example.customerservice.Customer
Sets the value of the test property.
setTransformer(GlobalActorReference) - Method in class adams.flow.webservice.AbstractWebServiceClientSinkWithGlobalTransformer
Sets the global transformer to use.
setTransformer(GlobalActorReference) - Method in class adams.flow.webservice.AbstractWebServiceClientSourceWithGlobalTransformer
Sets the global transformer to use.
setTransformer(GlobalActorReference) - Method in class adams.flow.webservice.AbstractWebServiceClientTransformerWithGlobalTransformer
Sets the global transformer to use.
setTransformer(GlobalActorReference) - Method in class adams.flow.webservice.AbstractWebServiceProviderWithGlobalTransformer
Sets the global transformer to use.
setTransformer(GlobalActorReference) - Method in interface adams.flow.webservice.GlobalTransformerSupport
Sets the global transformer to use.
setType(CustomerType) - Method in class com.example.customerservice.Customer
Sets the value of the type property.
setUp() - Method in class adams.flow.core.AbstractWSClient
Initializes the item for flow execution.
setUp() - Method in class adams.flow.standalone.WSServer
Initializes the item for flow execution.
setURL(String) - Method in class adams.flow.webservice.AbstractWebServiceProvider
Sets the URL to use.
setWebService(WebServiceProvider) - Method in class adams.flow.standalone.WSServer
Sets the webservice to use.
start() - Method in class adams.flow.webservice.AbstractWebServiceProvider
Starts the server.
start() - Method in interface adams.flow.webservice.WebServiceProvider
Starts the server.
stop() - Method in class adams.flow.webservice.AbstractWebServiceProvider
Stops the server.
stop() - Method in interface adams.flow.webservice.WebServiceProvider
Stops the server.

T

test - Variable in class com.example.customerservice.Customer
 
transformerTipText() - Method in class adams.flow.webservice.AbstractWebServiceClientSinkWithGlobalTransformer
Returns the tip text for this property.
transformerTipText() - Method in class adams.flow.webservice.AbstractWebServiceClientSourceWithGlobalTransformer
Returns the tip text for this property.
transformerTipText() - Method in class adams.flow.webservice.AbstractWebServiceClientTransformerWithGlobalTransformer
Returns the tip text for this property.
transformerTipText() - Method in class adams.flow.webservice.AbstractWebServiceProviderWithGlobalTransformer
Returns the tip text for this property.
transformerTipText() - Method in interface adams.flow.webservice.GlobalTransformerSupport
Returns the tip text for this property.
type - Variable in class com.example.customerservice.Customer
 

U

unmarshal(String) - Method in class org.w3._2001.xmlschema.Adapter1
 
unmarshal(String) - Method in class org.w3._2001.xmlschema.Adapter2
 
updateCustomer(Customer) - Method in interface com.example.customerservice.CustomerService
 
UpdateCustomer - Class in com.example.customerservice.flow
Simple client for querying customer names.
UpdateCustomer() - Constructor for class com.example.customerservice.flow.UpdateCustomer
 
updateCustomer(Customer) - Method in class com.example.customerservice.server.CustomerServiceImpl
 
UpdateCustomer - Class in com.example.customerservice
Java class for updateCustomer complex type.
UpdateCustomer() - Constructor for class com.example.customerservice.UpdateCustomer
 
URLTipText() - Method in class adams.flow.webservice.AbstractWebServiceProvider
Returns the tip text for this property.

V

value() - Method in enum com.example.customerservice.CustomerType
 
valueOf(String) - Static method in enum com.example.customerservice.CustomerType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.example.customerservice.CustomerType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebServiceClient - Interface in adams.flow.webservice
Interface for classes that use webservices.
WebServiceClientConsumer<T> - Interface in adams.flow.webservice
Interface for classes that use webservices, sending data to them.
WebServiceClientProducer<T> - Interface in adams.flow.webservice
Interface for classes that use webservices.
WebServiceProvider - Interface in adams.flow.webservice
Interface for webservice providers, i.e., the server side.
webServiceTipText() - Method in class adams.flow.standalone.WSServer
Returns the tip text for this property.
wrapUp() - Method in class adams.flow.standalone.WSServer
Cleans up after the execution has finished.
WSDL_LOCATION - Static variable in class com.example.customerservice.CustomerServiceService
 
WSServer - Class in adams.flow.standalone
Runs a webservice.
WSServer() - Constructor for class adams.flow.standalone.WSServer
 
WSSink - Class in adams.flow.sink
 
WSSink() - Constructor for class adams.flow.sink.WSSink
 
WSSource - Class in adams.flow.source
 
WSSource() - Constructor for class adams.flow.source.WSSource
 
WSTransformer - Class in adams.flow.transformer
 
WSTransformer() - Constructor for class adams.flow.transformer.WSTransformer
 

_

_return - Variable in class com.example.customerservice.GetCustomersByNameResponse
 

A B C D F G H I L M N O P Q R S T U V W _

Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.