WebLogic Integration


Uses of Class
com.bea.b2b.tpa.PartyInstance

Packages that use PartyInstance
com.bea.b2b.protocol Used for working with logic plug-ins. 
com.bea.b2b.protocol.conversation Used for working with conversations. 
com.bea.b2b.protocol.cxml Used for working with the cXML protocol. 
com.bea.b2b.protocol.cxml.messaging Used for working with cXML messages and documents. 
com.bea.b2b.protocol.messaging Used for working with messages in a conversation. 
com.bea.b2b.protocol.xocp.conversation.local Used for working with conversations that use the XML Open Collaboration Protocol (XOCP). 
com.bea.b2b.protocol.xocp.messaging Used for working with messages in conversations that use the XML Open Collaboration Protocol (XOCP). 
com.bea.b2b.tpa Provides classes representing Collaboration Agreement. 
 

Uses of PartyInstance in com.bea.b2b.protocol
 

Uses of PartyInstance in com.bea.b2b.protocol.conversation
 

Methods in com.bea.b2b.protocol.conversation with parameters of type PartyInstance
 void Coordinator.enlist(Message msg, PartyInstance enlistParty, PartyInstance hostParty)
          For GlobalCoordinator: enlists the specified trading partner in the specified global conversation.
 void CoordinatorBase.enlist(Message msg, PartyInstance enlistParty, PartyInstance hostParty)
          Enlist trading partner in global conversation
 void CoordinatorBase.validateRole(MessageEnvelope msgEnv, PartyInstance toParty, java.lang.String recTradingPartner, ConversationType type, boolean logging)
           
 com.bea.b2b.protocol.conversation.global.GlobalConversation CoordinatorBase.create(PartyInstance self, PartyInstance other, long timeout)
           
 

Uses of PartyInstance in com.bea.b2b.protocol.cxml
 

Methods in com.bea.b2b.protocol.cxml with parameters of type PartyInstance
static java.lang.String CXMLIBProtocol.generateSystemMessageId(java.lang.String type, PartyInstance partyInstance)
           
 

Uses of PartyInstance in com.bea.b2b.protocol.cxml.messaging
 

Uses of PartyInstance in com.bea.b2b.protocol.messaging
 

Methods in com.bea.b2b.protocol.messaging that return PartyInstance
 PartyInstance Message.getToParty()
          Get party of associated Collaboration Agreement which received this message or is supposed to receive this message.
 PartyInstance Message.getFromParty()
          Get party of associated Collaboration Agreement which sent this message or is supposed to be sending this message.
 

Uses of PartyInstance in com.bea.b2b.protocol.xocp.conversation.local
 

Methods in com.bea.b2b.protocol.xocp.conversation.local with parameters of type PartyInstance
 com.bea.b2b.protocol.conversation.global.GlobalConversation SpokeCoordinator.create(PartyInstance self, PartyInstance other, long timeout)
          create create a conversation for spoke.
 void SpokeCoordinator.enlist(Message msg, PartyInstance enlistParty, PartyInstance hostParty)
          enlist Enlists a trading partner on spoke means joining conversation.
 void SpokeCoordinator.registerConversation(PartyInstance self, PartyInstance other)
          registerConversation Send "RegisterConversationRequest" to global coordinator in hub.
 void SpokeCoordinator.unregisterConversation(PartyInstance self, PartyInstance other)
          registerConversation Send "UnRegisterConversationRequest" to global coordinator in hub.
 void SpokeCoordinator.refreshConversationStatus(PartyInstance self, PartyInstance other)
           
 

Uses of PartyInstance in com.bea.b2b.protocol.xocp.messaging
 

Methods in com.bea.b2b.protocol.xocp.messaging with parameters of type PartyInstance
 void QualityOfService.setDefault(PartyInstance receiveParty, boolean isBusinessMessage)
           
 

Uses of PartyInstance in com.bea.b2b.tpa
 

Methods in com.bea.b2b.tpa that return PartyInstance
 PartyInstance CAInstance.getPartyInstance(java.lang.String tradingPartner, java.lang.String role)
          Get party for specified trading partner in specified role.
 PartyInstance PartyInstance.getRoutingProxy()
          If this party uses XOCP spoke protocol, get party associated from Collaboration Agreement which uses XOCP hub protocol with delivery channel marked as routing proxy.
 

Methods in com.bea.b2b.tpa with parameters of type PartyInstance
 void PartyInstance.createSession(PartyInstance channelOwner, com.bea.b2b.server.CSpace channel)
          if remote/hosted, create session for trading partner in channel-owner's c-space
 

Constructors in com.bea.b2b.tpa with parameters of type PartyInstance
BusinessProtocolInstance.BusinessProtocolInstance(PartyInstance pi, com.bea.b2b.repository.BusinessProtocolDefinition bpd)
           
 


WebLogic Integration

WebLogic Integration (WLI)