A C G H I L M O P S T U W

A

AnnotationException - exception org.codehaus.xfire.annotations.AnnotationException.
Thrown when an exception occurs related to XFire's annotation support.
AnnotationException(String) - Constructor for class org.codehaus.xfire.annotations.AnnotationException
Initializes a new AnnotationException with the given string message.
AnnotationException(String, Throwable) - Constructor for class org.codehaus.xfire.annotations.AnnotationException
Initializes a new AnnotationException with the given string message and cause.
AnnotationServiceFactory - class org.codehaus.xfire.annotations.AnnotationServiceFactory.
Annotations-bases implementation of the ServiceFactory interface.
AnnotationServiceFactory(WebAnnotations, TransportManager) - Constructor for class org.codehaus.xfire.annotations.AnnotationServiceFactory
 
AnnotationServiceFactory(WebAnnotations, TransportManager, BindingProvider) - Constructor for class org.codehaus.xfire.annotations.AnnotationServiceFactory
Initializes a new instance of the AnnotationServiceFactory with the given annotations facade, transport manager and type mapping registry.

C

CommonsWebAttributes - class org.codehaus.xfire.annotations.commons.CommonsWebAttributes.
Implementation of the WebAnnotations facade for Commons Attributes.
CommonsWebAttributes() - Constructor for class org.codehaus.xfire.annotations.commons.CommonsWebAttributes
 
create(Class, String, String, Map) - Method in class org.codehaus.xfire.annotations.AnnotationServiceFactory
Creates a service from the specified class.
createPortType(String, WebServiceAnnotation) - Method in class org.codehaus.xfire.annotations.AnnotationServiceFactory
 
createServiceName(Class, WebServiceAnnotation, String) - Method in class org.codehaus.xfire.annotations.AnnotationServiceFactory
 
createServiceNamespace(Class, WebServiceAnnotation, String) - Method in class org.codehaus.xfire.annotations.AnnotationServiceFactory
 

G

getAction(OperationInfo) - Method in class org.codehaus.xfire.annotations.AnnotationServiceFactory
 
getAction() - Method in class org.codehaus.xfire.annotations.WebMethodAnnotation
Returns the action for this operation.
getClassName() - Method in class org.codehaus.xfire.annotations.soap.SOAPMessageHandler
Returns the name of the handler class.
getEndpointInterface() - Method in class org.codehaus.xfire.annotations.WebServiceAnnotation
Returns the complete name of the service endpoint interface defining the service?s abstract Web Service contract.
getFile() - Method in class org.codehaus.xfire.annotations.HandlerChainAnnotation
Returns the location of the handler chain file.
getHandlerChainAnnotation(Class) - Method in interface org.codehaus.xfire.annotations.WebAnnotations
Gets the HandlerChainAnnotation annotation from the given class, if found.
getHandlerChainAnnotation(Class) - Method in class org.codehaus.xfire.annotations.commons.CommonsWebAttributes
 
getHeaders() - Method in class org.codehaus.xfire.annotations.soap.SOAPMessageHandler
Returns the list of SOAP headers processed by the handler.
getInParameterName(Service, OperationInfo, Method, int, boolean) - Method in class org.codehaus.xfire.annotations.AnnotationServiceFactory
 
getInitParams() - Method in class org.codehaus.xfire.annotations.soap.SOAPMessageHandler
Returns the array of name/value pairs that should be passed to the handler during initialization.
getMEP(Method) - Method in class org.codehaus.xfire.annotations.AnnotationServiceFactory
 
getMode() - Method in class org.codehaus.xfire.annotations.WebParamAnnotation
Returns the direction in which the parameter is flowing.
getName() - Method in class org.codehaus.xfire.annotations.HandlerChainAnnotation
Returns the name of the handler chain in the configuration file.
getName() - Method in class org.codehaus.xfire.annotations.WebParamAnnotation
Returns the name of the parameter as it appears in the WSDL.
getName() - Method in class org.codehaus.xfire.annotations.WebResultAnnotation
Returns the name of the return value as it appears in the WSDL and messages on the wire.
getName() - Method in class org.codehaus.xfire.annotations.WebServiceAnnotation
Returns the name of the Web Service.
getName() - Method in class org.codehaus.xfire.annotations.soap.InitParam
Returns the name of the initialization parameter.
getName() - Method in class org.codehaus.xfire.annotations.soap.SOAPMessageHandler
Returns the name of the handler.
getOperationName(ServiceInfo, Method) - Method in class org.codehaus.xfire.annotations.AnnotationServiceFactory
 
