A C D E G H I L M N O P Q R S T V W

A

assertIsXml(String) - Method in class org.codehaus.ivory.plexus.IvoryTestCase
 
assertStringInBody(String, String) - Method in class org.codehaus.ivory.plexus.IvoryTestCase
Assert that the response contains a string.
assertStringInBody(WebRequest, String) - Method in class org.codehaus.ivory.plexus.IvoryTestCase
Assert that a named string is in the request body of the.
assertStringInBody(WebResponse, String) - Method in class org.codehaus.ivory.plexus.IvoryTestCase
Assert that the response contains a string.
assertStringInBody(WebResponse, String, String) - Method in class org.codehaus.ivory.plexus.IvoryTestCase
Assert that the response contains a string.
assertStringNotInBody(String, String) - Method in class org.codehaus.ivory.plexus.IvoryTestCase
Assert that a string is not in a response.
assertStringNotInBody(WebRequest, String) - Method in class org.codehaus.ivory.plexus.IvoryTestCase
Assert that a string is not in the response to a request.
assertStringNotInBody(WebResponse, String) - Method in class org.codehaus.ivory.plexus.IvoryTestCase
Assert that a string is not in a response.
assertStringNotInBody(WebResponse, String, String) - Method in class org.codehaus.ivory.plexus.IvoryTestCase
Assert that a string is not in a response.
assertValidWSDL(String, String) - Method in class org.codehaus.ivory.plexus.IvoryTestCase
Verifies that the service generates WSDL.
assertValidWSDL(String, String[]) - Method in class org.codehaus.ivory.plexus.IvoryTestCase
Verifies that the service generates WSDL.
AvalonProvider - class org.codehaus.ivory.provider.AvalonProvider.
Provider class which allows you to specify an Avalon ROLE for servicing Axis SOAP requests.
AvalonProvider() - Constructor for class org.codehaus.ivory.provider.AvalonProvider
 
AxisService - interface org.codehaus.ivory.AxisService.
A service exposing Axis.

C

configure(Configuration) - Method in class org.codehaus.ivory.DefaultAxisService
 
customizeOperation(OperationDesc) - Method in class org.codehaus.ivory.IvoryServiceDesc
 
customizeParameter(OperationDesc, ParameterDesc) - Method in class org.codehaus.ivory.IvoryServiceDesc
 

D

DEFAULT_SERVER_CONFIG - Static variable in class org.codehaus.ivory.DefaultAxisService
 
DefaultAxisService - class org.codehaus.ivory.DefaultAxisService.
The default AxisService implementation.
DefaultAxisService() - Constructor for class org.codehaus.ivory.DefaultAxisService
 
destroy() - Method in class org.codehaus.ivory.plexus.PlexusAdminServlet
 
destroy() - Method in class org.codehaus.ivory.plexus.PlexusAxisServlet
 

E

expectErrorCode(WebRequest, int, String) - Method in class org.codehaus.ivory.plexus.IvoryTestCase
Here we expect an errorCode other than 200, and look for it checking for text is omitted as it doesnt work.
exposeClass(String, String) - Method in interface org.codehaus.ivory.AxisService
Exposes a class as a SOAP service.
exposeClass(String, String) - Method in class org.codehaus.ivory.DefaultAxisService
 
exposeClass(String, String[], String) - Method in interface org.codehaus.ivory.AxisService
Exposes a class as a SOAP service.
exposeClass(String, String[], String) - Method in class org.codehaus.ivory.DefaultAxisService
 
exposeService(String, String) - Method in interface org.codehaus.ivory.AxisService
Exposes an Avalon component as a SOAP service.
exposeService(String, String) - Method in class org.codehaus.ivory.DefaultAxisService
 
exposeService(String, String[], String) - Method in interface org.codehaus.ivory.AxisService
Exposes an Avalon component as a SOAP service.
exposeService(String, String[], String) - Method in class org.codehaus.ivory.DefaultAxisService
 

G

getAxisServer() - Method in interface org.codehaus.ivory.AxisService
Get the AxisServer.
getAxisServer() - Method in class org.codehaus.ivory.DefaultAxisService
 
