A C D G I L O P S T W

A

afterPropertiesSet() - Method in class org.andromda.cartridges.support.webservice.client.Axis2PortClientInterceptor
Prepares the JAX-RPC service and port if the "lazyInit" isn't false.
afterPropertiesSet() - Method in class org.andromda.cartridges.support.webservice.client.Axis2ProxyFactoryBean
 
Axis2ClientUtils - Class in org.andromda.cartridges.support.webservice.client
Utilities for Axis2 clients.
Axis2ClientUtils() - Constructor for class org.andromda.cartridges.support.webservice.client.Axis2ClientUtils
 
Axis2PortClientInterceptor - Class in org.andromda.cartridges.support.webservice.client
Interceptor for accessing a specific port of a web service.
Axis2PortClientInterceptor() - Constructor for class org.andromda.cartridges.support.webservice.client.Axis2PortClientInterceptor
 
Axis2ProxyFactoryBean - Class in org.andromda.cartridges.support.webservice.client
FactoryBean for a specific port of a webservice.
Axis2ProxyFactoryBean() - Constructor for class org.andromda.cartridges.support.webservice.client.Axis2ProxyFactoryBean
 

C

cleanup() - Method in class org.andromda.cartridges.support.webservice.client.WebServiceClient
Reclaims any resources used by the client.
cloneBeanDefinition() - Method in class org.andromda.cartridges.support.webservice.client.Axis2PortClientInterceptor
 

D

DefaultTypeMapper - Class in org.andromda.cartridges.support.webservice.client
The default TypeMapper implementation.
DefaultTypeMapper() - Constructor for class org.andromda.cartridges.support.webservice.client.DefaultTypeMapper
 
deserialize(OMElement, Class, TypeMapper) - Static method in class org.andromda.cartridges.support.webservice.client.Axis2ClientUtils
Deserializes the given element to the given type.

G

getBase64Password() - Method in class org.andromda.cartridges.support.webservice.client.Axis2PortClientInterceptor
Gets the flag indicating whether or not the password given is in Base64.
getObject() - Method in class org.andromda.cartridges.support.webservice.client.Axis2ProxyFactoryBean
 
getObject(Class) - Method in class org.andromda.cartridges.support.webservice.client.DefaultTypeMapper
 
getObject(Class, String) - Method in class org.andromda.cartridges.support.webservice.client.DefaultTypeMapper
 
getObject(Class) - Method in interface org.andromda.cartridges.support.webservice.client.TypeMapper
Gets the object for the given type.
getObject(Class, String) - Method in interface org.andromda.cartridges.support.webservice.client.TypeMapper
Gets the object for the given type optionally using the value on the returned object.
getObjectType() - Method in class org.andromda.cartridges.support.webservice.client.Axis2ProxyFactoryBean
 
getOMElement(Definition, Schema, Element, Object, String, OMFactory, Map<String, OMNamespace>, TypeMapper) - Static method in class org.andromda.cartridges.support.webservice.client.Axis2ClientUtils
Constructs and OMElement from the given bean
getOperationOMElement(Definition, Method, Object[], TypeMapper) - Static method in class org.andromda.cartridges.support.webservice.client.Axis2ClientUtils
Gets the appropriate OM element for the given method
getPassword() - Method in class org.andromda.cartridges.support.webservice.client.Axis2PortClientInterceptor
Return the password to connect to the service.
getPortAddress() - Method in class org.andromda.cartridges.support.webservice.client.Axis2PortClientInterceptor
Returns the port address (if not using a port address in the WSDL).
getServiceInterface() - Method in class org.andromda.cartridges.support.webservice.client.Axis2PortClientInterceptor
Return the interface of the service that this factory should create a proxy for.
getStringValue(Object) - Method in class org.andromda.cartridges.support.webservice.client.DefaultTypeMapper
 
getStringValue(Object) - Method in interface org.andromda.cartridges.support.webservice.client.TypeMapper
Gets the appropriate string value of the given object.
getTimeout() - Method in class org.andromda.cartridges.support.webservice.client.Axis2PortClientInterceptor
Gets the timeout of the client in seconds.
getUsername() - Method in class org.andromda.cartridges.support.webservice.client.Axis2PortClientInterceptor
Return the username to connect to the service.
getWsdlUrl() - Method in class org.andromda.cartridges.support.webservice.client.Axis2PortClientInterceptor
Returns the URL to the WSDL for the service.

I

invoke(MethodInvocation) - Method in class org.andromda.cartridges.support.webservice.client.Axis2PortClientInterceptor
Translates the method invocation into a JAX-RPC service invocation.
invokeBlocking(String, Object[]) - Method in class org.andromda.cartridges.support.webservice.client.WebServiceClient
Invokes the operation identified by the given operationName with the given arguments.
invokeNonBlocking(String, Object[], Callback) - Method in class org.andromda.cartridges.support.webservice.client.WebServiceClient
Invoke the nonblocking/Asynchronous call
invokeRobust(String, Object[]) - Method in class org.andromda.cartridges.support.webservice.client.WebServiceClient
 
