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

A

accept(GcLink) - Method in class org.gpel.client.GcDefaultSupportedLinksFilter
 
accept(GcLink) - Method in interface org.gpel.client.GcLinkFilter
 
activities() - Method in class org.gpel.model.GpelContainerActivity
 
activities() - Method in class org.gpel.model.GpelContainerActivityOfOne
 
addActivity(GpelActivity) - Method in class org.gpel.model.GpelContainerActivity
 
addActivity(GpelActivity) - Method in class org.gpel.model.GpelContainerActivityOfOne
 
addActivity(GpelActivity) - Method in class org.gpel.model.GpelFlow
 
addActivity(GpelActivity) - Method in class org.gpel.model.GpelIf
 
addActivity(GpelActivity) - Method in class org.gpel.model.GpelScope
 
addCopy(GpelAssignCopy) - Method in class org.gpel.model.GpelAssign
 
addLogger(GLogger) - Method in class org.gpel.logger.GLogger.LogManager
 
addMessageVariable(String, XmlNamespace, String) - Method in class org.gpel.model.GpelProcess
 
addPartnerLink(GpelPartnerLink) - Method in class org.gpel.model.GpelPartnerLinksContainer
 
addPartnerLink(String, XmlNamespace, String) - Method in class org.gpel.model.GpelProcess
 
addPartnerLink(String, XmlNamespace, String, String, String) - Method in class org.gpel.model.GpelProcess
 
addVariable(GpelVariable) - Method in class org.gpel.model.GpelVariablesContainer
 
ALL - Static variable in class org.gpel.logger.GLogger.Level
 
ATOM_CONTENT_EL - Static variable in class org.gpel.client.GcUtil
 
ATOM_CONTENT_TYPE_ATTR - Static variable in class org.gpel.client.GcUtil
 
ATOM_ENTRY_EL - Static variable in class org.gpel.client.GcUtil
 
ATOM_MIMETYPE - Static variable in class org.gpel.client.GcUtil
 
ATOM_NS - Static variable in class org.gpel.client.GcUtil
 
ATOM_NS - Static variable in class org.gpel.GpelConstants
 
ATOM_TITLE_EL - Static variable in class org.gpel.client.GcUtil
 
ATOM_UPDATED_EL - Static variable in class org.gpel.client.GcUtil
 

B

Base64 - Class in org.gpel.client.util.base64
This is utility class to handle BAS64 encoding and decoding in a streaming fashion.
Base64() - Constructor for class org.gpel.client.util.base64.Base64
 
Base64DecodingException - Exception in org.gpel.client.util.base64
There was exceptionin BASE64 decoding.
Base64DecodingException(String) - Constructor for exception org.gpel.client.util.base64.Base64DecodingException
 
Base64DecodingException(String, Throwable) - Constructor for exception org.gpel.client.util.base64.Base64DecodingException
 
Base64DecodingState - Class in org.gpel.client.util.base64
There was exceptionin BASE64 decoding.
Base64DecodingState() - Constructor for class org.gpel.client.util.base64.Base64DecodingState
 
Base64EncodingException - Exception in org.gpel.client.util.base64
There was exceptionin BASE64 decoding.
Base64EncodingException(String) - Constructor for exception org.gpel.client.util.base64.Base64EncodingException
 
Base64EncodingException(String, Throwable) - Constructor for exception org.gpel.client.util.base64.Base64EncodingException
 
Base64EncodingState - Class in org.gpel.client.util.base64
There was exceptionin BASE64 decoding.
Base64EncodingState() - Constructor for class org.gpel.client.util.base64.Base64EncodingState
 
BPEL_NS - Static variable in class org.gpel.GpelConstants
 
BPEL_PREFIX - Static variable in class org.gpel.GpelConstants
 
BUILDER - Static variable in class org.gpel.GpelConstants
 
builder - Static variable in class org.gpel.xml.GpelXmlViewBase
 

C

categorizeContentType(String) - Static method in class org.gpel.client.GcUtil
 
caught(Throwable) - Method in class org.gpel.logger.GLogger
report that exception was caught with log message at FINER level and "CAUGHT" message
caught(String, String, Throwable) - Method in class org.gpel.logger.GLogger
 
checkClientTrusted(X509Certificate[], String) - Method in class org.gpel.client.http.apache_http_client.Transport.TrustAllX509TrustManager
 
checkClientTrusted(X509Certificate[], String) - Method in class org.gpel.client.http.apache_http_client.Transport.TrustedListX509TrustManager
 
checkNamespaceAndName() - Method in class org.gpel.model.GpelModelBase
 
checkNamespaceAndName() - Method in class org.gpel.xml.GpelXmlViewBase
 
checkServerTrusted(X509Certificate[], String) - Method in class org.gpel.client.http.apache_http_client.Transport.TrustAllX509TrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class org.gpel.client.http.apache_http_client.Transport.TrustedListX509TrustManager
 
chooseClientAlias(String[], Principal[], Socket) - Method in class org.gpel.client.http.apache_http_client.Transport.OneChainKeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.gpel.client.http.apache_http_client.Transport.OneChainKeyManager
 
config(String) - Method in class org.gpel.logger.GLogger
 
config(String, Throwable) - Method in class org.gpel.logger.GLogger
 
CONFIG - Static variable in class org.gpel.logger.GLogger.Level
 
CONTENT_TYPE_ATOM - Static variable in class org.gpel.client.GcUtil
 
convertElementToActivity(XmlElement) - Static method in class org.gpel.model.GpelActivity
 
convertElementToActivityIfPossible(XmlElement) - Static method in class org.gpel.model.GpelActivity
 
copyOperations() - Method in class org.gpel.model.GpelAssign
 
COUNTER_NAME_ATTR - Static variable in class org.gpel.model.GpelForEach
 
createInstance() - Method in class org.gpel.client.GcTemplate
 
createInstance(GcTemplate) - Method in class org.gpel.client.GpelClient
 
createResourceFromHttp(GcHttpResponse, String) - Method in class org.gpel.client.http.GcDefaultWebResourceFromHttp
 
createResourceFromHttp(GcHttpResponse, String) - Method in interface org.gpel.client.http.GcWebResourceFromHttp
 
createTemplate(String) - Method in class org.gpel.client.GpelClient
 

D

decode(Base64DecodingState, char[], int, int, boolean) - Static method in class org.gpel.client.util.base64.Base64
Do streaming decoding - state is used maintain decoding dtate if more than chunk is passed.
decode(char[], int, int) - Static method in class org.gpel.client.util.base64.Base64
Utility function to decode all-at-once.
decode(char[]) - Static method in class org.gpel.client.util.base64.Base64
Utility function to decode all-at-once.
DEFAULT_CHARSET - Static variable in class org.gpel.client.GcUtil
 
DEFAULT_LINKS_FILTER - Static variable in class org.gpel.client.GcLinksResource
 
DEFAULT_MIME_TYPE - Static variable in class org.gpel.client.GcBinaryWebResource
 
DEFAULT_MIME_TYPE - Static variable in class org.gpel.client.GcTextWebResource
 
DEFAULT_NESTING_LEVEL - Static variable in class org.gpel.logger.GLogger
 
deployTemplate(GcTemplate) - Method in class org.gpel.client.GpelClient
 

E

encode(Base64EncodingState, byte[], int, int, boolean) - Static method in class org.gpel.client.util.base64.Base64
Streaming encoder of a chunk.
encode(byte[], int, int) - Static method in class org.gpel.client.util.base64.Base64
Utility function to encode all-at-once.
encode(byte[]) - Static method in class org.gpel.client.util.base64.Base64
Utility function to encode all-at-once.
ENDPOINT_REFERENCE_ATTR - Static variable in class org.gpel.model.GpelAssignCopyParams
 
entering() - Method in class org.gpel.logger.GLogger
Log a method entry with Level.FINER and message "ENTRY"
entering(String, String) - Method in class org.gpel.logger.GLogger
 
entering(Object) - Method in class org.gpel.logger.GLogger
Log a method entry with Level.FINER and message "ENTRY" and parametr content appended
entering(String, String, Object) - Method in class org.gpel.logger.GLogger
 
