Uses of Interface
org.w3.x2005.x08.addressing.EndpointReferenceType

Packages that use EndpointReferenceType
org.oasisOpen.docs.wsrf.bf2   
org.oasisOpen.docs.wsrf.bf2.impl   
org.ogf.graap.wsag.api   
org.ogf.graap.wsag.api.client   
org.ogf.graap.wsag.api.types   
org.ogf.graap.wsag.client   
org.ogf.graap.wsag.client.impl   
org.ogf.graap.wsag.client.local   
org.ogf.graap.wsag.client.remote   
org.ogf.graap.wsag.server.api   
org.ogf.graap.wsag.server.persistence   
org.ogf.graap.wsag.server.persistence.impl   
org.ogf.graap.wsag.wsrf   
org.ogf.graap.wsag.wsrf.impl   
org.ogf.graap.wsag.wsrf.persistence   
org.ogf.graap.wsag.wsrf.sg.impl   
org.ogf.schemas.graap.wsAgreement   
org.ogf.schemas.graap.wsAgreement.impl   
org.ogf.schemas.graap.wsAgreement.negotiation   
org.ogf.schemas.graap.wsAgreement.negotiation.impl   
org.ogf.schemas.graap.wsAgreement.negotiation.protocol   
org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl   
org.w3.x2005.x08.addressing   
org.w3.x2005.x08.addressing.impl   
 

Uses of EndpointReferenceType in org.oasisOpen.docs.wsrf.bf2
 

Methods in org.oasisOpen.docs.wsrf.bf2 that return EndpointReferenceType
 EndpointReferenceType BaseFaultType.addNewOriginator()
          Appends and returns a new empty "Originator" element
 EndpointReferenceType BaseFaultType.getOriginator()
          Gets the "Originator" element
 

Methods in org.oasisOpen.docs.wsrf.bf2 with parameters of type EndpointReferenceType
 void BaseFaultType.setOriginator(EndpointReferenceType originator)
          Sets the "Originator" element
 

Uses of EndpointReferenceType in org.oasisOpen.docs.wsrf.bf2.impl
 

Methods in org.oasisOpen.docs.wsrf.bf2.impl that return EndpointReferenceType
 EndpointReferenceType BaseFaultTypeImpl.addNewOriginator()
          Appends and returns a new empty "Originator" element
 EndpointReferenceType BaseFaultTypeImpl.getOriginator()
          Gets the "Originator" element
 

Methods in org.oasisOpen.docs.wsrf.bf2.impl with parameters of type EndpointReferenceType
 void BaseFaultTypeImpl.setOriginator(EndpointReferenceType originator)
          Sets the "Originator" element
 

Uses of EndpointReferenceType in org.ogf.graap.wsag.api
 

Methods in org.ogf.graap.wsag.api that return EndpointReferenceType
 EndpointReferenceType AgreementOffer.getInitiatorEPR()
           
 

Methods in org.ogf.graap.wsag.api with parameters of type EndpointReferenceType
 void AgreementOffer.setInitiatorEPR(EndpointReferenceType initiator)
           
 

Uses of EndpointReferenceType in org.ogf.graap.wsag.api.client
 

Methods in org.ogf.graap.wsag.api.client that return EndpointReferenceType
 EndpointReferenceType WsClient.getEndpoint()
          Returns the endpoint of the client instance.
 

Methods in org.ogf.graap.wsag.api.client with parameters of type EndpointReferenceType
 AgreementClient AgreementFactoryService.createPendingAgreement(AgreementOffer offer, EndpointReferenceType acceptanceEPR)
          Creates a pending agreement instance.
 

Uses of EndpointReferenceType in org.ogf.graap.wsag.api.types
 

Methods in org.ogf.graap.wsag.api.types that return EndpointReferenceType
 EndpointReferenceType AgreementOfferType.getInitiatorEPR()
          
 

Methods in org.ogf.graap.wsag.api.types with parameters of type EndpointReferenceType
 void AgreementOfferType.setInitiatorEPR(EndpointReferenceType initiatorAgreementEPR)
          
 

Uses of EndpointReferenceType in org.ogf.graap.wsag.client
 

Methods in org.ogf.graap.wsag.client with parameters of type EndpointReferenceType
static AgreementFactoryRegistryClient AgreementFactoryRegistryLocator.getFactoryRegistry(EndpointReferenceType epr)
          Creates a new AgreementFactoryRegistryClient for the given endpoint.
static AgreementFactoryRegistryClient AgreementFactoryRegistryLocator.getFactoryRegistry(EndpointReferenceType epr, LoginContext context)
          Creates a new AgreementFactoryRegistryClient for the given endpoint and with the given LoginContext.
 

Uses of EndpointReferenceType in org.ogf.graap.wsag.client.impl
 

