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

A

ACKNOWLEDGEMENT_TIMEOUT - Static variable in class org.ow2.petals.component.framework.api.Constants.Component
 
ACTION_QNAME - Static variable in class org.ow2.petals.component.framework.api.Constants.WSStar.Addressing
Deprecated.  
active - Variable in class org.ow2.petals.component.framework.api.Interceptor
Interceptor is always activated ie it is activated for all service units on all phases (send and accept)?
addInMessageAttachment(String, DataHandler) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 
addOutMessageAttachment(String, DataHandler) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 
ADDRESS_QNAME - Static variable in class org.ow2.petals.component.framework.api.Constants.WSStar.Addressing
Deprecated.  
ADDRESSING_KEY - Static variable in class org.ow2.petals.component.framework.api.Constants.WSStar
The key of the WS-Addressing property into a JBI Exchange
AUTOGENERATED_ENDPOINT_NAME - Static variable in class org.ow2.petals.component.framework.api.Constants.Component
The endpoint name used as the extension: auto-generated endpoint name extension

C

cardinality - Variable in class org.ow2.petals.component.framework.api.configuration.ConfigurationElementCardinality
 
clear() - Method in class org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions
 
component - Variable in class org.ow2.petals.component.framework.api.Interceptor
The JBI component of the interceptor (to enable access to all the component context)
COMPONENT_WSDL - Static variable in class org.ow2.petals.component.framework.api.Constants.Component
The name of the 'native' WSDL document managed directly by the component.
componentParameters - Variable in class org.ow2.petals.component.framework.api.Interceptor
The interceptor attributes (defined in the component descriptor).
ConfigurationElementCardinality - Class in org.ow2.petals.component.framework.api.configuration
Structure to count the cardinality of Elements.
ConfigurationElementCardinality() - Constructor for class org.ow2.petals.component.framework.api.configuration.ConfigurationElementCardinality
 
ConfigurationExtensions - Class in org.ow2.petals.component.framework.api.configuration
The CDK component specific extended configuration.
ConfigurationExtensions(List<?>, String) - Constructor for class org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions
 
ConfigurationExtensions(List<?>) - Constructor for class org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions
 
Constants - Class in org.ow2.petals.component.framework.api
 
Constants() - Constructor for class org.ow2.petals.component.framework.api.Constants
 
Constants.Component - Class in org.ow2.petals.component.framework.api
The Component constants
Constants.Component() - Constructor for class org.ow2.petals.component.framework.api.Constants.Component
 
Constants.Configuration - Class in org.ow2.petals.component.framework.api
Configuration constants
Constants.Configuration() - Constructor for class org.ow2.petals.component.framework.api.Constants.Configuration
 
Constants.Exception - Class in org.ow2.petals.component.framework.api
Exception constants
Constants.Exception() - Constructor for class org.ow2.petals.component.framework.api.Constants.Exception
 
Constants.WSStar - Class in org.ow2.petals.component.framework.api
WS-* constants
Constants.WSStar() - Constructor for class org.ow2.petals.component.framework.api.Constants.WSStar
 
Constants.WSStar.Addressing - Class in org.ow2.petals.component.framework.api
Deprecated. use com.ebmwebsourcing.wsstar.addressing.definition.WSAddressingFactory with the key org.ow2.petals.component.framework.api.WSStar.ADDRESSING_KEY
Constants.WSStar.Addressing() - Constructor for class org.ow2.petals.component.framework.api.Constants.WSStar.Addressing
Deprecated.  
Constants.WSStar.Topic - Class in org.ow2.petals.component.framework.api
Topic constants TODO: use constants of wsstar
Constants.WSStar.Topic() - Constructor for class org.ow2.petals.component.framework.api.Constants.WSStar.Topic
 
containsKey(Object) - Method in class org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions
 
containsValue(Object) - Method in class org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions
 
CORRELATION_ID_KEY - Static variable in class org.ow2.petals.component.framework.api.Message
The key of the correlation id property into a JBI Exchange
createFault() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 