getOperationName() - Method in class org.codehaus.xfire.annotations.WebMethodAnnotation
Returns the name of the wsdl:operation matching this method.
getOutParameterName(Service, OperationInfo, Method, boolean) - Method in class org.codehaus.xfire.annotations.AnnotationServiceFactory
 
getParameterStyle() - Method in class org.codehaus.xfire.annotations.soap.SOAPBindingAnnotation
Returns the SOAP parameter binding style.
getPartName() - Method in class org.codehaus.xfire.annotations.WebParamAnnotation
 
getPartName() - Method in class org.codehaus.xfire.annotations.WebResultAnnotation
 
getPortName() - Method in class org.codehaus.xfire.annotations.WebServiceAnnotation
 
getRoles() - Method in class org.codehaus.xfire.annotations.soap.SOAPMessageHandler
Returns the list of SOAP roles/actors implemented by the handler
getSOAPBindingAnnotation(Class) - Method in interface org.codehaus.xfire.annotations.WebAnnotations
Gets the SOAPBindingAnnotation annotation from the given class, if found.
getSOAPBindingAnnotation(Class) - Method in class org.codehaus.xfire.annotations.commons.CommonsWebAttributes
 
getServiceName() - Method in class org.codehaus.xfire.annotations.WebServiceAnnotation
Returns the service name of the Web Service.
getStyle() - Method in class org.codehaus.xfire.annotations.soap.SOAPBindingAnnotation
Returns the SOAP binding style, which defines the encoding style for messages send to and from the Web Service.
getStyleString() - Method in class org.codehaus.xfire.annotations.soap.SOAPBindingAnnotation
Returns a String representation of the SOAP binding style.
getTargetNamespace() - Method in class org.codehaus.xfire.annotations.WebParamAnnotation
Returns the XML namespace for the parameter.
getTargetNamespace() - Method in class org.codehaus.xfire.annotations.WebResultAnnotation
Returns the XML namespace for the return value.
getTargetNamespace() - Method in class org.codehaus.xfire.annotations.WebServiceAnnotation
Returns the XML namespace used for the WSDL and XML elements generated from this Web Service.
getUse() - Method in class org.codehaus.xfire.annotations.soap.SOAPBindingAnnotation
Returns the SOAP binding use, which defines the formatting style for messages sent to and from the Web Service.
getUseString() - Method in class org.codehaus.xfire.annotations.soap.SOAPBindingAnnotation
Returns a String representation of the SOAP binding use.
getValue() - Method in class org.codehaus.xfire.annotations.soap.InitParam
Returns the value of the initialization parameter.
getValue() - Method in class org.codehaus.xfire.annotations.soap.SOAPMessageHandlersAnnotation
Returns the SOAP message handlers.
getWebMethodAnnotation(Method) - Method in interface org.codehaus.xfire.annotations.WebAnnotations
Gets the WebServiceAnnotation annotation from the given class, if found.
getWebMethodAnnotation(Method) - Method in class org.codehaus.xfire.annotations.commons.CommonsWebAttributes
 
getWebParamAnnotation(Method, int) - Method in interface org.codehaus.xfire.annotations.WebAnnotations
Gets the WebParamAnnotation annotation from the indicated parameter of the given method, if found.
getWebParamAnnotation(Method, int) - Method in class org.codehaus.xfire.annotations.commons.CommonsWebAttributes
 