Methods in org.ogf.graap.wsag.client.impl that return EndpointReferenceType
 EndpointReferenceType NegotiationClientImpl.getEndpoint()
          Returns the endpoint of the client instance.
 EndpointReferenceType AgreementImpl.getEndpoint()
          Returns the endpoint of the client instance.
 EndpointReferenceType AgreementFactoryFacade.getEndpoint()
           
 

Methods in org.ogf.graap.wsag.client.impl with parameters of type EndpointReferenceType
 AgreementClient AgreementFactoryFacade.createPendingAgreement(AgreementOffer offer, EndpointReferenceType acceptanceEPR)
          Creates a new pending agreement instance.
 AgreementFactoryRegistryClient WSAG4JAgreementFactoryRegistryBuilder.newInstance(EndpointReferenceType epr)
          Deprecated.  
 AgreementFactoryRegistryClient DefaultAgreementFactoryRegistryBuilder.newInstance(EndpointReferenceType epr)
          Creates a new factory registry client for a given endpoint.
 AgreementFactoryRegistryClient AgreementFactoryRegistryBuilder.newInstance(EndpointReferenceType epr)
          Creates a new factory registry client for a given endpoint.
 AgreementFactoryRegistryClient WSAG4JAgreementFactoryRegistryBuilder.newInstance(EndpointReferenceType epr, LoginContext context)
          Creates a new factory registry client for a given endpoint using the given login context .
 AgreementFactoryRegistryClient DefaultAgreementFactoryRegistryBuilder.newInstance(EndpointReferenceType epr, LoginContext context)
          Creates a new factory registry client for a given endpoint using the given login context .
 AgreementFactoryRegistryClient AgreementFactoryRegistryBuilder.newInstance(EndpointReferenceType epr, LoginContext context)
          Creates a new factory registry client for a given endpoint using the given login context .
 

Uses of EndpointReferenceType in org.ogf.graap.wsag.client.local
 

Methods in org.ogf.graap.wsag.client.local that return EndpointReferenceType
 EndpointReferenceType LocalWsClient.getEndpoint()
          returns a dummy EPR for this agreement.
 EndpointReferenceType LocalAgreementFactoryClientImpl.getEndpoint()
          Returns the endpoint of the client instance.
 

Methods in org.ogf.graap.wsag.client.local with parameters of type EndpointReferenceType
 AgreementClient LocalAgreementFactoryServiceImpl.createPendingAgreement(AgreementOffer offer, EndpointReferenceType acceptanceEPR)
          Creates a pending agreement instance.
 AgreementClient LocalAgreementFactoryClientImpl.createPendingAgreement(AgreementOffer offer, EndpointReferenceType acceptanceEPR)
          Creates a pending agreement instance.
 

Uses of EndpointReferenceType in org.ogf.graap.wsag.client.remote
 

Fields in org.ogf.graap.wsag.client.remote declared as EndpointReferenceType
static EndpointReferenceType WsrfResourceClient.ANONYMOUS_EPR
          Definition of an anonymous SOAP sender EPR.
 

Methods in org.ogf.graap.wsag.client.remote that return EndpointReferenceType
 EndpointReferenceType WsrfResourceClient.getEndpoint()
           
 EndpointReferenceType RemoteAgreementFactoryClientImpl.getEndpoint()
          Returns the endpoint of the client instance.
 

Methods in org.ogf.graap.wsag.client.remote with parameters of type EndpointReferenceType
 AgreementClient RemoteAgreementFactoryServiceImpl.createPendingAgreement(AgreementOffer offer, EndpointReferenceType acceptanceEPR)
          Creates a pending agreement instance.
 AgreementClient RemoteAgreementFactoryClientImpl.createPendingAgreement(AgreementOffer offer, EndpointReferenceType acceptanceEPR)
          Creates a pending agreement instance.
 NegotiationClient RemoteAgreementFactoryServiceImpl.initiateNegotiation(NegotiationContextType context, EndpointReferenceType initiatorEPR)
          Initiates a new negotiation process with a wsag4j server.
 

Constructors in org.ogf.graap.wsag.client.remote with parameters of type EndpointReferenceType
RemoteAgreementClientImpl(EndpointReferenceType epr, ISecurityProperties securityProperties)
          Instantiates a new agreement client for the given EPR.
RemoteAgreementFactoryClientImpl(EndpointReferenceType epr, ISecurityProperties securityProperties)
          Creates a new agreement factory client for a given endpoint using the given security properties.
RemoteAgreementFactoryRegistryServiceImpl(EndpointReferenceType epr, ISecurityProperties securityProperties)
          Instantiates a new agreement factory client for the given endpoint reference.
RemoteAgreementFactoryServiceImpl(EndpointReferenceType epr, ISecurityProperties securityProperties)
          Instantiates an agreement factory service client for the given EPR.
RemoteAgreementRegistryServiceImpl(EndpointReferenceType epr, ISecurityProperties securityProperties)
          Creates a new agreement factory registry client with the given endpoint using the provided security properties.