D

DEFAULT_ACCEPTOR_SIZE - Static variable in class org.ow2.petals.component.framework.api.Constants.Component
 
DEFAULT_ACKNOWLEDGEMENT_TIMEOUT - Static variable in class org.ow2.petals.component.framework.api.Constants.Component
 
DEFAULT_FAULT_QNAME - Static variable in interface org.ow2.petals.component.framework.api.message.Exchange
 
DEFAULT_IGNORED_STATUS - Static variable in class org.ow2.petals.component.framework.api.Constants.Component
 
DEFAULT_POOL_SIZE - Static variable in class org.ow2.petals.component.framework.api.Constants.Component
 
DEFAULT_SEND_TIMEOUT - Static variable in class org.ow2.petals.component.framework.api.Constants.Component
 
DocumentException - Exception in org.ow2.petals.component.framework.api.exception
All exceptions based on this exception will be transform in a SOAP Fault.
DocumentException(QName, String, URI) - Constructor for exception org.ow2.petals.component.framework.api.exception.DocumentException
 

E

entrySet() - Method in class org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions
 
equals(URI) - Method in enum org.ow2.petals.component.framework.api.Message.MEPConstants
Please use this equals method instead of using : value().equals(mep) which is almost 10 times slower...
Exchange - Interface in org.ow2.petals.component.framework.api.message
The MessageExchange wrapper to handle properly MessageExchange against the CDK.

F

FAULT_MESSAGE_NAME - Static variable in interface org.ow2.petals.component.framework.api.message.Exchange
 
FAULT_TO_QNAME - Static variable in class org.ow2.petals.component.framework.api.Constants.WSStar.Addressing
Deprecated.  
FaultException - Exception in org.ow2.petals.component.framework.api.exception
All exceptions based on this exception will be transform in a SOAP Fault.
FaultException(QName, String, URI) - Constructor for exception org.ow2.petals.component.framework.api.exception.FaultException
 
FaultException(QName, String, URI, Throwable) - Constructor for exception org.ow2.petals.component.framework.api.exception.FaultException
 
FROM_QNAME - Static variable in class org.ow2.petals.component.framework.api.Constants.WSStar.Addressing
Deprecated.  

G

get(Object) - Method in class org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions
 
get(Object, String) - Method in class org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions
 
getChannel() - Method in interface org.ow2.petals.component.framework.api.PetalsComponent
Returns the component delivery channel, used to send messages to petals container
getComponentParameters() - Method in class org.ow2.petals.component.framework.api.Interceptor
 
getContext() - Method in interface org.ow2.petals.component.framework.api.PetalsComponent
The component context
getDescription() - Method in interface org.ow2.petals.component.framework.api.Wsdl
Get the description
getDocument() - Method in exception org.ow2.petals.component.framework.api.exception.DocumentException
 
getDocument() - Method in interface org.ow2.petals.component.framework.api.Wsdl
Get the document
getEndpoint() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 
getEndpointName() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Get the endpoint name specified in the message exchange
getError() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 
getExchangeId() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 
getExchangePattern() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Get the message exchange Pattern
getFault() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Get the exchange fault
getFaultActor() - Method in exception org.ow2.petals.component.framework.api.exception.FaultException
 
getFaultCode() - Method in exception org.ow2.petals.component.framework.api.exception.FaultException
 
getFlowAttributes() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Get the flow attributes of the message exchange
getInAddressing() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Get the addressing data from the IN message.
getInMessage() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Extract incoming NormalizedMessage from given MessageExchange.
getInMessageAttachment(String) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Get the "In" attachment matching the given name
getInMessageAttachmentNames() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Get all the "In" attachment names
getInMessageAttachments() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Get the "In" attachments in a Set
getInMessageContentAsDocument() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Get the content of the "in" message as a DOM document.
getInMessageContentAsDocument(boolean) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Get the content of the "in" message as a DOM document.
getInMessageContentAsSource() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Get the content of the "in" message as a Source
getInMessageProperty(String) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 
getInMessagePropertyNames() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 
getInSubject() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Get "In" security subject
getInterceptor(String) - Method in interface org.ow2.petals.component.framework.api.PetalsComponent
Get the interceptor that have the given name.
getInterceptors() - Method in interface org.ow2.petals.component.framework.api.PetalsComponent
Get all the interceptors
getInterfaceName() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 
getLogger() - Method in interface org.ow2.petals.component.framework.api.PetalsComponent
Returns the component logger
getName() - Method in class org.ow2.petals.component.framework.api.Interceptor
 
