org.ogf.graap.wsag.wsrf.sg.impl
Class RuleContextContainer

java.lang.Object
  extended by org.ogf.graap.wsag.wsrf.sg.impl.RuleContextContainer

public class RuleContextContainer
extends Object

RuleContextContainer

Author:
Oliver Waeldrich

Constructor Summary
RuleContextContainer()
           
 
Method Summary
 EndpointReferenceType getFactoryEPR()
           
 QName getPortTypeQName()
           
 EndpointReferenceType getRegistryEPR()
           
 void setFactoryEPR(EndpointReferenceType factoryEPR)
           
 void setPortTypeQName(QName portTypeQName)
           
 void setRegistryEPR(EndpointReferenceType registryEPR)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleContextContainer

public RuleContextContainer()
Method Detail

setPortTypeQName

public void setPortTypeQName(QName portTypeQName)
Parameters:
portTypeQName - the portTypeQName to set

getPortTypeQName

public QName getPortTypeQName()
Returns:
the portTypeQName

setRegistryEPR

public void setRegistryEPR(EndpointReferenceType registryEPR)
Parameters:
registryEPR - the registryEPR to set

getRegistryEPR

public EndpointReferenceType getRegistryEPR()
Returns:
the registryEPR

setFactoryEPR

public void setFactoryEPR(EndpointReferenceType factoryEPR)
Parameters:
factoryEPR - the factoryEPR to set

getFactoryEPR

public EndpointReferenceType getFactoryEPR()
Returns:
the factoryEPR


Copyright © 2008-2012. All Rights Reserved.