RemoteNegotiationClientImpl(EndpointReferenceType epr, ISecurityProperties securityProperties)
          Instantiates a negotiation client for the given EPR.
WsrfResourceClient(EndpointReferenceType destination, ISecurityProperties securityProperties)
          Creates a WSRFResourceClient with the given endpoint and the provided security properties.
 

Uses of EndpointReferenceType in org.ogf.graap.wsag.server.api
 

Methods in org.ogf.graap.wsag.server.api that return EndpointReferenceType
 EndpointReferenceType AgreementAcceptanceFactory.registerAgreementAccetanceListener(AgreementAcceptanceListener handler)
          Registers an agreement acceptance handler with an acceptance instance.
 

Uses of EndpointReferenceType in org.ogf.graap.wsag.server.persistence
 

Methods in org.ogf.graap.wsag.server.persistence that return EndpointReferenceType
 EndpointReferenceType PersistentAgreement.getAgreementEPR()
          Deprecated.  
 

Methods in org.ogf.graap.wsag.server.persistence with parameters of type EndpointReferenceType
 void PersistentAgreementFactory.addAgreement(Agreement agreement, EndpointReferenceType epr)
          Deprecated. use createAgreement method of AgreementFactory interface instead
 

Uses of EndpointReferenceType in org.ogf.graap.wsag.server.persistence.impl
 

Methods in org.ogf.graap.wsag.server.persistence.impl that return EndpointReferenceType
 EndpointReferenceType SimplePersistentAgreement.getAgreementEPR()
          
 EndpointReferenceType DatabasePersistentAgreement.getAgreementEPR()
          Deprecated.  
 

Methods in org.ogf.graap.wsag.server.persistence.impl with parameters of type EndpointReferenceType
 void AbstractPersistentAgreementFactory.addAgreement(Agreement agreement, EndpointReferenceType agreementEpr)
          Persists a new created agreement instance
 

Constructors in org.ogf.graap.wsag.server.persistence.impl with parameters of type EndpointReferenceType
SimplePersistentAgreement(Agreement agreement, EndpointReferenceType epr)
           
 

Uses of EndpointReferenceType in org.ogf.graap.wsag.wsrf
 

Methods in org.ogf.graap.wsag.wsrf that return EndpointReferenceType
static EndpointReferenceType XmlUtils.convertMuseEPRToEndpoint(org.apache.muse.ws.addressing.EndpointReference epr)
          Converts a MUSE EPR to an EndpointReferenceType.
 

Methods in org.ogf.graap.wsag.wsrf with parameters of type EndpointReferenceType
static org.apache.muse.ws.addressing.EndpointReference XmlUtils.convertEndpointToMuseEPR(EndpointReferenceType epr)
          Converts an EndpointReferenceType to a MUSE EPR.
 void AbstractWsResource.setEndpointReference(EndpointReferenceType epr)
          Sets the EPR for this WS-Resource and adds the server identity to the meta data of the EPR.
 

Uses of EndpointReferenceType in org.ogf.graap.wsag.wsrf.impl
 

Methods in org.ogf.graap.wsag.wsrf.impl that return EndpointReferenceType
protected  EndpointReferenceType AgreementFactoryCapability.addNewAgreement(Agreement agreement)
          Creates a new Agreement WS-Resource and returns the EPR.
protected  EndpointReferenceType NegotiationFactoryCapability.addNewNegotiationWsResource(Negotiation negotiation)
          Creates a new Negotiation WS-Resource and returns the EPR.
 EndpointReferenceType RemoteAgreementAcceptanceClientImpl.getEndpoint()
          Returns the endpoint of the client instance.
 EndpointReferenceType NegotiationWsResource.getFactoryEPR()
           
 EndpointReferenceType AgreementWsResource.getFactoryEPR()
           
 EndpointReferenceType AgreementAcceptanceFactoryImpl.registerAgreementAccetanceListener(AgreementAcceptanceListener handler)
          Registers an agreement acceptance handler with an acceptance instance.
 

Methods in org.ogf.graap.wsag.wsrf.impl with parameters of type EndpointReferenceType
static AgreementAcceptanceClient AgreementAcceptanceLocatorImpl.getAcceptanceClient(EndpointReferenceType epr, LoginContext context)
           
 void NegotiationWsResource.setFactoryEPR(EndpointReferenceType factoryEPR)
           
 void AgreementWsResource.setFactoryEPR(EndpointReferenceType factoryEPR)
           
 

Constructors in org.ogf.graap.wsag.wsrf.impl with parameters of type EndpointReferenceType
RemoteAgreementAcceptanceClientImpl(EndpointReferenceType epr, ISecurityProperties securityProperties)
          Creates a new acceptance client for the given acceptance EPR.
 