entering(Object[]) - Method in class org.gpel.logger.GLogger
Log a method entry with Level.FINER and message "ENTRY" and parametrs content appended
entering(String, String, Object[]) - Method in class org.gpel.logger.GLogger
 
equals(Object) - Method in class org.gpel.logger.GLogger.Level
 
exitIfRequiredVersionMissing(String) - Static method in class org.gpel.GpelVersion
 
exiting() - Method in class org.gpel.logger.GLogger
Log a method return with Level.FINER and message "RETURN"
exiting(String, String) - Method in class org.gpel.logger.GLogger
 
exiting(Object) - Method in class org.gpel.logger.GLogger
Log a method return with Level.FINER and message "RETURN" and return value appended
exiting(String, String, Object) - Method in class org.gpel.logger.GLogger
 

F

FINAL_COUNTER_VALUE_EL - Static variable in class org.gpel.model.GpelForEach
 
findTemplates(int) - Method in class org.gpel.client.GpelClient
Return the newest first.
findTemplates(int, GcSearchRequest.SearchType) - Method in class org.gpel.client.GpelClient
 
findTemplates(GcSearchRequest) - Method in class org.gpel.client.GpelClient
 
fine(String) - Method in class org.gpel.logger.GLogger
 
fine(String, Throwable) - Method in class org.gpel.logger.GLogger
 
FINE - Static variable in class org.gpel.logger.GLogger.Level
 
finer(String) - Method in class org.gpel.logger.GLogger
 
finer(String, Throwable) - Method in class org.gpel.logger.GLogger
 
FINER - Static variable in class org.gpel.logger.GLogger.Level
 
finest(String) - Method in class org.gpel.logger.GLogger
 
finest(String, Throwable) - Method in class org.gpel.logger.GLogger
 
FINEST - Static variable in class org.gpel.logger.GLogger.Level
 
formatTime(long, StringBuffer) - Static method in class org.gpel.logger.GLogger
 

G

GcAbstractState - Class in org.gpel.client
 
GcAbstractState(XmlElement) - Constructor for class org.gpel.client.GcAbstractState
 
GcAtomResource - Class in org.gpel.client
 
GcAtomResource(String, String) - Constructor for class org.gpel.client.GcAtomResource
 
GcAtomResource(XmlElement) - Constructor for class org.gpel.client.GcAtomResource
 
GcBinaryWebResource - Class in org.gpel.client
 
GcBinaryWebResource(String, byte[]) - Constructor for class org.gpel.client.GcBinaryWebResource
 
GcBinaryWebResource(String, byte[], String) - Constructor for class org.gpel.client.GcBinaryWebResource
 
GcBinaryWebResource(XmlElement) - Constructor for class org.gpel.client.GcBinaryWebResource
 
GcDefaultSupportedLinksFilter - Class in org.gpel.client
 
GcDefaultSupportedLinksFilter() - Constructor for class org.gpel.client.GcDefaultSupportedLinksFilter
 
GcDefaultWebResourceFromHttp - Class in org.gpel.client.http
 
GcDefaultWebResourceFromHttp() - Constructor for class org.gpel.client.http.GcDefaultWebResourceFromHttp
 
GcDefaultWebResourceToHttp - Class in org.gpel.client.http
 
GcDefaultWebResourceToHttp() - Constructor for class org.gpel.client.http.GcDefaultWebResourceToHttp
 
GcException - Exception in org.gpel.client
Base for all GPEL Client API exceptions.
GcException(String) - Constructor for exception org.gpel.client.GcException
 
GcException(String, Throwable) - Constructor for exception org.gpel.client.GcException
 
GcHttpException - Exception in org.gpel.client.http
All exceptions related to HTTP transport in GPEL Client API.
GcHttpException(String) - Constructor for exception org.gpel.client.http.GcHttpException
 
GcHttpException(String, Throwable) - Constructor for exception org.gpel.client.http.GcHttpException
 
GcHttpRequest - Class in org.gpel.client.http
 
GcHttpRequest(GcHttpRequest.Method, URI) - Constructor for class org.gpel.client.http.GcHttpRequest
 
GcHttpRequest(GcHttpRequest.Method, URI, boolean) - Constructor for class org.gpel.client.http.GcHttpRequest
 
GcHttpRequest(GcHttpRequest.Method, URI, String, XmlElement) - Constructor for class org.gpel.client.http.GcHttpRequest
 
GcHttpRequest(GcHttpRequest.Method, URI, String, String) - Constructor for class org.gpel.client.http.GcHttpRequest
 
GcHttpRequest(GcHttpRequest.Method, URI, String, byte[]) - Constructor for class org.gpel.client.http.GcHttpRequest
 
GcHttpRequest.Method - Enum in org.gpel.client.http
 
GcHttpResponse - Class in org.gpel.client.http
 
GcHttpResponse(URI, String, byte[]) - Constructor for class org.gpel.client.http.GcHttpResponse
 
GcHttpResponse(URI, String, String) - Constructor for class org.gpel.client.http.GcHttpResponse
 
GcHttpResponse(URI, String, XmlElement) - Constructor for class org.gpel.client.http.GcHttpResponse
 
GcHttpResponse(URI) - Constructor for class org.gpel.client.http.GcHttpResponse
 
GcHttpTransport - Interface in org.gpel.client.http
 
GcIncomingQueue - Class in org.gpel.client
 
GcIncomingQueue(XmlElement) - Constructor for class org.gpel.client.GcIncomingQueue
 
GcInstance - Class in org.gpel.client
 
GcInstance(GpelClient, String, GcLinkFilter) - Constructor for class org.gpel.client.GcInstance
 
GcInstance(XmlElement) - Constructor for class org.gpel.client.GcInstance
 
GcLabelSet - Class in org.gpel.client
 
GcLabelSet(Set<String>) - Constructor for class org.gpel.client.GcLabelSet
 
GcLink - Class in org.gpel.client
 
GcLink(XmlElement) - Constructor for class org.gpel.client.GcLink
 
GcLink(URI, String) - Constructor for class org.gpel.client.GcLink
 
GcLinkFilter - Interface in org.gpel.client
 
GcLinksResource - Class in org.gpel.client
 
GcLinksResource(GpelClient, String, XmlElement, GcLinkFilter, String) - Constructor for class org.gpel.client.GcLinksResource
 
GcLinksResource(XmlElement) - Constructor for class org.gpel.client.GcLinksResource
 
GcOutgoingQueue - Class in org.gpel.client
 
GcOutgoingQueue(XmlElement) - Constructor for class org.gpel.client.GcOutgoingQueue
 
GcPriority - Enum in org.gpel.client
 
GcProcessResource - Class in org.gpel.client
 
GcProcessResource(String, GpelProcess) - Constructor for class org.gpel.client.GcProcessResource
 
GcProcessResource(XmlElement) - Constructor for class org.gpel.client.GcProcessResource
 
GcProvidesWsdlResource - Class in org.gpel.client
 
GcProvidesWsdlResource(XmlElement) - Constructor for class org.gpel.client.GcProvidesWsdlResource
 
GcResourceNotFoundException - Exception in org.gpel.client
Resource could not be found at given location.
GcResourceNotFoundException(String, URI) - Constructor for exception org.gpel.client.GcResourceNotFoundException
 
GcResourceNotFoundException(String, URI, Throwable) - Constructor for exception org.gpel.client.GcResourceNotFoundException
 
GcSearchList - Interface in org.gpel.client
 
GcSearchRequest - Class in org.gpel.client
 
GcSearchRequest(int) - Constructor for class org.gpel.client.GcSearchRequest
 
GcSearchRequest.SearchType - Enum in org.gpel.client
 
GcSearchResult - Interface in org.gpel.client
 
GcState - Class in org.gpel.client
 
GcState(XmlElement) - Constructor for class org.gpel.client.GcState
 
GcTemplate - Class in org.gpel.client
 
GcTemplate(GpelClient, String, GcLinkFilter) - Constructor for class org.gpel.client.GcTemplate
 
GcTemplate(XmlElement) - Constructor for class org.gpel.client.GcTemplate
 