getBeanAttributes(Class, TypeDesc) - Static method in class org.codehaus.ivory.serialize.MetaBeanUtils
Return a list of properties in the bean which should be attributes
getEngine() - Method in class org.codehaus.ivory.plexus.PlexusAdminServlet
Provide the AxisEngine to the base servlet class.
getEngine() - Method in class org.codehaus.ivory.plexus.PlexusAxisServlet
Provide the AxisEngine to the base servlet class.
getGeneralPurpose(String) - Method in class org.codehaus.ivory.serialize.MetadataDeserializerFactory
Optimize construction of a BeanDeserializer by caching the type descriptor and property map.
getGeneralPurpose(String) - Method in class org.codehaus.ivory.serialize.MetadataSerializerFactory
Optimize construction of a BeanSerializer by caching the type and property descriptors.
getName() - Method in class org.codehaus.ivory.provider.WSDDJavaAvalonProvider
 
getParameterType() - Method in class org.codehaus.ivory.attributes.ParameterType
 
getPd(Class) - Static method in class org.codehaus.ivory.serialize.MetaBeanUtils
Create a BeanPropertyDescriptor array for the indicated class.
getPd(Class, TypeDesc) - Static method in class org.codehaus.ivory.serialize.MetaBeanUtils
Create a BeanPropertyDescriptor array for the indicated class.
getProperties(Class, TypeDesc) - Static method in class org.codehaus.ivory.serialize.MetadataDeserializerFactory
Get a list of the bean properties
getSerializerAs(String) - Method in class org.codehaus.ivory.serialize.MetadataSerializerFactory
 
getServiceClass(String, SOAPService, MessageContext) - Method in class org.codehaus.ivory.provider.AvalonProvider
Get the service class description
getServiceClass(String, SOAPService, MessageContext) - Method in class org.codehaus.ivory.provider.IvoryAvalonProvider
Get the service class description
getServiceManager() - Method in class org.codehaus.ivory.DefaultAxisService
 
getServiceManager() - Method in class org.codehaus.ivory.plexus.PlexusAdminServlet
Retrieve the ServiceBroker from the ServletContext.
getServiceManager() - Method in class org.codehaus.ivory.plexus.PlexusAxisServlet
Retrieve the ServiceBroker from the ServletContext.
getWSDL(String) - Method in class org.codehaus.ivory.plexus.IvoryTestCase
 

H

hideOperation(OperationDesc) - Method in class org.codehaus.ivory.IvoryServiceDesc
Whether or an Operation on the services should not be exposed.

I

initialize() - Method in class org.codehaus.ivory.DefaultAxisService
 
initializeAvalonServices(Configuration[]) - Method in class org.codehaus.ivory.DefaultAxisService
 
initializeAxisServer() - Method in class org.codehaus.ivory.DefaultAxisService
Initializes the AxisServer.
initializeClassServices(Configuration[]) - Method in class org.codehaus.ivory.DefaultAxisService
 
initializeService(SOAPService, String, String[], String) - Method in class org.codehaus.ivory.DefaultAxisService
Initializes the SOAPService with the appropriate information.
initializeServices(Configuration) - Method in class org.codehaus.ivory.DefaultAxisService
 
initServiceDesc(SOAPService, MessageContext) - Method in class org.codehaus.ivory.provider.IvoryProvider
 
isValidOperation(OperationDesc) - Method in class org.codehaus.ivory.IvoryServiceDesc
 
isValidParameter(ParameterDesc) - Method in class org.codehaus.ivory.IvoryServiceDesc
Checks whether or not Axis will work with this parameter.
isVerbose() - Method in class org.codehaus.ivory.plexus.IvoryTestCase
 
IvoryAvalonProvider - class org.codehaus.ivory.provider.IvoryAvalonProvider.
 
IvoryAvalonProvider() - Constructor for class org.codehaus.ivory.provider.IvoryAvalonProvider
 