getWebResultAnnotation(Method) - Method in interface org.codehaus.xfire.annotations.WebAnnotations
Gets the WebResultAnnotation annotation from the given method, if found.
getWebResultAnnotation(Method) - Method in class org.codehaus.xfire.annotations.commons.CommonsWebAttributes
 
getWebServiceAnnotation(Class) - Method in interface org.codehaus.xfire.annotations.WebAnnotations
Gets the WebServiceAnnotation annotation from the given class, if found.
getWebServiceAnnotation(Class) - Method in class org.codehaus.xfire.annotations.commons.CommonsWebAttributes
 

H

HandlerChain - class org.codehaus.xfire.annotations.commons.HandlerChain.
Commons Attributes version of the HandlerChain Annotation.
HandlerChain(String, String) - Constructor for class org.codehaus.xfire.annotations.commons.HandlerChain
Initializes a new instance of the HandlerChain attribute with the given file and chain name.
HandlerChainAnnotation - class org.codehaus.xfire.annotations.HandlerChainAnnotation.
Represents a common representation of a handler chain annotation.
HandlerChainAnnotation(String, String) - Constructor for class org.codehaus.xfire.annotations.HandlerChainAnnotation
Initializes a new instance of the HandlerChain attribute with the given file and chain name.
hasHandlerChainAnnotation(Class) - Method in interface org.codehaus.xfire.annotations.WebAnnotations
Tests whether the given class has the HandlerChainAnnotation annotation.
hasHandlerChainAnnotation(Class) - Method in class org.codehaus.xfire.annotations.commons.CommonsWebAttributes
 
hasOnewayAnnotation(Method) - Method in interface org.codehaus.xfire.annotations.WebAnnotations
Tests whether the given method has the one way annotation.
hasOnewayAnnotation(Method) - Method in class org.codehaus.xfire.annotations.commons.CommonsWebAttributes
 
hasSOAPBindingAnnotation(Class) - Method in interface org.codehaus.xfire.annotations.WebAnnotations
Tests whether the given class has the SOAPBindingAnnotation annotation.
hasSOAPBindingAnnotation(Class) - Method in class org.codehaus.xfire.annotations.commons.CommonsWebAttributes
 
hasWebMethodAnnotation(Method) - Method in interface org.codehaus.xfire.annotations.WebAnnotations
Tests whether the given method has the WebMethodAnnotation annotation.
hasWebMethodAnnotation(Method) - Method in class org.codehaus.xfire.annotations.commons.CommonsWebAttributes
 
hasWebParamAnnotation(Method, int) - Method in interface org.codehaus.xfire.annotations.WebAnnotations
Tests whether the indicated parameter of the given method has the WebResultAnnotation annotation.
hasWebParamAnnotation(Method, int) - Method in class org.codehaus.xfire.annotations.commons.CommonsWebAttributes
 
hasWebResultAnnotation(Method) - Method in interface org.codehaus.xfire.annotations.WebAnnotations
Tests whether the given method has the WebResultAnnotation annotation.
hasWebResultAnnotation(Method) - Method in class org.codehaus.xfire.annotations.commons.CommonsWebAttributes
 
hasWebServiceAnnotation(Class) - Method in interface org.codehaus.xfire.annotations.WebAnnotations
Tests whether the given class has the WebServiceAnnotation annotation.
hasWebServiceAnnotation(Class) - Method in class org.codehaus.xfire.annotations.commons.CommonsWebAttributes
 

I

InitParam - class org.codehaus.xfire.annotations.soap.InitParam.
Represents a common implementation of the SOAPMessageHandler initialization parameter.
InitParam(String, String) - Constructor for class org.codehaus.xfire.annotations.soap.InitParam
Initializes a new instance of the InitParam class.
isAsync(Method) - Method in class org.codehaus.xfire.annotations.AnnotationServiceFactory
 
isHeader(Method, int) - Method in class org.codehaus.xfire.annotations.AnnotationServiceFactory
 
isHeader() - Method in class org.codehaus.xfire.annotations.WebParamAnnotation
If true, the parameter is pulled from a message header rather then the message body.
isHeader() - Method in class org.codehaus.xfire.annotations.WebResultAnnotation
 