GcTextWebResource - Class in org.gpel.client
 
GcTextWebResource(String, String) - Constructor for class org.gpel.client.GcTextWebResource
 
GcTextWebResource(String, String, String) - Constructor for class org.gpel.client.GcTextWebResource
 
GcTextWebResource(XmlElement) - Constructor for class org.gpel.client.GcTextWebResource
 
GcUsesWsdlResource - Class in org.gpel.client
 
GcUsesWsdlResource(XmlElement) - Constructor for class org.gpel.client.GcUsesWsdlResource
 
GcUtil - Class in org.gpel.client
 
GcUtil() - Constructor for class org.gpel.client.GcUtil
 
GcWebResource - Interface in org.gpel.client
 
GcWebResourceFromHttp - Interface in org.gpel.client.http
 
GcWebResourceToHttp - Interface in org.gpel.client.http
 
GcWebResourceType - Enum in org.gpel.client
 
GcWsdlResource - Class in org.gpel.client
 
GcWsdlResource(XmlElement) - Constructor for class org.gpel.client.GcWsdlResource
 
GcXmlWebResource - Class in org.gpel.client
 
GcXmlWebResource(String, XmlElement, String) - Constructor for class org.gpel.client.GcXmlWebResource
 
GcXmlWebResource(XmlElement) - Constructor for class org.gpel.client.GcXmlWebResource
 
gelOutputVariableName() - Method in class org.gpel.model.GpelInvoke
Return output variable name;
getAcceptedIssuers() - Method in class org.gpel.client.http.apache_http_client.Transport.TrustAllX509TrustManager
 
getAcceptedIssuers() - Method in class org.gpel.client.http.apache_http_client.Transport.TrustedListX509TrustManager
 
getActivity() - Method in class org.gpel.model.GpelContainerActivityOfOne
Activity is required (null is never returned)
getActivity(boolean) - Method in class org.gpel.model.GpelContainerActivityOfOne
 
getActivity() - Method in class org.gpel.model.GpelProcess
 
getAnonymousMLogger() - Static method in class org.gpel.logger.GLogger
 
getApiPostLocation() - Method in class org.gpel.client.GpelClient
 
getBinaryContent() - Method in class org.gpel.client.GcBinaryWebResource
 
getBinaryContent() - Method in class org.gpel.client.http.GcHttpRequest
 
getBinaryContent() - Method in class org.gpel.client.http.GcHttpResponse
 
getBoolExpr() - Method in class org.gpel.model.GpelCondition
 
getCertificateChain(String) - Method in class org.gpel.client.http.apache_http_client.Transport.OneChainKeyManager
 
getClient() - Method in class org.gpel.client.GcLinksResource
 
getClientAliases(String, Principal[]) - Method in class org.gpel.client.http.apache_http_client.Transport.OneChainKeyManager
 
getClientForLocation(URI) - Method in class org.gpel.client.http.apache_http_client.Transport
 
getCondition() - Method in class org.gpel.model.GpelIf
Condition is required (null is never returned)
getContentEl(boolean) - Method in class org.gpel.client.GcAtomResource
 
getContentType() - Method in class org.gpel.client.http.GcHttpRequest
 
getContentType() - Method in class org.gpel.client.http.GcHttpResponse
 
getCounterName() - Method in class org.gpel.model.GpelForEach
 
getElementQName() - Method in class org.gpel.model.GpelVariable
Get variable @ messageType as Qname
getElse() - Method in class org.gpel.model.GpelIf
Else is optional (null MAY be returned)
getEndpointReference() - Method in class org.gpel.model.GpelAssignCopyParams
 
getFilter() - Method in class org.gpel.client.GcLinksResource
 
getFilter() - Method in class org.gpel.client.GpelClient
 
getFinalCounterValue() - Method in class org.gpel.model.GpelForEach
 
getFrom() - Method in class org.gpel.model.GpelAssignCopy
 
getGpelCopyFrom() - Method in class org.gpel.model.GpelAssignCopy
Deprecated. 
getGpelCopyTo() - Method in class org.gpel.model.GpelAssignCopy
Deprecated. 
getGpelVariableName() - Method in class org.gpel.model.GpelReceive
Returns variable name;
getHref() - Method in class org.gpel.client.GcLink
 
getId() - Method in class org.gpel.client.GcAtomResource
 
getId() - Method in interface org.gpel.client.GcSearchResult
 
getId() - Method in interface org.gpel.client.GcWebResource
 
getImplementationVersion() - Static method in class org.gpel.GpelVersion
 
getInputVariableName() - Method in class org.gpel.model.GpelInvoke
Return input variable name;
getInstance() - Static method in class org.gpel.client.http.GcDefaultWebResourceFromHttp
 
getInstance() - Static method in class org.gpel.client.http.GcDefaultWebResourceToHttp
 
getInstance() - Static method in class org.gpel.model.GpelResolver
 
getInstanceId() - Method in class org.gpel.client.GcInstance
 
getInternalStatementId() - Method in class org.gpel.model.GpelActivity
Returns partnerLink;
getLabels() - Method in class org.gpel.client.GcLabelSet
 
getLabelSets() - Method in class org.gpel.client.GcSearchRequest
 
getLastModfied() - Method in interface org.gpel.client.GcSearchResult
 
getLevel() - Method in class org.gpel.logger.GLogger
 
getLevel(String) - Method in class org.gpel.logger.GLogger.LogManager
 
getLinks() - Method in class org.gpel.client.GcLinksResource
 
getLinkWithId(URI) - Method in class org.gpel.client.GcLinksResource
 
getLinkWithRel(String) - Method in class org.gpel.client.GcLinksResource
 
getLinkWithTitleAndRel(String, String) - Method in class org.gpel.client.GcLinksResource
 
getLiteral() - Method in class org.gpel.model.GpelAssignCopyFrom
 
getLocation() - Method in class org.gpel.client.GcAtomResource
 
getLocation() - Method in exception org.gpel.client.GcResourceNotFoundException
 
getLocation() - Method in interface org.gpel.client.GcWebResource
 
getLocation() - Method in class org.gpel.client.http.GcHttpRequest
 
getLocation() - Method in class org.gpel.client.http.GcHttpResponse
 
getLogger() - Static method in class org.gpel.logger.GLogger
 
getLogger(String) - Static method in class org.gpel.logger.GLogger
 
getLogger(String) - Method in class org.gpel.logger.GLogger.LogManager
 
getLoggerNames() - Method in class org.gpel.logger.GLogger.LogManager
 
getLogManager() - Static method in class org.gpel.logger.GLogger.LogManager
 
getMessageTypeQName() - Method in class org.gpel.model.GpelVariable
Get variable @ messageType as Qname
getMethod() - Method in class org.gpel.client.http.GcHttpRequest
 
getMimeType() - Method in class org.gpel.client.GcAtomResource
 
getMimeType() - Method in interface org.gpel.client.GcWebResource
 
getMultiline() - Static method in class org.gpel.logger.GLogger
 
getMyRole() - Method in class org.gpel.model.GpelPartnerLink
 
getName() - Method in class org.gpel.logger.GLogger
 
getName() - Method in class org.gpel.model.GpelActivity
 
getName() - Method in class org.gpel.model.GpelPartnerLink
 
getName() - Method in class org.gpel.model.GpelVariable
Returns variable @ name
getOperationNcName() - Method in class org.gpel.model.GpelExternalActivity
Returns partnerLink;
getPart() - Method in class org.gpel.model.GpelAssignCopyParams
 
getPartnerLink() - Method in class org.gpel.model.GpelAssignCopyParams
 
getPartnerLinkNcName() - Method in class org.gpel.model.GpelExternalActivity
Returns partnerLink;
getPartnerLinks() - Method in class org.gpel.model.GpelProcess
 
getPartnerLinkTypeQName() - Method in class org.gpel.model.GpelPartnerLink
 
getPartnerRole() - Method in class org.gpel.model.GpelPartnerLink
 
getPortTypeQName() - Method in class org.gpel.model.GpelExternalActivity
Returns portType
getPriority() - Method in class org.gpel.client.GcInstance
 