IvoryProvider - class org.codehaus.ivory.provider.IvoryProvider.
A provider which intializes with an IvoryServiceDesc instead of a regular ServiceDesc class so we can access the Ivory metadata.
IvoryProvider() - Constructor for class org.codehaus.ivory.provider.IvoryProvider
 
IvoryServiceDesc - class org.codehaus.ivory.IvoryServiceDesc.
Adds meta-data capabilities to Axis's ServiceDesc class.
IvoryServiceDesc() - Constructor for class org.codehaus.ivory.IvoryServiceDesc
 
IvoryTestCase - class org.codehaus.ivory.plexus.IvoryTestCase.
A generic test-case for testing Ivory and other SOAP services for Plexus.
IvoryTestCase(String) - Constructor for class org.codehaus.ivory.plexus.IvoryTestCase
 

L

loadMetaData() - Method in class org.codehaus.ivory.IvoryServiceDesc
Load the meta data for the class being exposed as a service and take apropriate action.
log - Static variable in class org.codehaus.ivory.serialize.MetaBeanUtils
 

M

makeNewServiceObject(MessageContext, String) - Method in class org.codehaus.ivory.provider.AvalonProvider
Returns the service object.
makeNewServiceObject(MessageContext, String) - Method in class org.codehaus.ivory.provider.IvoryAvalonProvider
Returns the service object.
makeRequest(WebRequest) - Method in class org.codehaus.ivory.plexus.IvoryTestCase
Make a request in a new session.
MetaBeanUtils - class org.codehaus.ivory.serialize.MetaBeanUtils.
 
MetaBeanUtils() - Constructor for class org.codehaus.ivory.serialize.MetaBeanUtils
 
MetadataDeserializer - class org.codehaus.ivory.serialize.MetadataDeserializer.
A BeanDeserializer with metadata support.
MetadataDeserializer(Class, QName) - Constructor for class org.codehaus.ivory.serialize.MetadataDeserializer
 
MetadataDeserializer(Class, QName, TypeDesc) - Constructor for class org.codehaus.ivory.serialize.MetadataDeserializer
 
MetadataDeserializer(Class, QName, TypeDesc, Map) - Constructor for class org.codehaus.ivory.serialize.MetadataDeserializer
 
MetadataDeserializerFactory - class org.codehaus.ivory.serialize.MetadataDeserializerFactory.
DeserializerFactory which uses MetaBeanUtils.
MetadataDeserializerFactory(Class, QName) - Constructor for class org.codehaus.ivory.serialize.MetadataDeserializerFactory
 
MetadataSerializer - class org.codehaus.ivory.serialize.MetadataSerializer.
A BeanSerializer with metadata support.
MetadataSerializer(Class, QName) - Constructor for class org.codehaus.ivory.serialize.MetadataSerializer
 
MetadataSerializer(Class, QName, TypeDesc) - Constructor for class org.codehaus.ivory.serialize.MetadataSerializer
 
MetadataSerializer(Class, QName, TypeDesc, BeanPropertyDescriptor[]) - Constructor for class org.codehaus.ivory.serialize.MetadataSerializer
 
MetadataSerializerFactory - class org.codehaus.ivory.serialize.MetadataSerializerFactory.
 
MetadataSerializerFactory(Class, QName) - Constructor for class org.codehaus.ivory.serialize.MetadataSerializerFactory
 

N

newClient() - Method in class org.codehaus.ivory.plexus.IvoryTestCase
 
newProviderInstance(WSDDService, EngineConfiguration) - Method in class org.codehaus.ivory.provider.WSDDJavaAvalonProvider
Factory method for creating an AvalonProvider.
noArgs - Static variable in class org.codehaus.ivory.serialize.MetaBeanUtils
 
NonWebMethod - class org.codehaus.ivory.attributes.NonWebMethod.
TODO document NonWebMethodAttribute
NonWebMethod() - Constructor for class org.codehaus.ivory.attributes.NonWebMethod
 

O

org.codehaus.ivory - package org.codehaus.ivory
 
org.codehaus.ivory.attributes - package org.codehaus.ivory.attributes
 