Uses of EndpointReferenceType in org.ogf.graap.wsag.wsrf.persistence
 

Methods in org.ogf.graap.wsag.wsrf.persistence that return EndpointReferenceType
static EndpointReferenceType AgreementEprContainer.findEPRForAgreement(String agreementId)
          Finds the EPR for the agreement with the given id.
 EndpointReferenceType WsDatabasePersistentAgreement.getAgreementEPR()
           
 EndpointReferenceType WsPersistentAgreementFactory.getAgreementFactoryEPR()
          use the resource id at the WSRF layer to construct the EPR
 EndpointReferenceType WsDatabaseAgreementFactory.getAgreementFactoryEPR()
          use the resource id at the WSRF layer to construct the EPR
 EndpointReferenceType AgreementEprContainer.getEpr()
          Returns the EPR of the persisted resourse.
 EndpointReferenceType WsDatabaseWSAG4JPersistence.getNextEPR()
           
 

Methods in org.ogf.graap.wsag.wsrf.persistence with parameters of type EndpointReferenceType
 void WsDatabaseAgreementFactory.addAgreement(Agreement agreement, EndpointReferenceType epr)
          Deprecated.  
 void WsDatabasePersistentAgreement.setAgreementEPR(EndpointReferenceType agreementEpr)
           
 void AgreementEprContainer.setEpr(EndpointReferenceType epr)
           
 

Constructors in org.ogf.graap.wsag.wsrf.persistence with parameters of type EndpointReferenceType
AgreementEprContainer(String agreementId, EndpointReferenceType epr)
          Used to create an instance of this entity ba hand.
WsDatabaseAgreementFactory(PersistentAgreementFactory factory, EndpointReferenceType epr)
          Creates a persistent WS agreement factory for a given EPR and implementation.
WsDatabasePersistentAgreement(PersistentAgreement agreement, EndpointReferenceType epr, String agreementFactoryId)
          Creates a new persisted agreement.
 

Uses of EndpointReferenceType in org.ogf.graap.wsag.wsrf.sg.impl
 

Methods in org.ogf.graap.wsag.wsrf.sg.impl that return EndpointReferenceType
 EndpointReferenceType RuleContextContainer.getFactoryEPR()
           
static EndpointReferenceType MembershipContentRuleContext.getFactoryEPR()
           
 EndpointReferenceType RuleContextContainer.getRegistryEPR()
           
static EndpointReferenceType MembershipContentRuleContext.getRegistryEPR()
           
 

Methods in org.ogf.graap.wsag.wsrf.sg.impl with parameters of type EndpointReferenceType
 void RuleContextContainer.setFactoryEPR(EndpointReferenceType factoryEPR)
           
static void MembershipContentRuleContext.setFactoryEPR(EndpointReferenceType epr)
           
 void RuleContextContainer.setRegistryEPR(EndpointReferenceType registryEPR)
           
static void MembershipContentRuleContext.setRegistryEPR(EndpointReferenceType epr)
           
 

Uses of EndpointReferenceType in org.ogf.schemas.graap.wsAgreement
 

Methods in org.ogf.schemas.graap.wsAgreement that return EndpointReferenceType
 EndpointReferenceType CreatePendingAgreementInputType.addNewAgreementAcceptanceEPR()
          Appends and returns a new empty "AgreementAcceptanceEPR" element
 EndpointReferenceType CreatePendingAgreementOutputType.addNewCreatedAgreementEPR()
          Appends and returns a new empty "CreatedAgreementEPR" element
 EndpointReferenceType CreateAgreementOutputType.addNewCreatedAgreementEPR()
          Appends and returns a new empty "CreatedAgreementEPR" element
 EndpointReferenceType CreatePendingAgreementInputType.addNewInitiatorAgreementEPR()
          Appends and returns a new empty "InitiatorAgreementEPR" element
 EndpointReferenceType CreateAgreementInputType.addNewInitiatorAgreementEPR()
          Appends and returns a new empty "InitiatorAgreementEPR" element
 EndpointReferenceType CreatePendingAgreementInputType.getAgreementAcceptanceEPR()
          Gets the "AgreementAcceptanceEPR" element
 EndpointReferenceType CreatePendingAgreementOutputType.getCreatedAgreementEPR()
          Gets the "CreatedAgreementEPR" element
 EndpointReferenceType CreateAgreementOutputType.getCreatedAgreementEPR()
          Gets the "CreatedAgreementEPR" element
 EndpointReferenceType CreatePendingAgreementInputType.getInitiatorAgreementEPR()
          Gets the "InitiatorAgreementEPR" element
 EndpointReferenceType CreateAgreementInputType.getInitiatorAgreementEPR()
          Gets the "InitiatorAgreementEPR" element
 