getPrivateKey(String) - Method in class org.gpel.client.http.apache_http_client.Transport.OneChainKeyManager
 
getProjectName() - Static method in class org.gpel.GpelVersion
 
getProjectSlashImplVersion() - Static method in class org.gpel.GpelVersion
 
getProjectUrl() - Static method in class org.gpel.GpelVersion
 
getQuery() - Method in class org.gpel.model.GpelAssignCopyParams
 
getRel() - Method in class org.gpel.client.GcAbstractState
 
getRel() - Method in class org.gpel.client.GcAtomResource
 
getRel() - Method in class org.gpel.client.GcIncomingQueue
 
getRel() - Method in class org.gpel.client.GcLink
 
getRel() - Method in class org.gpel.client.GcOutgoingQueue
 
getRel() - Method in class org.gpel.client.GcProcessResource
 
getRel() - Method in class org.gpel.client.GcProvidesWsdlResource
 
getRel() - Method in class org.gpel.client.GcState
 
getRel() - Method in class org.gpel.client.GcUsesWsdlResource
 
getRel() - Method in interface org.gpel.client.GcWebResource
 
getRel() - Method in class org.gpel.client.GcWsdlResource
 
getResourceFromHttpFactory() - Method in class org.gpel.client.GpelClient
 
getResourceToHttpFactory() - Method in class org.gpel.client.GpelClient
 
getSearchFullText() - Method in class org.gpel.client.GcSearchRequest
 
getSearchType() - Method in class org.gpel.client.GcSearchRequest
 
getServerAliases(String, Principal[]) - Method in class org.gpel.client.http.apache_http_client.Transport.OneChainKeyManager
 
getServerHeader() - Static method in class org.gpel.GpelVersion
 
getShowTime() - Static method in class org.gpel.logger.GLogger
 
getSink() - Static method in class org.gpel.logger.GLogger
 
getSpecVersion() - Static method in class org.gpel.GpelVersion
 
getStartCounterValue() - Method in class org.gpel.model.GpelForEach
 
getStatus() - Method in class org.gpel.client.GcState
 
getTargetNamespace() - Method in class org.gpel.model.GpelProcess
 
getTemplateId() - Method in class org.gpel.client.GcTemplate
 
getTextContent() - Method in class org.gpel.client.GcTextWebResource
 
getTextContent() - Method in class org.gpel.client.http.GcHttpRequest
 
getTextContent() - Method in class org.gpel.client.http.GcHttpResponse
 
getTitle(boolean) - Method in class org.gpel.client.GcAtomResource
 
getTitle() - Method in class org.gpel.client.GcAtomResource
 
getTitle() - Method in interface org.gpel.client.GcSearchResult
 
getTitle() - Method in interface org.gpel.client.GcWebResource
 
getTo() - Method in class org.gpel.model.GpelAssignCopy
 
getTransport() - Method in class org.gpel.client.GpelClient
 
getUserAgent() - Static method in class org.gpel.GpelVersion
 
getUserName() - Method in class org.gpel.client.GpelUserCredentials
 
getUserPassword() - Method in class org.gpel.client.GpelUserCredentials
 
getVariable() - Method in class org.gpel.model.GpelAssignCopyParams
 
getVariableName() - Method in class org.gpel.model.GpelReply
Returns variable name;
getVariables() - Method in class org.gpel.model.GpelProcess
 
getWrapCol() - Static method in class org.gpel.logger.GLogger
 
getXml(URI) - Method in class org.gpel.client.http.apache_http_client.Transport
 
getXml(URI, boolean) - Method in class org.gpel.client.http.apache_http_client.Transport
 
getXml(URI) - Method in interface org.gpel.client.http.GcHttpTransport
 
getXml(URI, boolean) - Method in interface org.gpel.client.http.GcHttpTransport
 
getXmlContent() - Method in class org.gpel.client.GcXmlWebResource
 
getXmlContent() - Method in class org.gpel.client.http.GcHttpRequest
 
getXmlContent() - Method in class org.gpel.client.http.GcHttpResponse
 
global - Static variable in class org.gpel.logger.GLogger
 
GLogger - Class in org.gpel.logger
This is really small simplementationm of logging that is self-contained (it is just one class!) and very easy to use simply configurable from command line using system properties or from inside of your application if you desire so (see setCmdNames()).
GLogger(String, String) - Constructor for class org.gpel.logger.GLogger
 
GLogger.Level - Class in org.gpel.logger
 
GLogger.Level(String, int) - Constructor for class org.gpel.logger.GLogger.Level
 
GLogger.Log - Class in org.gpel.logger
Logging class that can be switched off completly to deliver max performance if required (just set Log.ON to false)
GLogger.Log() - Constructor for class org.gpel.logger.GLogger.Log
 
GLogger.LogManager - Class in org.gpel.logger
 
GPEL_NS - Static variable in class org.gpel.GpelConstants
 
GPEL_PREFIX - Static variable in class org.gpel.GpelConstants
 
GPEL_SPACE_GUID - Static variable in class org.gpel.client.GcUtil
 
GPEL_SPACE_LOC - Static variable in class org.gpel.client.GcUtil
 
GPEL_SPACE_POST - Static variable in class org.gpel.client.GcUtil
 
GpelActivity - Class in org.gpel.model
 
GpelActivity(String, XmlElement) - Constructor for class org.gpel.model.GpelActivity
 
GpelActivity(XmlNamespace, String) - Constructor for class org.gpel.model.GpelActivity
 
GpelAssign - Class in org.gpel.model
 
GpelAssign(XmlElement) - Constructor for class org.gpel.model.GpelAssign
 
GpelAssign(XmlNamespace, GpelAssignCopy) - Constructor for class org.gpel.model.GpelAssign
 
GpelAssign(XmlNamespace, Iterable<GpelAssignCopy>) - Constructor for class org.gpel.model.GpelAssign
 
GpelAssignCopy - Class in org.gpel.model
 
GpelAssignCopy(XmlElement) - Constructor for class org.gpel.model.GpelAssignCopy
 
GpelAssignCopy(XmlNamespace, GpelAssignCopyFrom, GpelAssignCopyTo) - Constructor for class org.gpel.model.GpelAssignCopy
 
GpelAssignCopyFrom - Class in org.gpel.model
 
GpelAssignCopyFrom(XmlElement) - Constructor for class org.gpel.model.GpelAssignCopyFrom
 
GpelAssignCopyFrom(XmlNamespace) - Constructor for class org.gpel.model.GpelAssignCopyFrom
 
GpelAssignCopyParams - Class in org.gpel.model
 
GpelAssignCopyParams(String, XmlElement) - Constructor for class org.gpel.model.GpelAssignCopyParams
 
GpelAssignCopyParams(XmlNamespace, String) - Constructor for class org.gpel.model.GpelAssignCopyParams
 
GpelAssignCopyTo - Class in org.gpel.model
 
GpelAssignCopyTo(XmlElement) - Constructor for class org.gpel.model.GpelAssignCopyTo
 
GpelAssignCopyTo(XmlNamespace) - Constructor for class org.gpel.model.GpelAssignCopyTo
 
GpelClient - Class in org.gpel.client
This is a proxy class that can be used to access and manipulate GPEL workflow space.
GpelClient(URI, GcHttpTransport) - Constructor for class org.gpel.client.GpelClient
 
GpelCondition - Class in org.gpel.model
 
GpelCondition(XmlElement) - Constructor for class org.gpel.model.GpelCondition
 
GpelCondition(XmlNamespace, String) - Constructor for class org.gpel.model.GpelCondition
 
GpelConstants - Class in org.gpel
 
GpelConstants() - Constructor for class org.gpel.GpelConstants
 
GpelContainerActivity - Class in org.gpel.model
 
GpelContainerActivity(String, XmlElement) - Constructor for class org.gpel.model.GpelContainerActivity
 
GpelContainerActivity(XmlNamespace, String) - Constructor for class org.gpel.model.GpelContainerActivity
 
GpelContainerActivityOfOne - Class in org.gpel.model
 
GpelContainerActivityOfOne(String, XmlElement) - Constructor for class org.gpel.model.GpelContainerActivityOfOne
 