isInParam(Method, int) - Method in class org.codehaus.xfire.annotations.AnnotationServiceFactory
 
isOutParam(Method, int) - Method in class org.codehaus.xfire.annotations.AnnotationServiceFactory
 
isValidMethod(Method) - Method in class org.codehaus.xfire.annotations.AnnotationServiceFactory
Returns true if the specified method is valid for a SOAP operation.

L

loadClass(String) - Method in class org.codehaus.xfire.annotations.AnnotationServiceFactory
Attempt to load a class first from this class's ClassLoader, then from the context classloader.

M

MODE_IN - Static variable in class org.codehaus.xfire.annotations.WebParamAnnotation
Constant used to specify that a parameter flows inwards.
MODE_INOUT - Static variable in class org.codehaus.xfire.annotations.WebParamAnnotation
Constant used to specify that a parameter flows both in and outwards.
MODE_OUT - Static variable in class org.codehaus.xfire.annotations.WebParamAnnotation
Constant used to specify that a parameter flows outwards.

O

Oneway - class org.codehaus.xfire.annotations.commons.Oneway.
Commons Attributes version of the OneWay Annotation.
Oneway() - Constructor for class org.codehaus.xfire.annotations.commons.Oneway
 
org.codehaus.xfire.annotations - package org.codehaus.xfire.annotations
Package defining the classes for annotation support in XFire.
org.codehaus.xfire.annotations.commons - package org.codehaus.xfire.annotations.commons
Commons Attributes implementation of XFire Annotations.
org.codehaus.xfire.annotations.commons.soap - package org.codehaus.xfire.annotations.commons.soap
 
org.codehaus.xfire.annotations.soap - package org.codehaus.xfire.annotations.soap
 

P

PARAMETER_STYLE_BARE - Static variable in class org.codehaus.xfire.annotations.soap.SOAPBindingAnnotation
Constant used to specify a bare parameter binding style.
PARAMETER_STYLE_WRAPPED - Static variable in class org.codehaus.xfire.annotations.soap.SOAPBindingAnnotation
Constant used to specify a wrapped parameter binding style.
populate(OperationInfo) - Method in class org.codehaus.xfire.annotations.WebMethodAnnotation
Populates the given operation info with the information contained in this annotation.

S

SOAPBinding - class org.codehaus.xfire.annotations.commons.soap.SOAPBinding.
Commons Attributes version of the SOAP binding Annotation.
SOAPBinding() - Constructor for class org.codehaus.xfire.annotations.commons.soap.SOAPBinding
 
SOAPBindingAnnotation - class org.codehaus.xfire.annotations.soap.SOAPBindingAnnotation.
Represents an common representation of a soap binding annotation.
SOAPBindingAnnotation() - Constructor for class org.codehaus.xfire.annotations.soap.SOAPBindingAnnotation
 
SOAPMessageHandler - class org.codehaus.xfire.annotations.soap.SOAPMessageHandler.
Represents a common implementation of the SOAP message handler.
SOAPMessageHandler(String) - Constructor for class org.codehaus.xfire.annotations.soap.SOAPMessageHandler
Initializes a new instance of the SOAPMessageHandler.
SOAPMessageHandlers - class org.codehaus.xfire.annotations.commons.soap.SOAPMessageHandlers.
Commons Attributes version of the SOAP message handlers annotation.
SOAPMessageHandlers(SOAPMessageHandler[]) - Constructor for class org.codehaus.xfire.annotations.commons.soap.SOAPMessageHandlers
Initializes a new instance of the SOAPMessageHandlersAnnotation.
SOAPMessageHandlersAnnotation - class org.codehaus.xfire.annotations.soap.SOAPMessageHandlersAnnotation.
Represents a common implementation of the SOAP message handlers annotation.
SOAPMessageHandlersAnnotation(SOAPMessageHandler[]) - Constructor for class org.codehaus.xfire.annotations.soap.SOAPMessageHandlersAnnotation
Initializes a new instance of the SOAPMessageHandlersAnnotation.
STYLE_DOCUMENT - Static variable in class org.codehaus.xfire.annotations.soap.SOAPBindingAnnotation
Constant used to specify a document binding style.
STYLE_RPC - Static variable in class org.codehaus.xfire.annotations.soap.SOAPBindingAnnotation
Constant used to specify a rpc binding style.
setAction(String) - Method in class org.codehaus.xfire.annotations.WebMethodAnnotation
Sets the action for this operation.
setEndpointInterface(String) - Method in class org.codehaus.xfire.annotations.WebServiceAnnotation
Sets the complete name of the service endpoint interface defining the service?s abstract Web Service contract.
setHeader(boolean) - Method in class org.codehaus.xfire.annotations.WebParamAnnotation
Determines whether this parameter is a header.
setHeader(boolean) - Method in class org.codehaus.xfire.annotations.WebResultAnnotation
 