getOperation() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 
getOperationName() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Get the operation name (local part of the operation QName)
getOutMessage() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Extract outgoing NormalizedMessage from given MessageExchange.
getOutMessageAttachment(String) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Get the "Out" attachment matching the attachment name.
getOutMessageAttachmentNames() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Get all the "Out" attachment names.
getOutMessageAttachments() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Get all the "Out" attachments in a Set.
getOutMessageContentAsDocument() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Get the content of the "out" message as a DOM document.
getOutMessageContentAsDocument(boolean) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Get the content of the "out" message as a DOM document.
getOutMessageContentAsSource() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Get the content of the "out" message as a Source
getOutMessageProperty(String) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 
getOutMessagePropertyNames() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 
getOutSubject() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Get "Out" security subject
getPattern() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 
getProperty(String) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 
getPropertyNames() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 
getRole() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 
getService() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 
getStatus() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 

H

handleMessageAccept(Exchange, Provides, Map<String, String>) - Method in class org.ow2.petals.component.framework.api.Interceptor
Method called before the provider of service receive its request.
handleMessageAcceptResponse(Exchange, Provides, Map<String, String>) - Method in class org.ow2.petals.component.framework.api.Interceptor
Method called before the provider of service send its response.
handleMessageSent(Exchange, Consumes, Map<String, String>) - Method in class org.ow2.petals.component.framework.api.Interceptor
Method called before the consumer of service send a request.
handleMessageSentResponse(Exchange, Consumes, Map<String, String>) - Method in class org.ow2.petals.component.framework.api.Interceptor
Method called before the consumer of service receive its response.

I

IN_MESSAGE_NAME - Static variable in interface org.ow2.petals.component.framework.api.message.Exchange
 
init(PetalsComponent, String, boolean, Map<String, String>, Logger) - Method in class org.ow2.petals.component.framework.api.Interceptor
Initialize the interceptor from its parameters.
Interceptor - Class in org.ow2.petals.component.framework.api
An abstract class for JBI message interceptor.
Interceptor() - Constructor for class org.ow2.petals.component.framework.api.Interceptor
Creates a new instance of Interceptor
isActive() - Method in class org.ow2.petals.component.framework.api.Interceptor
 
isActiveStatus() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Test if the message status is ACTIVE
isConsumerRole() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Test if the message role is consumer
isDoneStatus() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Test if the message status is DONE
isEmpty() - Method in class org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions
 
isErrorStatus() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Test if the message status is ERROR
isInMessage() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Test if an In message is set on the MessageExchange
isInOnlyPattern() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 
isInOptionalOutPattern() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 
isInOutPattern() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 
isOutMessage() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Test if an out message is set on the MessageExchange
isProviderRole() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Test if the message role is provider
isRobustInOnlyPattern() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 
isTransacted() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 

J

JBI_XML - Static variable in class org.ow2.petals.component.framework.api.Constants.Component
 

K

keySet() - Method in class org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions
 

L

loadProperties(String) - Static method in class org.ow2.petals.component.framework.api.util.PropertiesUtil
Load a Properties object from a properties file path.
logger - Variable in class org.ow2.petals.component.framework.api.Interceptor
The component logger

M

MEP - Static variable in class org.ow2.petals.component.framework.api.Constants.Component
 
Message - Class in org.ow2.petals.component.framework.api
Message constants.
Message() - Constructor for class org.ow2.petals.component.framework.api.Message
 