GpelContainerActivityOfOne(XmlNamespace, String) - Constructor for class org.gpel.model.GpelContainerActivityOfOne
 
GpelElse - Class in org.gpel.model
 
GpelElse(XmlElement) - Constructor for class org.gpel.model.GpelElse
 
GpelElse(XmlNamespace, GpelActivity) - Constructor for class org.gpel.model.GpelElse
 
GpelElseIf - Class in org.gpel.model
 
GpelElseIf(XmlElement) - Constructor for class org.gpel.model.GpelElseIf
 
GpelException - Exception in org.gpel
Mother of all exceptions in GPEL.
GpelException(String) - Constructor for exception org.gpel.GpelException
 
GpelException(String, Throwable) - Constructor for exception org.gpel.GpelException
 
GpelExternalActivity - Class in org.gpel.model
 
GpelExternalActivity(String, XmlElement) - Constructor for class org.gpel.model.GpelExternalActivity
 
GpelExternalActivity(XmlNamespace, String) - Constructor for class org.gpel.model.GpelExternalActivity
 
GpelFlow - Class in org.gpel.model
 
GpelFlow(XmlElement) - Constructor for class org.gpel.model.GpelFlow
 
GpelFlow(XmlNamespace) - Constructor for class org.gpel.model.GpelFlow
 
GpelForEach - Class in org.gpel.model
 
GpelForEach(XmlElement) - Constructor for class org.gpel.model.GpelForEach
 
GpelForEach(XmlNamespace, String, String, String, boolean, GpelScope) - Constructor for class org.gpel.model.GpelForEach
 
GpelIf - Class in org.gpel.model
 
GpelIf(XmlElement) - Constructor for class org.gpel.model.GpelIf
 
GpelIf(XmlNamespace, GpelCondition, GpelActivity) - Constructor for class org.gpel.model.GpelIf
 
GpelInvoke - Class in org.gpel.model
 
GpelInvoke(XmlElement) - Constructor for class org.gpel.model.GpelInvoke
 
GpelInvoke(XmlNamespace, String, QName, String) - Constructor for class org.gpel.model.GpelInvoke
 
GpelInvoke(XmlNamespace, String, XmlNamespace, String, String) - Constructor for class org.gpel.model.GpelInvoke
 
GpelModelBase - Class in org.gpel.model
Abstract base class for all
GpelModelBase(String, XmlElement) - Constructor for class org.gpel.model.GpelModelBase
 
GpelModelBase(XmlNamespace, String) - Constructor for class org.gpel.model.GpelModelBase
 
GpelModelException - Exception in org.gpel.model
Base for all GPEL model related exceptions.
GpelModelException(String) - Constructor for exception org.gpel.model.GpelModelException
 
GpelModelException(String, Throwable) - Constructor for exception org.gpel.model.GpelModelException
 
GpelModelValidationException - Exception in org.gpel.model
Base for al GPEL validation model exceptions.
GpelModelValidationException(String) - Constructor for exception org.gpel.model.GpelModelValidationException
 
GpelModelValidationException(String, Throwable) - Constructor for exception org.gpel.model.GpelModelValidationException
 
GpelModelValidationSupport - Interface in org.gpel.model
 
GpelPartnerLink - Class in org.gpel.model
< partnerLink name="ncname" partnerLinkType="qname" myRole="ncname"? partnerRole="ncname"? />
GpelPartnerLink(XmlElement) - Constructor for class org.gpel.model.GpelPartnerLink
 
GpelPartnerLink(XmlNamespace, String, QName) - Constructor for class org.gpel.model.GpelPartnerLink
 
GpelPartnerLink(XmlNamespace, String, XmlNamespace, String) - Constructor for class org.gpel.model.GpelPartnerLink
 
GpelPartnerLinksContainer - Class in org.gpel.model
 
GpelPartnerLinksContainer(XmlElement) - Constructor for class org.gpel.model.GpelPartnerLinksContainer
 
GpelPartnerLinksContainer(XmlNamespace) - Constructor for class org.gpel.model.GpelPartnerLinksContainer
 
GpelProcess - Class in org.gpel.model
 
GpelProcess(XmlElement) - Constructor for class org.gpel.model.GpelProcess
 
GpelProcess(XmlNamespace, String) - Constructor for class org.gpel.model.GpelProcess
 
GpelReceive - Class in org.gpel.model
 
GpelReceive(XmlElement) - Constructor for class org.gpel.model.GpelReceive
 
GpelReceive(XmlNamespace, String, QName, String) - Constructor for class org.gpel.model.GpelReceive
 
GpelReceive(XmlNamespace, String, XmlNamespace, String, String) - Constructor for class org.gpel.model.GpelReceive
 
GpelReply - Class in org.gpel.model
 
GpelReply(XmlElement) - Constructor for class org.gpel.model.GpelReply
 
GpelReply(XmlNamespace, String, QName, String) - Constructor for class org.gpel.model.GpelReply
 
GpelReply(XmlNamespace, String, XmlNamespace, String, String) - Constructor for class org.gpel.model.GpelReply
 
GpelResolver - Class in org.gpel.model
Manage GPEL processes loading and locating.
GpelScope - Class in org.gpel.model
Bare-bone implementation - only activity inside (for now)
GpelScope(XmlElement) - Constructor for class org.gpel.model.GpelScope
 
GpelScope(XmlNamespace, GpelActivity) - Constructor for class org.gpel.model.GpelScope
 
GpelSequence - Class in org.gpel.model
 
GpelSequence(XmlElement) - Constructor for class org.gpel.model.GpelSequence
 
GpelSequence(XmlNamespace) - Constructor for class org.gpel.model.GpelSequence
 
GpelUserCredentials - Class in org.gpel.client
Represent user credentials (user name, password, etc) used to authenticate and authorize user to GPEL engine.
GpelUserCredentials(String, String) - Constructor for class org.gpel.client.GpelUserCredentials
 
GpelUtil - Class in org.gpel
 
GpelUtil() - Constructor for class org.gpel.GpelUtil
 
GpelVariable - Class in org.gpel.model
<gpel:variable name="ncname" messageType="qname"? element="qname"? />
GpelVariable(XmlElement) - Constructor for class org.gpel.model.GpelVariable
 
GpelVariable(XmlNamespace, String) - Constructor for class org.gpel.model.GpelVariable
 
GpelVariablesContainer - Class in org.gpel.model
 
GpelVariablesContainer(XmlElement) - Constructor for class org.gpel.model.GpelVariablesContainer
 
GpelVariablesContainer(XmlNamespace) - Constructor for class org.gpel.model.GpelVariablesContainer
 
GpelVersion - Class in org.gpel
One place to maintain GPEL versioning.
GpelVersion() - Constructor for class org.gpel.GpelVersion
 
GpelXmlViewBase - Class in org.gpel.xml
Abstract base class for all
GpelXmlViewBase(String, XmlElement) - Constructor for class org.gpel.xml.GpelXmlViewBase
 
GpelXmlViewBase(XmlNamespace, String) - Constructor for class org.gpel.xml.GpelXmlViewBase
 

H

hasContent() - Method in class org.gpel.client.http.GcHttpRequest
 
hasContent() - Method in class org.gpel.client.http.GcHttpResponse
 
hashCode() - Method in class org.gpel.logger.GLogger.Level
 

I

info(String) - Method in class org.gpel.logger.GLogger
 
info(String, Throwable) - Method in class org.gpel.logger.GLogger
 
INFO - Static variable in class org.gpel.logger.GLogger.Level
 
intValue() - Method in class org.gpel.logger.GLogger.Level
 
isConfigEnabled() - Method in class org.gpel.logger.GLogger
 
isFineEnabled() - Method in class org.gpel.logger.GLogger
 
isFinerEnabled() - Method in class org.gpel.logger.GLogger
 
isFinestEnabled() - Method in class org.gpel.logger.GLogger
 
isInfoEnabled() - Method in class org.gpel.logger.GLogger
 
isLoggable(GLogger.Level) - Method in class org.gpel.logger.GLogger
 
isParallel() - Method in class org.gpel.model.GpelForEach
 