org.codehaus.ivory.plexus - package org.codehaus.ivory.plexus
 
org.codehaus.ivory.provider - package org.codehaus.ivory.provider
 
org.codehaus.ivory.serialize - package org.codehaus.ivory.serialize
 

P

ParameterType - class org.codehaus.ivory.attributes.ParameterType.
An Attribute which specifies the returned parameter type for SOAP serialization.
ParameterType(Class) - Constructor for class org.codehaus.ivory.attributes.ParameterType
 
PlexusAdminServlet - class org.codehaus.ivory.plexus.PlexusAdminServlet.
An implementation of the Axis AdminServlet which retrieves the AxisEngine from the ServiceManager.
PlexusAdminServlet() - Constructor for class org.codehaus.ivory.plexus.PlexusAdminServlet
 
PlexusAxisServlet - class org.codehaus.ivory.plexus.PlexusAxisServlet.
An implementation of the Axis AxisServlet which retrieves the AxisEngine from the ServiceManager.
PlexusAxisServlet() - Constructor for class org.codehaus.ivory.plexus.PlexusAxisServlet
 
processListRequest(HttpServletResponse, PrintWriter) - Method in class org.codehaus.ivory.plexus.PlexusAxisServlet
respond to the ?list command.
processPropertyDescriptors(PropertyDescriptor[], Class) - Static method in class org.codehaus.ivory.serialize.MetaBeanUtils
This method attempts to sort the property descriptors using the typeDesc and order defined in the class.
processPropertyDescriptors(PropertyDescriptor[], Class, TypeDesc) - Static method in class org.codehaus.ivory.serialize.MetaBeanUtils
 
propertyDescriptor - Variable in class org.codehaus.ivory.serialize.MetadataSerializerFactory
 

Q

QNAME_AVALONRPC_PROVIDER - Static variable in class org.codehaus.ivory.DefaultAxisService
 

R

ROLE - Static variable in interface org.codehaus.ivory.AxisService
 
ROLE - Static variable in class org.codehaus.ivory.provider.AvalonProvider
Constant which represents the name of the ROLE this provider should lookup to service a request with.
ROLE - Static variable in class org.codehaus.ivory.provider.IvoryAvalonProvider
Constant which represents the name of the ROLE this provider should lookup to service a request with.

S

SERVER_CONFIG_KEY - Static variable in class org.codehaus.ivory.DefaultAxisService
 
SERVICE_MANAGER - Static variable in class org.codehaus.ivory.provider.AvalonProvider
Constant used to retrieve the ServiceManager reference from the MessageContext object.
SERVICE_MANAGER - Static variable in class org.codehaus.ivory.provider.IvoryAvalonProvider
Constant used to retrieve the ServiceManager reference from the MessageContext object.
SERVICE_MANAGER_KEY - Static variable in interface org.codehaus.ivory.AxisService
Key to retrieve the ServiceManager from the MessageContext
service(ServiceManager) - Method in class org.codehaus.ivory.DefaultAxisService
 
setUp() - Method in class org.codehaus.ivory.plexus.IvoryTestCase
 
setVerbose(boolean) - Method in class org.codehaus.ivory.plexus.IvoryTestCase
 
start() - Method in class org.codehaus.ivory.DefaultAxisService
 
stop() - Method in class org.codehaus.ivory.DefaultAxisService
 

T

typeDesc - Variable in class org.codehaus.ivory.serialize.MetadataSerializerFactory
 

V

VERBOSE_KEY - Static variable in class org.codehaus.ivory.plexus.IvoryTestCase
 

W

writeSchema(Class, Types) - Method in class org.codehaus.ivory.serialize.MetadataSerializer
Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
WSDDJavaAvalonProvider - class org.codehaus.ivory.provider.WSDDJavaAvalonProvider.
WSDD Avalon provider.
WSDDJavaAvalonProvider() - Constructor for class org.codehaus.ivory.provider.WSDDJavaAvalonProvider
 

A C D E G H I L M N O P Q R S T V W

Copyright © -2003 Codehaus. All Rights Reserved.