Message.InterceptorPhase - Enum in org.ow2.petals.component.framework.api
The interceptor constants
Message.MEPConstants - Enum in org.ow2.petals.component.framework.api
Constants for the JBI Message Exchange Patterns.
META_INF - Static variable in class org.ow2.petals.component.framework.api.Constants.Component
 

N

name - Variable in class org.ow2.petals.component.framework.api.configuration.ConfigurationElementCardinality
 
name - Variable in class org.ow2.petals.component.framework.api.Interceptor
The name of the interceptor (defined in the component descriptor).
NAMESPACE_URI - Static variable in class org.ow2.petals.component.framework.api.Constants.Exception
The URI to use as base URI to determine the SOAP actor.
NAMESPACE_URI - Static variable in class org.ow2.petals.component.framework.api.Constants.WSStar.Addressing
Deprecated.  
NAMESPACE_URI - Static variable in class org.ow2.petals.component.framework.api.Constants.WSStar.Topic
The namespace of the topics
NATIVE_SERVICE_FOLDER - Static variable in class org.ow2.petals.component.framework.api.Constants.Component
Name of the folder used to store native WSDL and resource.

O

onInit() - Method in class org.ow2.petals.component.framework.api.Interceptor
Initialization callback.
org.ow2.petals.component.framework.api - package org.ow2.petals.component.framework.api
 
org.ow2.petals.component.framework.api.configuration - package org.ow2.petals.component.framework.api.configuration
 
org.ow2.petals.component.framework.api.exception - package org.ow2.petals.component.framework.api.exception
 
org.ow2.petals.component.framework.api.message - package org.ow2.petals.component.framework.api.message
 
org.ow2.petals.component.framework.api.util - package org.ow2.petals.component.framework.api.util
 
OUT_MESSAGE_NAME - Static variable in interface org.ow2.petals.component.framework.api.message.Exchange
 

P

PEtALSCDKException - Exception in org.ow2.petals.component.framework.api.exception
The generic CDK exception.
PEtALSCDKException(String, Throwable) - Constructor for exception org.ow2.petals.component.framework.api.exception.PEtALSCDKException
 
PEtALSCDKException(String) - Constructor for exception org.ow2.petals.component.framework.api.exception.PEtALSCDKException
 
PEtALSCDKException(Throwable) - Constructor for exception org.ow2.petals.component.framework.api.exception.PEtALSCDKException
 
PetalsComponent - Interface in org.ow2.petals.component.framework.api
 
PREFIX - Static variable in class org.ow2.petals.component.framework.api.Constants.WSStar.Addressing
Deprecated.  
PROCESS_PATH_KEY - Static variable in class org.ow2.petals.component.framework.api.Message
The key of the process path property into a JBI Exchange
PROPAGATION_PREFIX - Static variable in class org.ow2.petals.component.framework.api.Message
The prefix of the properties to propagate during a fork of exchange
PropertiesUtil - Class in org.ow2.petals.component.framework.api.util
Utility to handle a CDK properties file.
PropertiesUtil() - Constructor for class org.ow2.petals.component.framework.api.util.PropertiesUtil
 
PROPERTY_PROVIDER_LINKTYPE - Static variable in interface org.ow2.petals.component.framework.api.message.Exchange
 
put(String, String) - Method in class org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions
 
putAll(Map<? extends String, ? extends String>) - Method in class org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions
(non-Javadoc)

R

remove(Object) - Method in class org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions
 
REPLY_TO_QNAME - Static variable in class org.ow2.petals.component.framework.api.Constants.WSStar.Addressing
Deprecated.  

S

SERVICE_NAME_QNAME - Static variable in class org.ow2.petals.component.framework.api.Constants.WSStar.Addressing
Deprecated.  
setActive(boolean) - Method in class org.ow2.petals.component.framework.api.Interceptor
 