isRestrictedActivity(GpelActivity) - Method in class org.gpel.model.GpelContainerActivityOfOne
 
isSevereEnabled() - Method in class org.gpel.logger.GLogger
 
isWariningEnabled() - Method in class org.gpel.logger.GLogger
 

L

LITERAL_EL - Static variable in class org.gpel.model.GpelAssignCopyFrom
 
loadGpel(URI) - Method in class org.gpel.model.GpelResolver
 
loadGpel(URI, URI) - Method in class org.gpel.model.GpelResolver
 
loadGpel(URI, URI, boolean) - Method in class org.gpel.model.GpelResolver
 
loadGpel(Class, String) - Method in class org.gpel.model.GpelResolver
 
loadResource(URI) - Method in class org.gpel.client.GpelClient
 
loadResource(URI, String) - Method in class org.gpel.client.GpelClient
 
loadResourcesFromLinks() - Method in class org.gpel.client.GcLinksResource
 
loadXmlResourceLink(String, String) - Method in class org.gpel.client.GcLinksResource
 
location2Gpel - Variable in class org.gpel.model.GpelResolver
 
log(GLogger.Level, String) - Method in class org.gpel.logger.GLogger
 
log(GLogger.Level, String, Throwable) - Method in class org.gpel.logger.GLogger
 
log(GLogger.Level, String, Object) - Method in class org.gpel.logger.GLogger
 
log(GLogger.Level, String, Object[]) - Method in class org.gpel.logger.GLogger
 
logg(GLogger.Level, String) - Method in class org.gpel.logger.GLogger
 
logg(GLogger.Level, String, Throwable) - Method in class org.gpel.logger.GLogger
 
logg(GLogger.Level, String, Throwable, int) - Method in class org.gpel.logger.GLogger
 
lookupActivity(String) - Method in class org.gpel.model.GpelProcess
 
lookupActivity(String, GpelActivity) - Method in class org.gpel.model.GpelProcess
 

M

main(String[]) - Static method in class org.gpel.GpelVersion
Print version when executed from command line.
mapIdToKnownLocation(URI, URI) - Method in class org.gpel.client.GpelClient
 
mapIdToLocation(URI) - Method in class org.gpel.client.GpelClient
 
mapLocationToId(URI) - Method in class org.gpel.client.GpelClient
 
MIME_TYPE - Static variable in class org.gpel.client.GcIncomingQueue
 
MIME_TYPE - Static variable in class org.gpel.client.GcInstance
 
MIME_TYPE - Static variable in class org.gpel.client.GcOutgoingQueue
 
MIME_TYPE - Static variable in class org.gpel.client.GcProcessResource
 
MIME_TYPE - Static variable in class org.gpel.client.GcState
 
MIME_TYPE - Static variable in class org.gpel.client.GcTemplate
 
MIME_TYPE - Static variable in class org.gpel.client.GcWsdlResource
 

N

NO_PARALLEL - Static variable in class org.gpel.model.GpelForEach
 
NS - Static variable in class org.gpel.xml.GpelXmlViewBase
 
ns2Gpel - Variable in class org.gpel.model.GpelResolver
 
NS_URI_ATOM - Static variable in class org.gpel.client.GcUtil
 
NS_URI_ATOM - Static variable in class org.gpel.GpelConstants
 
NS_URI_BPEL - Static variable in class org.gpel.GpelConstants
 
NS_URI_GPEL - Static variable in class org.gpel.GpelConstants
 
NS_URI_WSDL - Static variable in class org.gpel.GpelConstants
 
NS_URI_XML - Static variable in class org.gpel.GpelConstants
 
NS_URI_XMLNS - Static variable in class org.gpel.GpelConstants
 
NS_URI_XSD - Static variable in class org.gpel.GpelConstants
 
NS_URI_XSI - Static variable in class org.gpel.GpelConstants
 

O

OFF - Static variable in class org.gpel.logger.GLogger.Level
 
ON - Static variable in class org.gpel.logger.GLogger.Log
 
oneActivity() - Method in class org.gpel.model.GpelContainerActivityOfOne
 
org.gpel - package org.gpel
 
org.gpel.client - package org.gpel.client
GPEL Client Library API
org.gpel.client.http - package org.gpel.client.http
 
org.gpel.client.http.apache_http_client - package org.gpel.client.http.apache_http_client
 
org.gpel.client.util.base64 - package org.gpel.client.util.base64
 
org.gpel.logger - package org.gpel.logger
 
org.gpel.model - package org.gpel.model
 
org.gpel.xml - package org.gpel.xml
 

P

PARALLEL_ATTR - Static variable in class org.gpel.model.GpelForEach
 
parametersToList(Object[]) - Static method in class org.gpel.logger.GLogger
 
parse(String) - Static method in class org.gpel.logger.GLogger.Level
 
parseVersion(String) - Static method in class org.gpel.GpelVersion
Parse version string N.M[.K] into three subcomponents (M=major,N=minor,K=increment) that are returned in array with three elements.
PART_ATTR - Static variable in class org.gpel.model.GpelAssignCopyParams
 
PARTNER_LINK_ATTR - Static variable in class org.gpel.model.GpelAssignCopyParams
 
partnerLinks() - Method in class org.gpel.model.GpelPartnerLinksContainer
 
pause() - Method in class org.gpel.client.GcInstance
 
PAUSE_ACTION - Static variable in class org.gpel.client.GcInstance
 
perform(GcHttpRequest) - Method in class org.gpel.client.http.apache_http_client.Transport
 
perform(GcHttpRequest) - Method in interface org.gpel.client.http.GcHttpTransport
 
process() - Method in class org.gpel.client.GcProcessResource
 
PROPERTY_DEBUG - Static variable in class org.gpel.logger.GLogger
 
PROPERTY_LOG - Static variable in class org.gpel.logger.GLogger
 
PROPERTY_PREFIX - Static variable in class org.gpel.logger.GLogger
 
PROPERTY_SHOWTIME - Static variable in class org.gpel.logger.GLogger
 
PROPERTY_WRAPCOL - Static variable in class org.gpel.logger.GLogger
 

Q

QUERY_ATTR - Static variable in class org.gpel.model.GpelAssignCopyParams
 

R

REL - Static variable in class org.gpel.client.GcIncomingQueue
 
REL - Static variable in class org.gpel.client.GcOutgoingQueue
 
REL - Static variable in class org.gpel.client.GcProvidesWsdlResource
 
REL - Static variable in class org.gpel.client.GcState
 
REL - Static variable in class org.gpel.client.GcUsesWsdlResource
 
REL - Static variable in class org.gpel.client.GcWsdlResource
 
REL_INCOMING_QUEUE - Static variable in class org.gpel.GpelConstants
 
REL_INSTANCE - Static variable in class org.gpel.GpelConstants
 
REL_OUTGOING_QUEUE - Static variable in class org.gpel.GpelConstants
 
REL_PROCESS - Static variable in class org.gpel.GpelConstants
 
REL_PROVIDES_WSDL - Static variable in class org.gpel.GpelConstants
 
REL_STATE - Static variable in class org.gpel.GpelConstants
 
REL_TEMPLATE - Static variable in class org.gpel.GpelConstants
 
REL_USES_WSDL - Static variable in class org.gpel.GpelConstants
 
REL_WSDL - Static variable in class org.gpel.GpelConstants
 
replaceLinkWithRel(GcWebResource) - Method in class org.gpel.client.GcLinksResource
 
requireSecureTransport() - Method in class org.gpel.client.GpelClient
 
requireVersion(String) - Static method in class org.gpel.GpelVersion
Version must be of form "M.N[.K]" where M is major version, N is minor version and K is increment.
resetElement() - Method in class org.gpel.model.GpelAssignCopyFrom
Cleanup element content and attributes to make sure it valid syntax
resetElement() - Method in class org.gpel.model.GpelAssignCopyParams
Cleanup element content and attributes to make sure it valid syntax
resolveImport(String, URI, URI) - Method in class org.gpel.model.GpelResolver
 
results() - Method in interface org.gpel.client.GcSearchList
 
resume() - Method in class org.gpel.client.GcInstance
 