setHeaders(String[]) - Method in class org.codehaus.xfire.annotations.soap.SOAPMessageHandler
Sets the list of SOAP headers processed by the handler.
setInitParams(InitParam[]) - Method in class org.codehaus.xfire.annotations.soap.SOAPMessageHandler
Sets the array of name/value pairs that should be passed to the handler during initialization.
setMode(int) - Method in class org.codehaus.xfire.annotations.WebParamAnnotation
Sets the direction in which the parameter is flowing.
setName(String) - Method in class org.codehaus.xfire.annotations.WebParamAnnotation
Sets the name of the parameter as it appears in the WSDL.
setName(String) - Method in class org.codehaus.xfire.annotations.WebResultAnnotation
Sets the name of return value as it appears in the WSDL and messages on the wire.
setName(String) - Method in class org.codehaus.xfire.annotations.WebServiceAnnotation
Sets the name of the Web Service.
setName(String) - Method in class org.codehaus.xfire.annotations.soap.InitParam
Sets the name of the initialization parameter.
setName(String) - Method in class org.codehaus.xfire.annotations.soap.SOAPMessageHandler
Sets the name of the handler.
setOperationName(String) - Method in class org.codehaus.xfire.annotations.WebMethodAnnotation
Sets the name of the wsdl:operation matching this method.
setParameterStyle(int) - Method in class org.codehaus.xfire.annotations.soap.SOAPBindingAnnotation
Sets the SOAP parameter binding style.
setPartName(String) - Method in class org.codehaus.xfire.annotations.WebParamAnnotation
 
setPartName(String) - Method in class org.codehaus.xfire.annotations.WebResultAnnotation
 
setPortName(String) - Method in class org.codehaus.xfire.annotations.WebServiceAnnotation
 
setRoles(String[]) - Method in class org.codehaus.xfire.annotations.soap.SOAPMessageHandler
Sets the list of SOAP roles/actors implemented by the handler
setServiceName(String) - Method in class org.codehaus.xfire.annotations.WebServiceAnnotation
Sets the service name of the Web Service.
setStyle(int) - Method in class org.codehaus.xfire.annotations.soap.SOAPBindingAnnotation
Sets the SOAP binding style, which defines the encoding style for messages send to and from the Web Service.
setTargetNamespace(String) - Method in class org.codehaus.xfire.annotations.WebParamAnnotation
Sets the XML namespace for the parameter.
setTargetNamespace(String) - Method in class org.codehaus.xfire.annotations.WebResultAnnotation
Sets the XML namespace for the return value.
setTargetNamespace(String) - Method in class org.codehaus.xfire.annotations.WebServiceAnnotation
Sets the XML namespace used for the WSDL and XML elements generated from this Web Service.
setUse(int) - Method in class org.codehaus.xfire.annotations.soap.SOAPBindingAnnotation
Sets the SOAP binding use, which defines the formatting style for messages sent to and from the Web Service.
setValue(String) - Method in class org.codehaus.xfire.annotations.soap.InitParam
Sets the value of the initialization parameter.

T

