|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.soton.itinnovation.grid.service.registry.util.content.ConversationExtractionStrategyHelper
public abstract class ConversationExtractionStrategyHelper
| Field Summary | |
|---|---|
protected static org.apache.log4j.Logger |
logger
|
protected ProxyFactory |
proxyFactory
|
| Constructor Summary | |
|---|---|
ConversationExtractionStrategyHelper()
|
|
| Method Summary | |
|---|---|
String |
extractAndRegister(Registration registration,
RegistryDataResourceRoleBean user,
org.apache.axis.message.addressing.EndpointReferenceType resource)
Extracts and registers a specific resource. |
String |
extractAndUpdate(Registration registration,
RegistryDataResourceRoleBean user,
org.apache.axis.message.addressing.EndpointReferenceType resource)
Extracts and updates a specific resource. |
protected abstract void |
hookSpecialisedConversationExtraction(Registration registration,
RegistryDataResourceRoleBean user,
org.apache.axis.message.addressing.EndpointReferenceType resource,
StorableInStateRepository object,
String conversationEPRKey)
Implement this method for special behaviour during content extraction of specialized conversations, e.g. |
protected abstract void |
hookSpecialisedUpdateConversationExtraction(Registration registration,
RegistryDataResourceRoleBean user,
org.apache.axis.message.addressing.EndpointReferenceType resource,
StorableInStateRepository object,
String conversationEPRKey)
Implement this method for special behaviour during content extraction of specialized conversations, e.g. |
protected String |
registerServiceOnDemand(Registration registration,
RegistryDataResourceRoleBean user,
Conversation conv)
This method checks if the parent service of the conversation is already registered. |
void |
setProxyFactory(ProxyFactory proxyFactory)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final org.apache.log4j.Logger logger
protected ProxyFactory proxyFactory
| Constructor Detail |
|---|
public ConversationExtractionStrategyHelper()
| Method Detail |
|---|
public void setProxyFactory(ProxyFactory proxyFactory)
setProxyFactory in interface ContentExtractionStrategy
protected final String registerServiceOnDemand(Registration registration,
RegistryDataResourceRoleBean user,
Conversation conv)
throws ContentExtractionException
registration - user - keyGenEPR - jobConv -
ContentExtractionException
public String extractAndUpdate(Registration registration,
RegistryDataResourceRoleBean user,
org.apache.axis.message.addressing.EndpointReferenceType resource)
throws ContentExtractionException
ContentExtractionStrategy
extractAndUpdate in interface ContentExtractionStrategyContentExtractionException
protected abstract void hookSpecialisedUpdateConversationExtraction(Registration registration,
RegistryDataResourceRoleBean user,
org.apache.axis.message.addressing.EndpointReferenceType resource,
StorableInStateRepository object,
String conversationEPRKey)
throws ContentExtractionException
registration - user - resource - object - conversationEPRKey -
ContentExtractionException
public final String extractAndRegister(Registration registration,
RegistryDataResourceRoleBean user,
org.apache.axis.message.addressing.EndpointReferenceType resource)
throws ContentExtractionException
ContentExtractionStrategy
extractAndRegister in interface ContentExtractionStrategyContentExtractionException
protected abstract void hookSpecialisedConversationExtraction(Registration registration,
RegistryDataResourceRoleBean user,
org.apache.axis.message.addressing.EndpointReferenceType resource,
StorableInStateRepository object,
String conversationEPRKey)
throws ContentExtractionException
registration - user - resource - object - conversationEPRKey -
ContentExtractionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||