RESUME_ACTION - Static variable in class org.gpel.client.GcInstance
 
retrieveCurrentState() - Method in class org.gpel.client.GcInstance
 
retrieveInstance(URI) - Method in class org.gpel.client.GpelClient
 
retrieveTemplate(URI) - Method in class org.gpel.client.GpelClient
 

S

saveLinkedResources() - Method in class org.gpel.client.GcLinksResource
 
setActivity(GpelActivity) - Method in class org.gpel.model.GpelContainerActivityOfOne
 
setActivity(GpelActivity) - Method in class org.gpel.model.GpelProcess
 
setBinaryContent(byte[]) - Method in class org.gpel.client.GcBinaryWebResource
 
setBoolExpr(String) - Method in class org.gpel.model.GpelCondition
 
setClient(GpelClient) - Method in class org.gpel.client.GcLinksResource
 
setCmdNames(String) - Static method in class org.gpel.logger.GLogger
Enables list of loggers passed as string parameter.
setCondition(GpelCondition) - Method in class org.gpel.model.GpelIf
 
setElementQName(QName) - Method in class org.gpel.model.GpelVariable
Set variable @ element := "qname"
setElse(GpelElse) - Method in class org.gpel.model.GpelIf
 
setEndpointReference(String) - Method in class org.gpel.model.GpelAssignCopyFrom
 
setEndpointReference(String) - Method in class org.gpel.model.GpelAssignCopyParams
 
setFilter(GcLinkFilter) - Method in class org.gpel.client.GcLinksResource
 
setFilter(GcLinkFilter) - Method in class org.gpel.client.GpelClient
 
setFrom(GpelAssignCopyFrom) - Method in class org.gpel.model.GpelAssignCopy
 
setGpelCopyFrom(GpelAssignCopyFrom) - Method in class org.gpel.model.GpelAssignCopy
Deprecated. 
setGpelCopyTo(GpelAssignCopyTo) - Method in class org.gpel.model.GpelAssignCopy
Deprecated. 
setGpelVariableName(String) - Method in class org.gpel.model.GpelReceive
Set variable name.
setHref(String) - Method in class org.gpel.client.GcLink
 
setInputVariableName(String) - Method in class org.gpel.model.GpelInvoke
Set output variable name.
setInternalStatementId(String) - Method in class org.gpel.model.GpelActivity
Set partnerLink.
setLabelSets(List<GcLabelSet>) - Method in class org.gpel.client.GcSearchRequest
 
setLevel(String, GLogger.Level) - Method in class org.gpel.logger.GLogger.LogManager
Set a log level for a given set of loggers.
setLevel(GLogger.Level) - Method in class org.gpel.logger.GLogger
 
setLinks(List<GcWebResource>) - Method in class org.gpel.client.GcLinksResource
 
setLinks(GcWebResource[]) - Method in class org.gpel.client.GcLinksResource
 
setLiteral(XmlElement) - Method in class org.gpel.model.GpelAssignCopyFrom
 
setLocation(URI) - Method in class org.gpel.client.GcAtomResource
 
setLocation(URI) - Method in interface org.gpel.client.GcWebResource
 
setMessageTypeQName(QName) - Method in class org.gpel.model.GpelVariable
Set variable @ messageType := "qname"
setMimeType(String) - Method in class org.gpel.client.GcAtomResource
 
setMimeType(String) - Method in class org.gpel.client.GcBinaryWebResource
 
setMimeType(String) - Method in class org.gpel.client.GcTextWebResource
 
setMimeType(String) - Method in interface org.gpel.client.GcWebResource
 
setMimeType(String) - Method in class org.gpel.client.GcXmlWebResource
 
setMultiline(boolean) - Static method in class org.gpel.logger.GLogger
 
setMyRole(String) - Method in class org.gpel.model.GpelPartnerLink
 
setName(String) - Method in class org.gpel.model.GpelActivity
 
setName(String) - Method in class org.gpel.model.GpelPartnerLink
 
setName(String) - Method in class org.gpel.model.GpelVariable
Set variable @ name.
setOperationNcName(String) - Method in class org.gpel.model.GpelExternalActivity
Set operation.
setOutputVariableName(String) - Method in class org.gpel.model.GpelInvoke
Set output variable name.
setPart(String) - Method in class org.gpel.model.GpelAssignCopyFrom
 
setPart(String) - Method in class org.gpel.model.GpelAssignCopyParams
 
setPart(String) - Method in class org.gpel.model.GpelAssignCopyTo
 
setPartnerLink(String) - Method in class org.gpel.model.GpelAssignCopyFrom
 
setPartnerLink(String) - Method in class org.gpel.model.GpelAssignCopyParams
 
setPartnerLinkNcName(String) - Method in class org.gpel.model.GpelExternalActivity
Set partnerLink.
setPartnerLinkTypeQName(QName) - Method in class org.gpel.model.GpelPartnerLink
 
setPartnerRole(String) - Method in class org.gpel.model.GpelPartnerLink
 
setPortType(XmlNamespace, String) - Method in class org.gpel.model.GpelExternalActivity
 
setPortTypeQName(QName) - Method in class org.gpel.model.GpelExternalActivity
Sets portType
setPriority(GcPriority) - Method in class org.gpel.client.GcInstance
 
setQuery(String) - Method in class org.gpel.model.GpelAssignCopyFrom
 
setQuery(String) - Method in class org.gpel.model.GpelAssignCopyParams
 
setQuery(String) - Method in class org.gpel.model.GpelAssignCopyTo
 
setRel(String) - Method in class org.gpel.client.GcAbstractState
 
setRel(String) - Method in class org.gpel.client.GcAtomResource
 
setRel(String) - Method in class org.gpel.client.GcLink
 
setRel(String) - Method in class org.gpel.client.GcProcessResource
 
setRel(String) - Method in interface org.gpel.client.GcWebResource
 
setRel(String) - Method in class org.gpel.client.GcWsdlResource
 
setResourceFromHttpFactory(GcWebResourceFromHttp) - Method in class org.gpel.client.GpelClient
 
setResourceToHttpFactory(GcWebResourceToHttp) - Method in class org.gpel.client.GpelClient
 
setSearchFullText(String) - Method in class org.gpel.client.GcSearchRequest
 
setSearchType(GcSearchRequest.SearchType) - Method in class org.gpel.client.GcSearchRequest
 
setShowTime(boolean) - Static method in class org.gpel.logger.GLogger
 
setSink(PrintStream) - Static method in class org.gpel.logger.GLogger
 
setTargetNamespace(String) - Method in class org.gpel.model.GpelProcess
 
setTitle(String) - Method in class org.gpel.client.GcAtomResource
 
setTitle(String) - Method in interface org.gpel.client.GcWebResource
 
setTo(GpelAssignCopyTo) - Method in class org.gpel.model.GpelAssignCopy
 
setVariable(String) - Method in class org.gpel.model.GpelAssignCopyFrom
 
setVariable(String) - Method in class org.gpel.model.GpelAssignCopyParams
 
setVariable(String) - Method in class org.gpel.model.GpelAssignCopyTo
 
setVariableName(String) - Method in class org.gpel.model.GpelReply
Set variable name.
setVariables(GpelVariablesContainer) - Method in class org.gpel.model.GpelProcess
 
setWrapCol(int) - Static method in class org.gpel.logger.GLogger
 
setXmlContent(XmlElement) - Method in class org.gpel.client.GcXmlWebResource
 
SEVERE - Static variable in class org.gpel.logger.GLogger.Level
 
severe(String) - Method in class org.gpel.logger.GLogger
 
severe(String, Throwable) - Method in class org.gpel.logger.GLogger
 
size() - Method in interface org.gpel.client.GcSearchList
 
size() - Method in class org.gpel.client.GcSearchRequest
 
start() - Method in class org.gpel.client.GcInstance
 
START_ACTION - Static variable in class org.gpel.client.GcInstance
 
START_COUNTER_VALUE_EL - Static variable in class org.gpel.model.GpelForEach
 
step() - Method in class org.gpel.client.GcInstance
 
STEP_ACTION - Static variable in class org.gpel.client.GcInstance
 