Methods in org.ogf.schemas.graap.wsAgreement with parameters of type EndpointReferenceType
 void CreatePendingAgreementInputType.setAgreementAcceptanceEPR(EndpointReferenceType agreementAcceptanceEPR)
          Sets the "AgreementAcceptanceEPR" element
 void CreatePendingAgreementOutputType.setCreatedAgreementEPR(EndpointReferenceType createdAgreementEPR)
          Sets the "CreatedAgreementEPR" element
 void CreateAgreementOutputType.setCreatedAgreementEPR(EndpointReferenceType createdAgreementEPR)
          Sets the "CreatedAgreementEPR" element
 void CreatePendingAgreementInputType.setInitiatorAgreementEPR(EndpointReferenceType initiatorAgreementEPR)
          Sets the "InitiatorAgreementEPR" element
 void CreateAgreementInputType.setInitiatorAgreementEPR(EndpointReferenceType initiatorAgreementEPR)
          Sets the "InitiatorAgreementEPR" element
 

Uses of EndpointReferenceType in org.ogf.schemas.graap.wsAgreement.impl
 

Methods in org.ogf.schemas.graap.wsAgreement.impl that return EndpointReferenceType
 EndpointReferenceType CreatePendingAgreementInputTypeImpl.addNewAgreementAcceptanceEPR()
          Appends and returns a new empty "AgreementAcceptanceEPR" element
 EndpointReferenceType CreatePendingAgreementOutputTypeImpl.addNewCreatedAgreementEPR()
          Appends and returns a new empty "CreatedAgreementEPR" element
 EndpointReferenceType CreateAgreementOutputTypeImpl.addNewCreatedAgreementEPR()
          Appends and returns a new empty "CreatedAgreementEPR" element
 EndpointReferenceType CreatePendingAgreementInputTypeImpl.addNewInitiatorAgreementEPR()
          Appends and returns a new empty "InitiatorAgreementEPR" element
 EndpointReferenceType CreateAgreementInputTypeImpl.addNewInitiatorAgreementEPR()
          Appends and returns a new empty "InitiatorAgreementEPR" element
 EndpointReferenceType CreatePendingAgreementInputTypeImpl.getAgreementAcceptanceEPR()
          Gets the "AgreementAcceptanceEPR" element
 EndpointReferenceType CreatePendingAgreementOutputTypeImpl.getCreatedAgreementEPR()
          Gets the "CreatedAgreementEPR" element
 EndpointReferenceType CreateAgreementOutputTypeImpl.getCreatedAgreementEPR()
          Gets the "CreatedAgreementEPR" element
 EndpointReferenceType CreatePendingAgreementInputTypeImpl.getInitiatorAgreementEPR()
          Gets the "InitiatorAgreementEPR" element
 EndpointReferenceType CreateAgreementInputTypeImpl.getInitiatorAgreementEPR()
          Gets the "InitiatorAgreementEPR" element
 

Methods in org.ogf.schemas.graap.wsAgreement.impl with parameters of type EndpointReferenceType
 void CreatePendingAgreementInputTypeImpl.setAgreementAcceptanceEPR(EndpointReferenceType agreementAcceptanceEPR)
          Sets the "AgreementAcceptanceEPR" element
 void CreatePendingAgreementOutputTypeImpl.setCreatedAgreementEPR(EndpointReferenceType createdAgreementEPR)
          Sets the "CreatedAgreementEPR" element
 void CreateAgreementOutputTypeImpl.setCreatedAgreementEPR(EndpointReferenceType createdAgreementEPR)
          Sets the "CreatedAgreementEPR" element
 void CreatePendingAgreementInputTypeImpl.setInitiatorAgreementEPR(EndpointReferenceType initiatorAgreementEPR)
          Sets the "InitiatorAgreementEPR" element
 void CreateAgreementInputTypeImpl.setInitiatorAgreementEPR(EndpointReferenceType initiatorAgreementEPR)
          Sets the "InitiatorAgreementEPR" element
 