toString() - Method in class org.codehaus.xfire.annotations.WebMethodAnnotation
Returns a String representation of this WebMethodAnnotation.
toString() - Method in class org.codehaus.xfire.annotations.WebResultAnnotation
Returns a String representation of this WebResultAnnotation attribute.
toString() - Method in class org.codehaus.xfire.annotations.WebServiceAnnotation
Returns a String representation of this WebServiceAnnotation attribute.

U

USE_ENCODED - Static variable in class org.codehaus.xfire.annotations.soap.SOAPBindingAnnotation
Constant used to specify a encoded binding use.
USE_LITERAL - Static variable in class org.codehaus.xfire.annotations.soap.SOAPBindingAnnotation
Constant used to specify a literal binding use.

W

WebAnnotations - interface org.codehaus.xfire.annotations.WebAnnotations.
Defines the contract for accessing annotations at runtime.
WebMethod - class org.codehaus.xfire.annotations.commons.WebMethod.
Commons Attributes version of the WebMethod Annotation.
WebMethod() - Constructor for class org.codehaus.xfire.annotations.commons.WebMethod
Initializes a new instance of the WebMethod attribute.
WebMethod(String) - Constructor for class org.codehaus.xfire.annotations.commons.WebMethod
Initializes a new instance of the WebMetod attribute with the specified operation name.
WebMethodAnnotation - class org.codehaus.xfire.annotations.WebMethodAnnotation.
Represents an common representation of a web method annotation.
WebMethodAnnotation() - Constructor for class org.codehaus.xfire.annotations.WebMethodAnnotation
 
WebParam - class org.codehaus.xfire.annotations.commons.WebParam.
Commons Attributes version of the WebParam Annotation.
WebParam() - Constructor for class org.codehaus.xfire.annotations.commons.WebParam
 
WebParam(String) - Constructor for class org.codehaus.xfire.annotations.commons.WebParam
 
WebParam(String, String) - Constructor for class org.codehaus.xfire.annotations.commons.WebParam
Initializes a new instance of the WebParam attribute with the specified name and namespace.
WebParamAnnotation - class org.codehaus.xfire.annotations.WebParamAnnotation.
Represents a common representation of a web parameter annotation.
WebParamAnnotation() - Constructor for class org.codehaus.xfire.annotations.WebParamAnnotation
 
WebResult - class org.codehaus.xfire.annotations.commons.WebResult.
Commons Attributes version of the WebResult Annotation.
WebResult() - Constructor for class org.codehaus.xfire.annotations.commons.WebResult
Initializes a new instance of the WebResult attribute.
WebResult(String) - Constructor for class org.codehaus.xfire.annotations.commons.WebResult
Initializes a new instance of the WebResult attribute with the specified name.
WebResult(String, String) - Constructor for class org.codehaus.xfire.annotations.commons.WebResult
Initializes a new instance of the WebResult attribute with the specified name and namespace.
WebResultAnnotation - class org.codehaus.xfire.annotations.WebResultAnnotation.
Represents an common representation of a web result annotation.
WebResultAnnotation() - Constructor for class org.codehaus.xfire.annotations.WebResultAnnotation
 
WebService - class org.codehaus.xfire.annotations.commons.WebService.
Commons Attributes version of the WebService Annotation.
WebService() - Constructor for class org.codehaus.xfire.annotations.commons.WebService
Initializes a new instance of the WebService attribute.
WebService(String) - Constructor for class org.codehaus.xfire.annotations.commons.WebService
Initializes a new instance of the WebService attribute with the specified name.
WebService(String, String) - Constructor for class org.codehaus.xfire.annotations.commons.WebService
Initializes a new instance of the WebParam attribute with the specified name and namespace.
WebService(String, String, String, String) - Constructor for class org.codehaus.xfire.annotations.commons.WebService
 
WebServiceAnnotation - class org.codehaus.xfire.annotations.WebServiceAnnotation.
Represents an common representation of a web service annotation.
WebServiceAnnotation() - Constructor for class org.codehaus.xfire.annotations.WebServiceAnnotation
 

A C G H I L M O P S T U W

Copyright © 2004-2006 null. All Rights Reserved.