setActiveStatus() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Set the message exchange status to ACTIVE
setDoneStatus() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Set the message exchange status to DONE
setEndpoint(ServiceEndpoint) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 
setError(Exception) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Put the given exception as Error part of the message exchange.
setErrorStatus() - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Set the message exchange status to Error
setFault(Fault) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 
setFault(Throwable) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Create a Fault with the given Exception and set it in the MessageExchange
setInAddressing(Map<QName, String>) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Set the addressing information in the IN message.
setInMessage(NormalizedMessage) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Set the input message
setInMessageAttachment(String, DataHandler) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Put the attachment in the "out" message.
setInMessageAttachments(Map<String, DataHandler>) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Put a Map of attachments in the out message of the message exchange.
setInMessageContent(Document) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Put a Source object in the in message of the message exchange.
setInMessageContent(InputStream) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Put a String object in the in message of the message exchange.
setInMessageContent(Source) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Put a Source object in the in message of the message exchange.
setInMessageProperties(Map<String, Object>) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 
setInMessageProperty(String, Object) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 
setInSubject(Subject) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Set the "In" security subject.
setInterfaceName(QName) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Set the target interface name to invoke the service
setOperation(QName) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Set the message operation
setOutMessage(NormalizedMessage) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Set the output message
setOutMessageAttachment(String, DataHandler) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Put the attachment in the "out" message.
setOutMessageAttachments(Map<String, DataHandler>) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Put a Map of attachments in the "out" message.
setOutMessageContent(Document) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Put a Source object in the out message of the message exchange.
setOutMessageContent(InputStream) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Put a String object in the in message of the message exchange.
setOutMessageContent(Source) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Put a Source object in the out message of the message exchange.
setOutMessageProperties(Map<String, Object>) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 
setOutMessageProperty(String, Object) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 
setOutSubject(Subject) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
Set the out security subject.
setProperty(String, Object) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 
setService(QName) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 
setStatus(ExchangeStatus) - Method in interface org.ow2.petals.component.framework.api.message.Exchange
 
size() - Method in class org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions
 
SOAP11FaultClientException - Exception in org.ow2.petals.component.framework.api.exception
This exception represents the fault named "Client" pre-defined in the specifications of SOAP 1.1.
SOAP11FaultClientException(String, URI) - Constructor for exception org.ow2.petals.component.framework.api.exception.SOAP11FaultClientException
 
SOAP11FaultClientException(String, URI, Throwable) - Constructor for exception org.ow2.petals.component.framework.api.exception.SOAP11FaultClientException
 
SOAP11FaultServerException - Exception in org.ow2.petals.component.framework.api.exception
This exception represents the fault named "Server" pre-defined in the specifications of SOAP 1.1.
SOAP11FaultServerException(String, URI) - Constructor for exception org.ow2.petals.component.framework.api.exception.SOAP11FaultServerException
 
SOAP11FaultServerException(String, URI, Throwable) - Constructor for exception org.ow2.petals.component.framework.api.exception.SOAP11FaultServerException
 
suffixNumber - Variable in class org.ow2.petals.component.framework.api.configuration.ConfigurationElementCardinality
 

T

TO_QNAME - Static variable in class org.ow2.petals.component.framework.api.Constants.WSStar.Addressing
Deprecated.  
toString() - Method in class org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions
 
toString() - Method in enum org.ow2.petals.component.framework.api.Message.MEPConstants
 

V

value() - Method in enum org.ow2.petals.component.framework.api.Message.MEPConstants
 
valueOf(String) - Static method in enum org.ow2.petals.component.framework.api.Message.InterceptorPhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.petals.component.framework.api.Message.MEPConstants
Returns the enum constant of this type with the specified name.
valueOf(URI) - Static method in enum org.ow2.petals.component.framework.api.Message.MEPConstants
 
values() - Method in class org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions
 
values() - Static method in enum org.ow2.petals.component.framework.api.Message.InterceptorPhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.petals.component.framework.api.Message.MEPConstants
Returns an array containing the constants of this enum type, in the order they are declared.

W

Wsdl - Interface in org.ow2.petals.component.framework.api
Manage a wsdl.

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

Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.