Uses of EndpointReferenceType in org.ogf.schemas.graap.wsAgreement.negotiation
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation that return EndpointReferenceType
 EndpointReferenceType NegotiationContextType.addNewAgreementFactoryEPR()
          Appends and returns a new empty "AgreementFactoryEPR" element
 EndpointReferenceType NegotiationType.Renegotiation.addNewInitiatorAgreementEPR()
          Appends and returns a new empty "InitiatorAgreementEPR" element
 EndpointReferenceType RenegotiationExtensionType.addNewInitiatorNegotiationEPR()
          Appends and returns a new empty "InitiatorNegotiationEPR" element
 EndpointReferenceType NegotiationExtensionType.addNewInitiatorNegotiationEPR()
          Appends and returns a new empty "InitiatorNegotiationEPR" element
 EndpointReferenceType RenegotiationExtensionType.addNewResponderAgreementEPR()
          Appends and returns a new empty "ResponderAgreementEPR" element
 EndpointReferenceType NegotiationType.Renegotiation.addNewResponderAgreementEPR()
          Appends and returns a new empty "ResponderAgreementEPR" element
 EndpointReferenceType RenegotiationExtensionType.addNewResponderNegotiationEPR()
          Appends and returns a new empty "ResponderNegotiationEPR" element
 EndpointReferenceType NegotiationExtensionType.addNewResponderNegotiationEPR()
          Appends and returns a new empty "ResponderNegotiationEPR" element
 EndpointReferenceType NegotiationContextType.getAgreementFactoryEPR()
          Gets the "AgreementFactoryEPR" element
 EndpointReferenceType NegotiationType.Renegotiation.getInitiatorAgreementEPR()
          Gets the "InitiatorAgreementEPR" element
 EndpointReferenceType RenegotiationExtensionType.getInitiatorNegotiationEPR()
          Gets the "InitiatorNegotiationEPR" element
 EndpointReferenceType NegotiationExtensionType.getInitiatorNegotiationEPR()
          Gets the "InitiatorNegotiationEPR" element
 EndpointReferenceType RenegotiationExtensionType.getResponderAgreementEPR()
          Gets the "ResponderAgreementEPR" element
 EndpointReferenceType NegotiationType.Renegotiation.getResponderAgreementEPR()
          Gets the "ResponderAgreementEPR" element
 EndpointReferenceType RenegotiationExtensionType.getResponderNegotiationEPR()
          Gets the "ResponderNegotiationEPR" element
 EndpointReferenceType NegotiationExtensionType.getResponderNegotiationEPR()
          Gets the "ResponderNegotiationEPR" element
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation with parameters of type EndpointReferenceType
 void NegotiationContextType.setAgreementFactoryEPR(EndpointReferenceType agreementFactoryEPR)
          Sets the "AgreementFactoryEPR" element
 void NegotiationType.Renegotiation.setInitiatorAgreementEPR(EndpointReferenceType initiatorAgreementEPR)
          Sets the "InitiatorAgreementEPR" element
 void RenegotiationExtensionType.setInitiatorNegotiationEPR(EndpointReferenceType initiatorNegotiationEPR)
          Sets the "InitiatorNegotiationEPR" element
 void NegotiationExtensionType.setInitiatorNegotiationEPR(EndpointReferenceType initiatorNegotiationEPR)
          Sets the "InitiatorNegotiationEPR" element
 void RenegotiationExtensionType.setResponderAgreementEPR(EndpointReferenceType responderAgreementEPR)
          Sets the "ResponderAgreementEPR" element
 void NegotiationType.Renegotiation.setResponderAgreementEPR(EndpointReferenceType responderAgreementEPR)
          Sets the "ResponderAgreementEPR" element
 void RenegotiationExtensionType.setResponderNegotiationEPR(EndpointReferenceType responderNegotiationEPR)
          Sets the "ResponderNegotiationEPR" element
 void NegotiationExtensionType.setResponderNegotiationEPR(EndpointReferenceType responderNegotiationEPR)
          Sets the "ResponderNegotiationEPR" element
 