STOP_ACTION - Static variable in class org.gpel.client.GcInstance
 
store() - Method in class org.gpel.client.GcInstance
 
storeInstance(GcInstance) - Method in class org.gpel.client.GpelClient
 
storeResource(GcWebResource) - Method in class org.gpel.client.GpelClient
 

T

throwing(Throwable) - Method in class org.gpel.logger.GLogger
Log an exception thrown with Level.FINER and message "THROW" and exception appended
throwing(String, String, Throwable) - Method in class org.gpel.logger.GLogger
 
toString() - Method in class org.gpel.client.http.GcHttpRequest
 
toString() - Method in class org.gpel.client.http.GcHttpResponse
 
toString() - Method in class org.gpel.logger.GLogger.Level
 
toString() - Method in class org.gpel.logger.GLogger.LogManager
 
toString() - Method in class org.gpel.logger.GLogger
 
toString() - Method in class org.gpel.model.GpelResolver
 
toString() - Method in class org.gpel.xml.GpelXmlViewBase
 
transformResourceToHttpRequest(GcHttpRequest.Method, URI, GcWebResource) - Method in class org.gpel.client.http.GcDefaultWebResourceToHttp
 
transformResourceToHttpRequest(GcHttpRequest.Method, URI, GcWebResource) - Method in interface org.gpel.client.http.GcWebResourceToHttp
 
Transport - Class in org.gpel.client.http.apache_http_client
Implementation of GPEL Client transports that uses Jakarta Apache HTTP Client library.
Transport() - Constructor for class org.gpel.client.http.apache_http_client.Transport
 
Transport(GpelUserCredentials) - Constructor for class org.gpel.client.http.apache_http_client.Transport
 
Transport.OneChainKeyManager - Class in org.gpel.client.http.apache_http_client
 
Transport.OneChainKeyManager(X509Certificate[], PrivateKey) - Constructor for class org.gpel.client.http.apache_http_client.Transport.OneChainKeyManager
 
Transport.TrustAllX509TrustManager - Class in org.gpel.client.http.apache_http_client
 
Transport.TrustAllX509TrustManager() - Constructor for class org.gpel.client.http.apache_http_client.Transport.TrustAllX509TrustManager
 
Transport.TrustedListX509TrustManager - Class in org.gpel.client.http.apache_http_client
 
Transport.TrustedListX509TrustManager(X509Certificate[]) - Constructor for class org.gpel.client.http.apache_http_client.Transport.TrustedListX509TrustManager
 
TYPE_NAME - Static variable in class org.gpel.client.GcInstance
 
TYPE_NAME - Static variable in class org.gpel.client.GcLink
 
TYPE_NAME - Static variable in class org.gpel.client.GcTemplate
 
TYPE_NAME - Static variable in class org.gpel.model.GpelAssign
 
TYPE_NAME - Static variable in class org.gpel.model.GpelAssignCopy
 
TYPE_NAME - Static variable in class org.gpel.model.GpelAssignCopyFrom
 
TYPE_NAME - Static variable in class org.gpel.model.GpelAssignCopyTo
 
TYPE_NAME - Static variable in class org.gpel.model.GpelCondition
 
TYPE_NAME - Static variable in class org.gpel.model.GpelElse
 
TYPE_NAME - Static variable in class org.gpel.model.GpelElseIf
 
TYPE_NAME - Static variable in class org.gpel.model.GpelFlow
 
TYPE_NAME - Static variable in class org.gpel.model.GpelForEach
 
TYPE_NAME - Static variable in class org.gpel.model.GpelIf
 
TYPE_NAME - Static variable in class org.gpel.model.GpelInvoke
 
TYPE_NAME - Static variable in class org.gpel.model.GpelPartnerLink
 
TYPE_NAME - Static variable in class org.gpel.model.GpelPartnerLinksContainer
 
TYPE_NAME - Static variable in class org.gpel.model.GpelProcess
 
TYPE_NAME - Static variable in class org.gpel.model.GpelReceive
 
TYPE_NAME - Static variable in class org.gpel.model.GpelReply
 
TYPE_NAME - Static variable in class org.gpel.model.GpelScope
 
TYPE_NAME - Static variable in class org.gpel.model.GpelSequence
 
TYPE_NAME - Static variable in class org.gpel.model.GpelVariable
 
TYPE_NAME - Static variable in class org.gpel.model.GpelVariablesContainer
 
TYPE_NS - Static variable in class org.gpel.client.GcLink
 

U

useAuthz() - Method in class org.gpel.client.http.GcHttpRequest
 

V

validateModel() - Method in class org.gpel.model.GpelPartnerLinksContainer
 
validateModel() - Method in class org.gpel.model.GpelVariablesContainer
 
valueOf(String) - Static method in enum org.gpel.client.GcPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gpel.client.GcSearchRequest.SearchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gpel.client.GcWebResourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gpel.client.http.GcHttpRequest.Method
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gpel.client.GcPriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gpel.client.GcSearchRequest.SearchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gpel.client.GcWebResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gpel.client.http.GcHttpRequest.Method
Returns an array containing the constants of this enum type, in the order they are declared.
VARIABLE_ATTR - Static variable in class org.gpel.model.GpelAssignCopyParams
 
variables() - Method in class org.gpel.model.GpelVariablesContainer
 

W

WARNING - Static variable in class org.gpel.logger.GLogger.Level
 
warning(String) - Method in class org.gpel.logger.GLogger
 
warning(String, Throwable) - Method in class org.gpel.logger.GLogger
 
WSA_ACTION_EL - Static variable in class org.gpel.GpelConstants
 
WSA_ADDRESS_EL - Static variable in class org.gpel.GpelConstants
 
WSA_MESSAGE_ID_EL - Static variable in class org.gpel.GpelConstants
 
WSA_NS - Static variable in class org.gpel.GpelConstants
 
WSA_REFERENCE_PROPERTIES_EL - Static variable in class org.gpel.GpelConstants
 
WSA_REPLY_TO_EL - Static variable in class org.gpel.GpelConstants
 
WSA_TO_EL - Static variable in class org.gpel.GpelConstants
 
WSDL_NS - Static variable in class org.gpel.GpelConstants
 
WSDL_PREFIX - Static variable in class org.gpel.GpelConstants
 

X

XML_MIMETYPE - Static variable in class org.gpel.client.GcUtil
 
XML_NS - Static variable in class org.gpel.GpelConstants
 
XML_PREFIX - Static variable in class org.gpel.GpelConstants
 
xmlSet(XmlElement) - Method in class org.gpel.client.GcAtomResource
 
xmlString() - Method in class org.gpel.xml.GpelXmlViewBase
 
xmlStringPretty() - Method in class org.gpel.xml.GpelXmlViewBase
 
xmlTypeName() - Method in class org.gpel.client.GcAtomResource
 
xmlTypeName() - Method in class org.gpel.client.GcLink
 
xmlTypeName() - Method in class org.gpel.xml.GpelXmlViewBase
 
xmlTypeNs() - Method in class org.gpel.client.GcAtomResource
 
xmlTypeNs() - Method in class org.gpel.client.GcLink
 
xmlTypeNs() - Method in class org.gpel.xml.GpelXmlViewBase
 
xmlValidate() - Method in class org.gpel.model.GpelAssign
 
xmlValidate() - Method in class org.gpel.model.GpelAssignCopy
 
xmlValidate() - Method in class org.gpel.model.GpelAssignCopyFrom
 
xmlValidate() - Method in class org.gpel.model.GpelContainerActivity
 
xmlValidate() - Method in class org.gpel.model.GpelPartnerLink
 
xmlValidate() - Method in class org.gpel.model.GpelProcess
 
XS_NS - Static variable in class org.gpel.GpelConstants
 
XSD_PREFIX - Static variable in class org.gpel.GpelConstants
 
XSI_NS - Static variable in class org.gpel.GpelConstants
 
XSI_PREFIX - Static variable in class org.gpel.GpelConstants
 

Y

YES_PARALLEL - Static variable in class org.gpel.model.GpelForEach
 
A B C D E F G H I L M N O P Q R S T U V W X Y 

Copyright © 2013. All Rights Reserved.