isSimpleType(Class) - Method in class org.andromda.cartridges.support.webservice.client.DefaultTypeMapper
 
isSimpleType(Class) - Method in interface org.andromda.cartridges.support.webservice.client.TypeMapper
Indicates whether or not the given type is considered "simple".
isSingleton() - Method in class org.andromda.cartridges.support.webservice.client.Axis2ProxyFactoryBean
 

L

logger - Variable in class org.andromda.cartridges.support.webservice.client.Axis2PortClientInterceptor
LogFactory.getLog(Axis2PortClientInterceptor.class)

O

org.andromda.cartridges.support.webservice.client - package org.andromda.cartridges.support.webservice.client
 

P

prepare() - Method in class org.andromda.cartridges.support.webservice.client.Axis2PortClientInterceptor
Create and initialize the service for the specified WSDL.

S

setBase64Password(boolean) - Method in class org.andromda.cartridges.support.webservice.client.Axis2PortClientInterceptor
Sets a flag indicating whether or not the password given is in Base64.
setPassword(String) - Method in class org.andromda.cartridges.support.webservice.client.Axis2PortClientInterceptor
Set the password to connect to the service.
setPortAddress(String) - Method in class org.andromda.cartridges.support.webservice.client.Axis2PortClientInterceptor
Sets the port address (if to use one other than the one in the WSDL).
setServiceInterface(Class) - Method in class org.andromda.cartridges.support.webservice.client.Axis2PortClientInterceptor
Set the interface of the service that this factory should create a proxy for.
setTimeout(long) - Method in class org.andromda.cartridges.support.webservice.client.Axis2PortClientInterceptor
Sets the timeout of the client in seconds.
setTimeout(long) - Method in class org.andromda.cartridges.support.webservice.client.WebServiceClient
Sets the timeout in seconds.
setTypeMapper(Class) - Method in class org.andromda.cartridges.support.webservice.client.Axis2PortClientInterceptor
Sets the TypeMapper to use.
setTypeMapper(TypeMapper) - Method in class org.andromda.cartridges.support.webservice.client.WebServiceClient
Sets the optional object creator implementation.
setUsername(String) - Method in class org.andromda.cartridges.support.webservice.client.Axis2PortClientInterceptor
Set the username to connect to the service.
setWsdlUrl(String) - Method in class org.andromda.cartridges.support.webservice.client.Axis2PortClientInterceptor
Sets the WSDL URL for the service.

T

TypeMapper - Interface in org.andromda.cartridges.support.webservice.client
Used to for mapping types to and from objects.
TypeMapperException - Exception in org.andromda.cartridges.support.webservice.client
An exception thrown for unexpected errors that occur during TypeMapper execution.
TypeMapperException(Throwable) - Constructor for exception org.andromda.cartridges.support.webservice.client.TypeMapperException
Constructs an instance of TypeMapperException.
TypeMapperException(String) - Constructor for exception org.andromda.cartridges.support.webservice.client.TypeMapperException
Constructs an instance of TypeMapperException.
TypeMapperException(String, Throwable) - Constructor for exception org.andromda.cartridges.support.webservice.client.TypeMapperException
Constructs an instance of TypeMapperException.

W

WebServiceClient - Class in org.andromda.cartridges.support.webservice.client
A webservice client using Axis2 libraries that allows you to invoke operations on wrapped style services.
WebServiceClient(String, Class) - Constructor for class org.andromda.cartridges.support.webservice.client.WebServiceClient
Constructs a new client taking a WSDL and serviceClass
WebServiceClient(String, Class, String, String) - Constructor for class org.andromda.cartridges.support.webservice.client.WebServiceClient
Constructs a new client taking a WSDL, the serviceClass and username and password.
WebServiceClient(String, String, Class, String, String) - Constructor for class org.andromda.cartridges.support.webservice.client.WebServiceClient
Constructs a new client taking a WSDL, endpointAddress, serviceClass and username and password.
WebServiceClientException - Exception in org.andromda.cartridges.support.webservice.client
An exception thrown during an unexpected error during the WebServiceClient execution.
WebServiceClientException(Throwable) - Constructor for exception org.andromda.cartridges.support.webservice.client.WebServiceClientException
Constructs an instance of WebServiceClientException.
WebServiceClientException(String) - Constructor for exception org.andromda.cartridges.support.webservice.client.WebServiceClientException
Constructs an instance of WebServiceClientException.
WebServiceClientException(String, Throwable) - Constructor for exception org.andromda.cartridges.support.webservice.client.WebServiceClientException
Constructs an instance of WebServiceClientException.

A C D G I L O P S T W

Copyright © 2003-2012 AndroMDA.org. All Rights Reserved.