Uses of EndpointReferenceType in org.ogf.schemas.graap.wsAgreement.negotiation.impl
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.impl that return EndpointReferenceType
 EndpointReferenceType NegotiationContextTypeImpl.addNewAgreementFactoryEPR()
          Appends and returns a new empty "AgreementFactoryEPR" element
 EndpointReferenceType NegotiationTypeImpl.RenegotiationImpl.addNewInitiatorAgreementEPR()
          Appends and returns a new empty "InitiatorAgreementEPR" element
 EndpointReferenceType RenegotiationExtensionTypeImpl.addNewInitiatorNegotiationEPR()
          Appends and returns a new empty "InitiatorNegotiationEPR" element
 EndpointReferenceType NegotiationExtensionTypeImpl.addNewInitiatorNegotiationEPR()
          Appends and returns a new empty "InitiatorNegotiationEPR" element
 EndpointReferenceType RenegotiationExtensionTypeImpl.addNewResponderAgreementEPR()
          Appends and returns a new empty "ResponderAgreementEPR" element
 EndpointReferenceType NegotiationTypeImpl.RenegotiationImpl.addNewResponderAgreementEPR()
          Appends and returns a new empty "ResponderAgreementEPR" element
 EndpointReferenceType RenegotiationExtensionTypeImpl.addNewResponderNegotiationEPR()
          Appends and returns a new empty "ResponderNegotiationEPR" element
 EndpointReferenceType NegotiationExtensionTypeImpl.addNewResponderNegotiationEPR()
          Appends and returns a new empty "ResponderNegotiationEPR" element
 EndpointReferenceType NegotiationContextTypeImpl.getAgreementFactoryEPR()
          Gets the "AgreementFactoryEPR" element
 EndpointReferenceType NegotiationTypeImpl.RenegotiationImpl.getInitiatorAgreementEPR()
          Gets the "InitiatorAgreementEPR" element
 EndpointReferenceType RenegotiationExtensionTypeImpl.getInitiatorNegotiationEPR()
          Gets the "InitiatorNegotiationEPR" element
 EndpointReferenceType NegotiationExtensionTypeImpl.getInitiatorNegotiationEPR()
          Gets the "InitiatorNegotiationEPR" element
 EndpointReferenceType RenegotiationExtensionTypeImpl.getResponderAgreementEPR()
          Gets the "ResponderAgreementEPR" element
 EndpointReferenceType NegotiationTypeImpl.RenegotiationImpl.getResponderAgreementEPR()
          Gets the "ResponderAgreementEPR" element
 EndpointReferenceType RenegotiationExtensionTypeImpl.getResponderNegotiationEPR()
          Gets the "ResponderNegotiationEPR" element
 EndpointReferenceType NegotiationExtensionTypeImpl.getResponderNegotiationEPR()
          Gets the "ResponderNegotiationEPR" element
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.impl with parameters of type EndpointReferenceType
 void NegotiationContextTypeImpl.setAgreementFactoryEPR(EndpointReferenceType agreementFactoryEPR)
          Sets the "AgreementFactoryEPR" element
 void NegotiationTypeImpl.RenegotiationImpl.setInitiatorAgreementEPR(EndpointReferenceType initiatorAgreementEPR)
          Sets the "InitiatorAgreementEPR" element
 void RenegotiationExtensionTypeImpl.setInitiatorNegotiationEPR(EndpointReferenceType initiatorNegotiationEPR)
          Sets the "InitiatorNegotiationEPR" element
 void NegotiationExtensionTypeImpl.setInitiatorNegotiationEPR(EndpointReferenceType initiatorNegotiationEPR)
          Sets the "InitiatorNegotiationEPR" element
 void RenegotiationExtensionTypeImpl.setResponderAgreementEPR(EndpointReferenceType responderAgreementEPR)
          Sets the "ResponderAgreementEPR" element
 void NegotiationTypeImpl.RenegotiationImpl.setResponderAgreementEPR(EndpointReferenceType responderAgreementEPR)
          Sets the "ResponderAgreementEPR" element
 void RenegotiationExtensionTypeImpl.setResponderNegotiationEPR(EndpointReferenceType responderNegotiationEPR)
          Sets the "ResponderNegotiationEPR" element
 void NegotiationExtensionTypeImpl.setResponderNegotiationEPR(EndpointReferenceType responderNegotiationEPR)
          Sets the "ResponderNegotiationEPR" element
 

Uses of EndpointReferenceType in org.ogf.schemas.graap.wsAgreement.negotiation.protocol
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol that return EndpointReferenceType
 EndpointReferenceType InitiateNegotiationOutputType.addNewCreatedNegotiationEPR()
          Appends and returns a new empty "CreatedNegotiationEPR" element
 EndpointReferenceType InitiateNegotiationInputType.addNewInitiatorNegotiationEPR()
          Appends and returns a new empty "InitiatorNegotiationEPR" element
 EndpointReferenceType InitiateNegotiationOutputType.getCreatedNegotiationEPR()
          Gets the "CreatedNegotiationEPR" element
 EndpointReferenceType InitiateNegotiationInputType.getInitiatorNegotiationEPR()
          Gets the "InitiatorNegotiationEPR" element
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol with parameters of type EndpointReferenceType
 void InitiateNegotiationOutputType.setCreatedNegotiationEPR(EndpointReferenceType createdNegotiationEPR)
          Sets the "CreatedNegotiationEPR" element
 void InitiateNegotiationInputType.setInitiatorNegotiationEPR(EndpointReferenceType initiatorNegotiationEPR)
          Sets the "InitiatorNegotiationEPR" element
 

Uses of EndpointReferenceType in org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl that return EndpointReferenceType
 EndpointReferenceType InitiateNegotiationOutputTypeImpl.addNewCreatedNegotiationEPR()
          Appends and returns a new empty "CreatedNegotiationEPR" element
 EndpointReferenceType InitiateNegotiationInputTypeImpl.addNewInitiatorNegotiationEPR()
          Appends and returns a new empty "InitiatorNegotiationEPR" element
 EndpointReferenceType InitiateNegotiationOutputTypeImpl.getCreatedNegotiationEPR()
          Gets the "CreatedNegotiationEPR" element
 EndpointReferenceType InitiateNegotiationInputTypeImpl.getInitiatorNegotiationEPR()
          Gets the "InitiatorNegotiationEPR" element
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl with parameters of type EndpointReferenceType
 void InitiateNegotiationOutputTypeImpl.setCreatedNegotiationEPR(EndpointReferenceType createdNegotiationEPR)
          Sets the "CreatedNegotiationEPR" element
 void InitiateNegotiationInputTypeImpl.setInitiatorNegotiationEPR(EndpointReferenceType initiatorNegotiationEPR)
          Sets the "InitiatorNegotiationEPR" element
 

Uses of EndpointReferenceType in org.w3.x2005.x08.addressing
 

Methods in org.w3.x2005.x08.addressing that return EndpointReferenceType
 EndpointReferenceType EndpointReferenceDocument.addNewEndpointReference()
          Appends and returns a new empty "EndpointReference" element
 EndpointReferenceType FaultToDocument.addNewFaultTo()
          Appends and returns a new empty "FaultTo" element
 EndpointReferenceType FromDocument.addNewFrom()
          Appends and returns a new empty "From" element
 EndpointReferenceType ReplyToDocument.addNewReplyTo()
          Appends and returns a new empty "ReplyTo" element
 EndpointReferenceType EndpointReferenceDocument.getEndpointReference()
          Gets the "EndpointReference" element
 EndpointReferenceType FaultToDocument.getFaultTo()
          Gets the "FaultTo" element
 EndpointReferenceType FromDocument.getFrom()
          Gets the "From" element
 EndpointReferenceType ReplyToDocument.getReplyTo()
          Gets the "ReplyTo" element
static EndpointReferenceType EndpointReferenceType.Factory.newInstance()
           
static EndpointReferenceType EndpointReferenceType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static EndpointReferenceType EndpointReferenceType.Factory.parse(File file)
           
static EndpointReferenceType EndpointReferenceType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static EndpointReferenceType EndpointReferenceType.Factory.parse(InputStream is)
           
static EndpointReferenceType EndpointReferenceType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static EndpointReferenceType EndpointReferenceType.Factory.parse(Node node)
           
static EndpointReferenceType EndpointReferenceType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static EndpointReferenceType EndpointReferenceType.Factory.parse(Reader r)
           
static EndpointReferenceType EndpointReferenceType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static EndpointReferenceType EndpointReferenceType.Factory.parse(String xmlAsString)
           
static EndpointReferenceType EndpointReferenceType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static EndpointReferenceType EndpointReferenceType.Factory.parse(URL u)
           
static EndpointReferenceType EndpointReferenceType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static EndpointReferenceType EndpointReferenceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static EndpointReferenceType EndpointReferenceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static EndpointReferenceType EndpointReferenceType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static EndpointReferenceType EndpointReferenceType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.w3.x2005.x08.addressing with parameters of type EndpointReferenceType
 void EndpointReferenceDocument.setEndpointReference(EndpointReferenceType endpointReference)
          Sets the "EndpointReference" element
 void FaultToDocument.setFaultTo(EndpointReferenceType faultTo)
          Sets the "FaultTo" element
 void FromDocument.setFrom(EndpointReferenceType from)
          Sets the "From" element
 void ReplyToDocument.setReplyTo(EndpointReferenceType replyTo)
          Sets the "ReplyTo" element
 

Uses of EndpointReferenceType in org.w3.x2005.x08.addressing.impl
 

Classes in org.w3.x2005.x08.addressing.impl that implement EndpointReferenceType
 class EndpointReferenceTypeImpl
          An XML EndpointReferenceType(@http://www.w3.org/2005/08/addressing).
 

Methods in org.w3.x2005.x08.addressing.impl that return EndpointReferenceType
 EndpointReferenceType EndpointReferenceDocumentImpl.addNewEndpointReference()
          Appends and returns a new empty "EndpointReference" element
 EndpointReferenceType FaultToDocumentImpl.addNewFaultTo()
          Appends and returns a new empty "FaultTo" element
 EndpointReferenceType FromDocumentImpl.addNewFrom()
          Appends and returns a new empty "From" element
 EndpointReferenceType ReplyToDocumentImpl.addNewReplyTo()
          Appends and returns a new empty "ReplyTo" element
 EndpointReferenceType EndpointReferenceDocumentImpl.getEndpointReference()
          Gets the "EndpointReference" element
 EndpointReferenceType FaultToDocumentImpl.getFaultTo()
          Gets the "FaultTo" element
 EndpointReferenceType FromDocumentImpl.getFrom()
          Gets the "From" element
 EndpointReferenceType ReplyToDocumentImpl.getReplyTo()
          Gets the "ReplyTo" element
 

Methods in org.w3.x2005.x08.addressing.impl with parameters of type EndpointReferenceType
 void EndpointReferenceDocumentImpl.setEndpointReference(EndpointReferenceType endpointReference)
          Sets the "EndpointReference" element
 void FaultToDocumentImpl.setFaultTo(EndpointReferenceType faultTo)
          Sets the "FaultTo" element
 void FromDocumentImpl.setFrom(EndpointReferenceType from)
          Sets the "From" element
 void ReplyToDocumentImpl.setReplyTo(EndpointReferenceType replyTo)
          Sets the "ReplyTo" element
 



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.