Uses of Class
com.ibm.soa.parlayx21.common.PolicyException

Packages that use PolicyException
com.ibm.soa.parlayx21 Parlay X 2.1. 
com.ibm.soa.parlayx21.account_management Account Management. 
com.ibm.soa.parlayx21.audio_call Audio Call. 
com.ibm.soa.parlayx21.call_direction Call Direction. 
com.ibm.soa.parlayx21.call_handling Call Handling. 
com.ibm.soa.parlayx21.call_notification Call Notification. 
com.ibm.soa.parlayx21.group Address List Management. 
com.ibm.soa.parlayx21.group_member Address List Management. 
com.ibm.soa.parlayx21.group_mgmt Address List Management. 
com.ibm.soa.parlayx21.multimedia_conference Multimedia Conferencing. 
com.ibm.soa.parlayx21.multimedia_messaging Multimedia Messaging. 
com.ibm.soa.parlayx21.payment Payment. 
com.ibm.soa.parlayx21.presence Presence. 
com.ibm.soa.parlayx21.sms Short Message Service. 
com.ibm.soa.parlayx21.terminal_location Terminal Location. 
com.ibm.soa.parlayx21.terminal_status Terminal Status. 
com.ibm.soa.parlayx21.third_party_call Third Party Call. 
 

Uses of PolicyException in com.ibm.soa.parlayx21
 

Methods in com.ibm.soa.parlayx21 with parameters of type PolicyException
static java.lang.String Messages.getSubstitutedMessage(PolicyException se, java.util.Locale locale)
          Get the substituted message from the exception.
 

Uses of PolicyException in com.ibm.soa.parlayx21.account_management
 

Methods in com.ibm.soa.parlayx21.account_management that throw PolicyException
 void AccountManagementProxy.balanceUpdate(java.net.URI endUserIdentifier, java.lang.String endUserPin, java.lang.String referenceCode, java.lang.String balanceType, java.math.BigDecimal amount, java.lang.Integer period)
           
 void AccountManagementBindingStub.balanceUpdate(java.net.URI endUserIdentifier, java.lang.String endUserPin, java.lang.String referenceCode, java.lang.String balanceType, java.math.BigDecimal amount, java.lang.Integer period)
           
 void AccountManagement.balanceUpdate(java.net.URI endUserIdentifier, java.lang.String endUserPin, java.lang.String referenceCode, java.lang.String balanceType, java.math.BigDecimal amount, java.lang.Integer period)
          This message results in directly recharging the account indicated by the end user identifier and optional associated end user PIN.
 Balance[] AccountManagementProxy.getBalance(java.net.URI endUserIdentifier, java.lang.String endUserPin)
           
 Balance[] AccountManagementBindingStub.getBalance(java.net.URI endUserIdentifier, java.lang.String endUserPin)
           
 Balance[] AccountManagement.getBalance(java.net.URI endUserIdentifier, java.lang.String endUserPin)
          This message results in getting account balances indicated by the end user identifier and associated end user PIN.
 java.lang.String[] AccountManagementProxy.getBalanceTypes(java.net.URI endUserIdentifier, java.lang.String endUserPin)
           
 java.lang.String[] AccountManagementBindingStub.getBalanceTypes(java.net.URI endUserIdentifier, java.lang.String endUserPin)
           
 java.lang.String[] AccountManagement.getBalanceTypes(java.net.URI endUserIdentifier, java.lang.String endUserPin)
          This operation results in getting a set of valid account balance types per account.
 BalanceExpireDetails[] AccountManagementProxy.getCreditExpiryDate(java.net.URI endUserIdentifier, java.lang.String endUserPin)
           
 BalanceExpireDetails[] AccountManagementBindingStub.getCreditExpiryDate(java.net.URI endUserIdentifier, java.lang.String endUserPin)
           
 BalanceExpireDetails[] AccountManagement.getCreditExpiryDate(java.net.URI endUserIdentifier, java.lang.String endUserPin)
          This message results in getting the expiration date of the credit indicated by the end user identifier and associated end user PIN.
 DatedTransaction[] AccountManagementProxy.getHistory(java.net.URI endUserIdentifier, java.lang.String endUserPin, java.util.Calendar date, java.lang.Integer maxEntries)
           
 DatedTransaction[] AccountManagementBindingStub.getHistory(java.net.URI endUserIdentifier, java.lang.String endUserPin, java.util.Calendar date, java.lang.Integer maxEntries)
           
 DatedTransaction[] AccountManagement.getHistory(java.net.URI endUserIdentifier, java.lang.String endUserPin, java.util.Calendar date, java.lang.Integer maxEntries)
          This message results in returning the transaction history of the account indicated by the end user identifier and associated optional end user PIN.
 void AccountManagementProxy.voucherUpdate(java.net.URI endUserIdentifier, java.lang.String endUserPin, java.lang.String referenceCode, java.lang.String voucherIdentifier, java.lang.String voucherPin)
           
 void AccountManagementBindingStub.voucherUpdate(java.net.URI endUserIdentifier, java.lang.String endUserPin, java.lang.String referenceCode, java.lang.String voucherIdentifier, java.lang.String voucherPin)
           
 void AccountManagement.voucherUpdate(java.net.URI endUserIdentifier, java.lang.String endUserPin, java.lang.String referenceCode, java.lang.String voucherIdentifier, java.lang.String voucherPin)
          This message results in directly recharging the account indicated by the end user identifier and optional associated end user PIN.
 

Uses of PolicyException in com.ibm.soa.parlayx21.audio_call
 

Methods in com.ibm.soa.parlayx21.audio_call that throw PolicyException
 MessageStatus AudioCallProxy.endMessage(java.lang.String correlator)
           
 MessageStatus AudioCallBindingStub.endMessage(java.lang.String correlator)
           
 MessageStatus AudioCall.endMessage(java.lang.String correlator)
          The invocation of endMessage cancels/stops a previous request identified by correlator.
 MessageStatus AudioCallProxy.getMessageStatus(java.lang.String correlator)
           
 MessageStatus AudioCallBindingStub.getMessageStatus(java.lang.String correlator)
           
 MessageStatus AudioCall.getMessageStatus(java.lang.String correlator)
          The invocation of getMessageStatus retrieves the current status, result, of a previous request identified by correlator.
 java.lang.String AudioCallProxy.playAudioMessage(java.net.URI address, java.net.URI audioUrl, ChargingInformation charging)
           
 java.lang.String AudioCallBindingStub.playAudioMessage(java.net.URI address, java.net.URI audioUrl, ChargingInformation charging)
           
 java.lang.String AudioCall.playAudioMessage(java.net.URI address, java.net.URI audioUrl, ChargingInformation charging)
          The invocation of playAudioMessage requests to set up a call to the user identified by address and play an audio file located at audioUrl.
 java.lang.String AudioCallProxy.playTextMessage(java.net.URI address, java.lang.String text, java.lang.String language, ChargingInformation charging)
           
 java.lang.String AudioCallBindingStub.playTextMessage(java.net.URI address, java.lang.String text, java.lang.String language, ChargingInformation charging)
           
 java.lang.String AudioCall.playTextMessage(java.net.URI address, java.lang.String text, java.lang.String language, ChargingInformation charging)
          The invocation of playTextMessage requests to set up a call to the user identified by address and play a text identified by text.
 java.lang.String AudioCallProxy.playVoiceXmlMessage(java.net.URI address, java.net.URI voiceXmlUrl, ChargingInformation charging)
           
 java.lang.String AudioCallBindingStub.playVoiceXmlMessage(java.net.URI address, java.net.URI voiceXmlUrl, ChargingInformation charging)
           
 java.lang.String AudioCall.playVoiceXmlMessage(java.net.URI address, java.net.URI voiceXmlUrl, ChargingInformation charging)
          The invocation of playVoiceXmlMessage requests to set up a call to the user identified by address and process VoiceXML content located at voiceXmlUrl.
 

Uses of PolicyException in com.ibm.soa.parlayx21.call_direction
 

Methods in com.ibm.soa.parlayx21.call_direction that throw PolicyException
 Action CallDirectionProxy.handleBusy(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty)
           
 Action CallDirectionBindingStub.handleBusy(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty)
           
 Action CallDirection.handleBusy(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty)
          The invocation of handleBusy requests the application to inform the gateway how to handle the call between two addresses, the callingParty and the calledParty, where the calledParty is busy when the call is received.
 Action CallDirectionProxy.handleCalledNumber(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty)
           
 Action CallDirectionBindingStub.handleCalledNumber(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty)
           
 Action CallDirection.handleCalledNumber(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty)
          The invocation of handleCalledNumber requests the application to inform the gateway how to handle the call between two addresses, the callingParty and the calledParty.
 Action CallDirectionProxy.handleNoAnswer(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty)
           
 Action CallDirectionBindingStub.handleNoAnswer(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty)
           
 Action CallDirection.handleNoAnswer(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty)
          The invocation of handleNoAnswer requests the application to inform the gateway how to handle the call between two addresses, the callingParty and the calledParty, where the calledParty does not answer the received call.
 Action CallDirectionProxy.handleNotReachable(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty)
           
 Action CallDirectionBindingStub.handleNotReachable(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty)
           
 Action CallDirection.handleNotReachable(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty)
          The invocation of handleNotReachable requests the application to inform the gateway how to handle the call between two addresses, the callingParty and the calledParty, where the calledParty is not reachable when the call is received.
 void CallDirectionManagerProxy.startCallDirectionNotification(SimpleReference reference, java.lang.String[] addresses, CallEvents[] criteria)
           
 void CallDirectionManagerBindingStub.startCallDirectionNotification(SimpleReference reference, java.lang.String[] addresses, CallEvents[] criteria)
           
 void CallDirectionManager.startCallDirectionNotification(SimpleReference reference, java.lang.String[] addresses, CallEvents[] criteria)
          This operation initiates notifications to the application for a given address.
 void CallDirectionManagerProxy.stopCallDirectionNotification(java.lang.String correlator)
           
 void CallDirectionManagerBindingStub.stopCallDirectionNotification(java.lang.String correlator)
           
 void CallDirectionManager.stopCallDirectionNotification(java.lang.String correlator)
          The application may end a call direction notification using this operation.
 

Uses of PolicyException in com.ibm.soa.parlayx21.call_handling
 

Methods in com.ibm.soa.parlayx21.call_handling that throw PolicyException
 void CallHandlingProxy.clearRules(java.net.URI[] addresses)
           
 void CallHandlingBindingStub.clearRules(java.net.URI[] addresses)
           
 void CallHandling.clearRules(java.net.URI[] addresses)
          Clear the call handling rules associated with the addresses specified.
 CallHandlingRules CallHandlingProxy.getRules(java.net.URI address)
           
 CallHandlingRules CallHandlingBindingStub.getRules(java.net.URI address)
           
 CallHandlingRules CallHandling.getRules(java.net.URI address)
          Get the call handling rules for an address (the destination for the call).
 void CallHandlingProxy.setRules(java.net.URI address, CallHandlingRules rules)
           
 void CallHandlingBindingStub.setRules(java.net.URI address, CallHandlingRules rules)
           
 void CallHandling.setRules(java.net.URI address, CallHandlingRules rules)
          Set the call handling rules for an address (the destination for the call).
 SetRulesResult[] CallHandlingProxy.setRulesForGroup(java.net.URI[] addresses, CallHandlingRules rules)
           
 SetRulesResult[] CallHandlingBindingStub.setRulesForGroup(java.net.URI[] addresses, CallHandlingRules rules)
           
 SetRulesResult[] CallHandling.setRulesForGroup(java.net.URI[] addresses, CallHandlingRules rules)
          Set the call handling rules for multiple addresses (the destination for calls).
 

Uses of PolicyException in com.ibm.soa.parlayx21.call_notification
 

Methods in com.ibm.soa.parlayx21.call_notification that throw PolicyException
 void CallNotificationProxy.notifyBusy(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty)
           
 void CallNotificationBindingStub.notifyBusy(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty)
           
 void CallNotification.notifyBusy(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty)
          A busy notification informs the application that a call between two parties was attempted, but the called party was busy.
 void CallNotificationProxy.notifyCalledNumber(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty)
           
 void CallNotificationBindingStub.notifyCalledNumber(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty)
           
 void CallNotification.notifyCalledNumber(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty)
          A called number notification informs the application that a call between two parties is being attempted.
 void CallNotificationProxy.notifyNoAnswer(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty)
           
 void CallNotificationBindingStub.notifyNoAnswer(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty)
           
 void CallNotification.notifyNoAnswer(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty)
          A no answer notification informs the application that a call between two parties was attempted, but the called party did not answer.
 void CallNotificationProxy.notifyNotReachable(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty)
           
 void CallNotificationBindingStub.notifyNotReachable(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty)
           
 void CallNotification.notifyNotReachable(java.lang.String correlator, java.net.URI callingParty, java.lang.String callingPartyName, java.net.URI calledParty)
          A not reachable notification informs the application that a call between two parties was attempted, but the called party was not reachable.
 void CallNotificationManagerProxy.startCallNotification(SimpleReference reference, java.lang.String[] addresses, CallEvents[] criteria)
           
 void CallNotificationManagerBindingStub.startCallNotification(SimpleReference reference, java.lang.String[] addresses, CallEvents[] criteria)
           
 void CallNotificationManager.startCallNotification(SimpleReference reference, java.lang.String[] addresses, CallEvents[] criteria)
          This operation initiates notifications to the application for a given the specified addresses.
 void CallNotificationManagerProxy.stopCallNotification(java.lang.String correlator)
           
 void CallNotificationManagerBindingStub.stopCallNotification(java.lang.String correlator)
           
 void CallNotificationManager.stopCallNotification(java.lang.String correlator)
          The application may end a call notification using this operation.
 

Uses of PolicyException in com.ibm.soa.parlayx21.group
 

Methods in com.ibm.soa.parlayx21.group that throw PolicyException
 void GroupProxy.addGroupAttribute(java.net.URI group, SimpleAttribute value)
           
 void GroupBindingStub.addGroupAttribute(java.net.URI group, SimpleAttribute value)
           
 void Group.addGroupAttribute(java.net.URI group, SimpleAttribute value)
          Groups may have attributes associated with the group.
 void GroupProxy.addGroupMemberAttribute(java.net.URI group, java.net.URI member, SimpleAttribute value)
           
 void GroupBindingStub.addGroupMemberAttribute(java.net.URI group, java.net.URI member, SimpleAttribute value)
           
 void Group.addGroupMemberAttribute(java.net.URI group, java.net.URI member, SimpleAttribute value)
          Group members may have attributes that are within the context of a group in which they belong.
 void GroupProxy.addMember(java.net.URI group, java.net.URI member)
           
 void GroupBindingStub.addMember(java.net.URI group, java.net.URI member)
           
 void Group.addMember(java.net.URI group, java.net.URI member)
          Add a member to a group.
 void GroupProxy.addMembers(java.net.URI group, java.net.URI[] members)
           
 void GroupBindingStub.addMembers(java.net.URI group, java.net.URI[] members)
           
 void Group.addMembers(java.net.URI group, java.net.URI[] members)
          Add an array of members to a group.
 void GroupProxy.deleteGroupAttribute(java.net.URI group, java.lang.String attributeName)
           
 void GroupBindingStub.deleteGroupAttribute(java.net.URI group, java.lang.String attributeName)
           
 void Group.deleteGroupAttribute(java.net.URI group, java.lang.String attributeName)
          Groups may have attributes removed by those with admin or delete permission on the specified group.
 void GroupProxy.deleteGroupMemberAttribute(java.net.URI group, java.net.URI member, java.lang.String attributeName)
           
 void GroupBindingStub.deleteGroupMemberAttribute(java.net.URI group, java.net.URI member, java.lang.String attributeName)
           
 void Group.deleteGroupMemberAttribute(java.net.URI group, java.net.URI member, java.lang.String attributeName)
          Group members may have attributes removed by those with admin or delete permission on the specified group.
 void GroupProxy.deleteMember(java.net.URI group, java.net.URI member)
           
 void GroupBindingStub.deleteMember(java.net.URI group, java.net.URI member)
           
 void Group.deleteMember(java.net.URI group, java.net.URI member)
          Delete a member from a group.
 void GroupProxy.deleteMembers(java.net.URI group, java.net.URI[] members)
           
 void GroupBindingStub.deleteMembers(java.net.URI group, java.net.URI[] members)
           
 void Group.deleteMembers(java.net.URI group, java.net.URI[] members)
          Delete an array of members from a group.
 SimpleAttribute[] GroupProxy.queryGroupAttributes(java.net.URI group)
           
 SimpleAttribute[] GroupBindingStub.queryGroupAttributes(java.net.URI group)
           
 SimpleAttribute[] Group.queryGroupAttributes(java.net.URI group)
          Query the attributes for a group by those with admin or read permission on the specified group.
 SimpleAttribute[] GroupProxy.queryGroupMemberAttributes(java.net.URI group, java.net.URI member)
           
 SimpleAttribute[] GroupBindingStub.queryGroupMemberAttributes(java.net.URI group, java.net.URI member)
           
 SimpleAttribute[] Group.queryGroupMemberAttributes(java.net.URI group, java.net.URI member)
          Query the attributes for a group member by those with admin or read permission on the specified group.
 java.net.URI[] GroupProxy.queryMembers(java.net.URI group, boolean resolveGroups)
           
 java.net.URI[] GroupBindingStub.queryMembers(java.net.URI group, boolean resolveGroups)
           
 java.net.URI[] Group.queryMembers(java.net.URI group, boolean resolveGroups)
          Get the list of members contained within a group.
 

Uses of PolicyException in com.ibm.soa.parlayx21.group_member
 

Methods in com.ibm.soa.parlayx21.group_member that throw PolicyException
 void MemberProxy.addMemberAttribute(java.net.URI member, SimpleAttribute data)
           
 void MemberBindingStub.addMemberAttribute(java.net.URI member, SimpleAttribute data)
           
 void Member.addMemberAttribute(java.net.URI member, SimpleAttribute data)
          Add member attribute.
 void MemberProxy.deleteMemberAttribute(java.net.URI member, java.lang.String attributeName)
           
 void MemberBindingStub.deleteMemberAttribute(java.net.URI member, java.lang.String attributeName)
           
 void Member.deleteMemberAttribute(java.net.URI member, java.lang.String attributeName)
          Delete attribute from a member.
 SimpleAttribute[] MemberProxy.queryMemberAttributes(java.net.URI member, java.lang.String[] attributeNames)
           
 SimpleAttribute[] MemberBindingStub.queryMemberAttributes(java.net.URI member, java.lang.String[] attributeNames)
           
 SimpleAttribute[] Member.queryMemberAttributes(java.net.URI member, java.lang.String[] attributeNames)
          Query attributes of a member.
 

Uses of PolicyException in com.ibm.soa.parlayx21.group_mgmt
 

Methods in com.ibm.soa.parlayx21.group_mgmt that throw PolicyException
 java.net.URI GroupManagementProxy.createGroup(java.lang.String name, java.lang.String domain, boolean autoName)
           
 java.net.URI GroupManagementBindingStub.createGroup(java.lang.String name, java.lang.String domain, boolean autoName)
           
 java.net.URI GroupManagement.createGroup(java.lang.String name, java.lang.String domain, boolean autoName)
          Create a new group.
 void GroupManagementProxy.deleteGroup(java.net.URI group)
           
 void GroupManagementBindingStub.deleteGroup(java.net.URI group)
           
 void GroupManagement.deleteGroup(java.net.URI group)
          Delete a group.
 AccessPermissions GroupManagementProxy.queryAccess(java.net.URI group, java.lang.String requester)
           
 AccessPermissions GroupManagementBindingStub.queryAccess(java.net.URI group, java.lang.String requester)
           
 AccessPermissions GroupManagement.queryAccess(java.net.URI group, java.lang.String requester)
          Query the access permissions for a requester on a group.
 java.net.URI[] GroupManagementProxy.queryGroups(java.lang.String searchDomain, boolean hierarchy)
           
 java.net.URI[] GroupManagementBindingStub.queryGroups(java.lang.String searchDomain, boolean hierarchy)
           
 java.net.URI[] GroupManagement.queryGroups(java.lang.String searchDomain, boolean hierarchy)
          Group information can be retrieved from the network, with two types of search, one that retrieves groups only from a single sub-domain and one that returns groups from the sub-domain and its sub-domains.
 void GroupManagementProxy.setAccess(java.net.URI group, java.lang.String requester, boolean adminPermission, boolean addPermission, boolean deletePermission, boolean queryPermission)
           
 void GroupManagementBindingStub.setAccess(java.net.URI group, java.lang.String requester, boolean adminPermission, boolean addPermission, boolean deletePermission, boolean queryPermission)
           
 void GroupManagement.setAccess(java.net.URI group, java.lang.String requester, boolean adminPermission, boolean addPermission, boolean deletePermission, boolean queryPermission)
          Access to manage the elements within a group may be provided independently from the access to manage the group itself.
 

Uses of PolicyException in com.ibm.soa.parlayx21.multimedia_conference
 

Methods in com.ibm.soa.parlayx21.multimedia_conference that throw PolicyException
 void MultimediaConferenceProxy.addMediaForParticipant(java.lang.String conferenceIdentifer, java.net.URI participant, Media media, MediaDirection direction)
           
 void MultimediaConferenceBindingStub.addMediaForParticipant(java.lang.String conferenceIdentifer, java.net.URI participant, Media media, MediaDirection direction)
           
 void MultimediaConference.addMediaForParticipant(java.lang.String conferenceIdentifer, java.net.URI participant, Media media, MediaDirection direction)
          The invocation of addMediaForParticipant requests to add a media stream to the media set used by participant.
 java.lang.String MultimediaConferenceProxy.createConference(java.lang.String conferenceType, java.lang.String conferenceDescription, ChargingInformation charging, java.lang.Integer maximumDuration, int maximumNumberOfParticipants, java.net.URI conferenceOwner)
           
 java.lang.String MultimediaConferenceBindingStub.createConference(java.lang.String conferenceType, java.lang.String conferenceDescription, ChargingInformation charging, java.lang.Integer maximumDuration, int maximumNumberOfParticipants, java.net.URI conferenceOwner)
           
 java.lang.String MultimediaConference.createConference(java.lang.String conferenceType, java.lang.String conferenceDescription, ChargingInformation charging, java.lang.Integer maximumDuration, int maximumNumberOfParticipants, java.net.URI conferenceOwner)
          The invocation of createConference requests to create a multi-media conference with initially no participants connected.
 void MultimediaConferenceProxy.deleteMediaForParticipant(java.lang.String conferenceIdentifer, java.net.URI participant, Media media, MediaDirection direction)
           
 void MultimediaConferenceBindingStub.deleteMediaForParticipant(java.lang.String conferenceIdentifer, java.net.URI participant, Media media, MediaDirection direction)
           
 void MultimediaConference.deleteMediaForParticipant(java.lang.String conferenceIdentifer, java.net.URI participant, Media media, MediaDirection direction)
          The invocation of deleteMediaForParticipant requests to remove a media stream from the media set used by participant.
 void MultimediaConferenceProxy.disconnectParticipant(java.lang.String conferenceIdentifier, java.net.URI participant)
           
 void MultimediaConferenceBindingStub.disconnectParticipant(java.lang.String conferenceIdentifier, java.net.URI participant)
           
 void MultimediaConference.disconnectParticipant(java.lang.String conferenceIdentifier, java.net.URI participant)
          The invocation of disconnectParticipant requests to disconnect the participant specified by participant from the multi-media conference call identified by conferenceIdentifier.
 void MultimediaConferenceProxy.endConference(java.lang.String conferenceIdentifier)
           
 void MultimediaConferenceBindingStub.endConference(java.lang.String conferenceIdentifier)
           
 void MultimediaConference.endConference(java.lang.String conferenceIdentifier)
          The invocation of endConference requests to terminate the multi-media conference call identified by conferenceIdentifier.
 ConferenceInfo MultimediaConferenceProxy.getConferenceInfo(java.lang.String conferenceIdentifier)
           
 ConferenceInfo MultimediaConferenceBindingStub.getConferenceInfo(java.lang.String conferenceIdentifier)
           
 ConferenceInfo MultimediaConference.getConferenceInfo(java.lang.String conferenceIdentifier)
          The invocation of getConferenceInfo requests the information concerning the current status of the multi-media conference call identified by conferenceIdentifier.
 ParticipantInfo MultimediaConferenceProxy.getParticipantInfo(java.lang.String conferenceIdentifier, java.net.URI participant)
           
 ParticipantInfo MultimediaConferenceBindingStub.getParticipantInfo(java.lang.String conferenceIdentifier, java.net.URI participant)
           
 ParticipantInfo MultimediaConference.getParticipantInfo(java.lang.String conferenceIdentifier, java.net.URI participant)
          The participant information describes the participant.
 ParticipantInfo[] MultimediaConferenceProxy.getParticipants(java.lang.String conferenceIdentifier)
           
 ParticipantInfo[] MultimediaConferenceBindingStub.getParticipants(java.lang.String conferenceIdentifier)
           
 ParticipantInfo[] MultimediaConference.getParticipants(java.lang.String conferenceIdentifier)
          The invocation of getParticipants requests information concerning the current status of each participant of the multi-media conference call identified by conferenceIdentifier.
 void MultimediaConferenceProxy.inviteParticipant(java.lang.String conferenceIdentifier, java.net.URI participant)
           
 void MultimediaConferenceBindingStub.inviteParticipant(java.lang.String conferenceIdentifier, java.net.URI participant)
           
 void MultimediaConference.inviteParticipant(java.lang.String conferenceIdentifier, java.net.URI participant)
          The invocation of inviteParticipant requests to add a new participant specified by participant to the multi-media conference call identified by conferenceIdentifier.
 

Uses of PolicyException in com.ibm.soa.parlayx21.multimedia_messaging
 

Methods in com.ibm.soa.parlayx21.multimedia_messaging that throw PolicyException
 void ReceiveMessageProxy.getMessage(java.lang.String messageRefIdentifier)
           
 void ReceiveMessageBindingStub.getMessage(java.lang.String messageRefIdentifier)
           
 void ReceiveMessage.getMessage(java.lang.String messageRefIdentifier)
          This method will read the whole message.
 DeliveryInformation[] SendMessageProxy.getMessageDeliveryStatus(java.lang.String requestIdentifier)
           
 DeliveryInformation[] SendMessageBindingStub.getMessageDeliveryStatus(java.lang.String requestIdentifier)
           
 DeliveryInformation[] SendMessage.getMessageDeliveryStatus(java.lang.String requestIdentifier)
          This is a poll method used by the application to retrieve delivery status for each message sent as a result of a previous sendMessage message invocation.
 MessageURI ReceiveMessageProxy.getMessageURIs(java.lang.String messageRefIdentifier)
           
 MessageURI ReceiveMessageBindingStub.getMessageURIs(java.lang.String messageRefIdentifier)
           
 MessageURI ReceiveMessage.getMessageURIs(java.lang.String messageRefIdentifier)
          This method will read the different parts of the message, create local files in the Parlay Gateway and return URI references to them.
 MessageReference[] ReceiveMessageProxy.getReceivedMessages(java.lang.String registrationIdentifier, MessagePriority priority)
           
 MessageReference[] ReceiveMessageBindingStub.getReceivedMessages(java.lang.String registrationIdentifier, MessagePriority priority)
           
 MessageReference[] ReceiveMessage.getReceivedMessages(java.lang.String registrationIdentifier, MessagePriority priority)
          This method enables the application to poll for new messages associated with a specific registrationIdentifier.
 java.lang.String SendMessageProxy.sendMessage(java.net.URI[] addresses, java.lang.String senderAddress, java.lang.String subject, MessagePriority priority, ChargingInformation charging, SimpleReference receiptRequest)
           
 java.lang.String SendMessageBindingStub.sendMessage(java.net.URI[] addresses, java.lang.String senderAddress, java.lang.String subject, MessagePriority priority, ChargingInformation charging, SimpleReference receiptRequest)
           
 java.lang.String SendMessage.sendMessage(java.net.URI[] addresses, java.lang.String senderAddress, java.lang.String subject, MessagePriority priority, ChargingInformation charging, SimpleReference receiptRequest)
          Request to send a Message to a set of destination addresses, returning a requestIdentifier to identify the message.
 void MessageNotificationManagerProxy.startMessageNotification(SimpleReference reference, java.net.URI messageServiceActivationNumber, java.lang.String criteria)
           
 void MessageNotificationManagerBindingStub.startMessageNotification(SimpleReference reference, java.net.URI messageServiceActivationNumber, java.lang.String criteria)
           
 void MessageNotificationManager.startMessageNotification(SimpleReference reference, java.net.URI messageServiceActivationNumber, java.lang.String criteria)
          Start notifications to the application for a given Message Service activation number and criteria.
 void MessageNotificationManagerProxy.stopMessageNotification(java.lang.String correlator)
           
 void MessageNotificationManagerBindingStub.stopMessageNotification(java.lang.String correlator)
           
 void MessageNotificationManager.stopMessageNotification(java.lang.String correlator)
          The application may end a multimedia message notification using this operation.
 

Uses of PolicyException in com.ibm.soa.parlayx21.payment
 

Methods in com.ibm.soa.parlayx21.payment that throw PolicyException
 void AmountChargingProxy.chargeAmount(java.net.URI endUserIdentifier, ChargingInformation charge, java.lang.String referenceCode)
           
 void AmountChargingBindingStub.chargeAmount(java.net.URI endUserIdentifier, ChargingInformation charge, java.lang.String referenceCode)
           
 void AmountCharging.chargeAmount(java.net.URI endUserIdentifier, ChargingInformation charge, java.lang.String referenceCode)
          This operation results in directly charging to the account indicated by the end user identifier.
 void ReserveAmountChargingProxy.chargeReservation(java.lang.String reservationIdentifier, ChargingInformation charge, java.lang.String referenceCode)
           
 void ReserveAmountChargingBindingStub.chargeReservation(java.lang.String reservationIdentifier, ChargingInformation charge, java.lang.String referenceCode)
           
 void ReserveAmountCharging.chargeReservation(java.lang.String reservationIdentifier, ChargingInformation charge, java.lang.String referenceCode)
          This operation results in charging to a reservation indicated by the reservation id.
 void ReserveVolumeChargingProxy.chargeReservation(java.lang.String reservationIdentifier, long volume, java.lang.String billingText, java.lang.String referenceCode)
           
 void ReserveVolumeChargingBindingStub.chargeReservation(java.lang.String reservationIdentifier, long volume, java.lang.String billingText, java.lang.String referenceCode)
           
 void ReserveVolumeCharging.chargeReservation(java.lang.String reservationIdentifier, long volume, java.lang.String billingText, java.lang.String referenceCode)
          This operation results in charging to a volume reservation indicated by the reservation id.
 void VolumeChargingProxy.chargeVolume(java.net.URI endUserIdentifier, long volume, java.lang.String billingText, java.lang.String referenceCode, Property[] parameters)
           
 void VolumeChargingBindingStub.chargeVolume(java.net.URI endUserIdentifier, long volume, java.lang.String billingText, java.lang.String referenceCode, Property[] parameters)
           
 void VolumeCharging.chargeVolume(java.net.URI endUserIdentifier, long volume, java.lang.String billingText, java.lang.String referenceCode, Property[] parameters)
          This operation results in directly charging to the account indicated by the end user identifier.
 ChargingInformation VolumeChargingProxy.getAmount(java.net.URI endUserIdentifier, long volume, Property[] parameters)
           
 ChargingInformation VolumeChargingBindingStub.getAmount(java.net.URI endUserIdentifier, long volume, Property[] parameters)
           
 ChargingInformation VolumeCharging.getAmount(java.net.URI endUserIdentifier, long volume, Property[] parameters)
          This operation results in converting the given volume to a currency amount.
 ChargingInformation ReserveVolumeChargingProxy.getAmount(java.net.URI endUserIdentifier, long volume, Property[] parameters)
           
 ChargingInformation ReserveVolumeChargingBindingStub.getAmount(java.net.URI endUserIdentifier, long volume, Property[] parameters)
           
 ChargingInformation ReserveVolumeCharging.getAmount(java.net.URI endUserIdentifier, long volume, Property[] parameters)
          This operation returns the amount resulting from converting the given volume.
 void AmountChargingProxy.refundAmount(java.net.URI endUserIdentifier, ChargingInformation charge, java.lang.String referenceCode)
           
 void AmountChargingBindingStub.refundAmount(java.net.URI endUserIdentifier, ChargingInformation charge, java.lang.String referenceCode)
           
 void AmountCharging.refundAmount(java.net.URI endUserIdentifier, ChargingInformation charge, java.lang.String referenceCode)
          This operation results in directly applying a refund to the account indicated by the end user identifier.
 void VolumeChargingProxy.refundVolume(java.net.URI endUserIdentifier, long volume, java.lang.String billingText, java.lang.String referenceCode, Property[] parameters)
           
 void VolumeChargingBindingStub.refundVolume(java.net.URI endUserIdentifier, long volume, java.lang.String billingText, java.lang.String referenceCode, Property[] parameters)
           
 void VolumeCharging.refundVolume(java.net.URI endUserIdentifier, long volume, java.lang.String billingText, java.lang.String referenceCode, Property[] parameters)
          This operation results in directly applying a refund to the account indicated by the end user identifier.
 void ReserveVolumeChargingProxy.releaseReservation(java.lang.String reservationIdentifier)
           
 void ReserveVolumeChargingBindingStub.releaseReservation(java.lang.String reservationIdentifier)
           
 void ReserveVolumeCharging.releaseReservation(java.lang.String reservationIdentifier)
          This operation returns the funds left in a volume reservation indicated by reservation id to the account from which this reservation was made.
 void ReserveAmountChargingProxy.releaseReservation(java.lang.String reservationIdentifier)
           
 void ReserveAmountChargingBindingStub.releaseReservation(java.lang.String reservationIdentifier)
           
 void ReserveAmountCharging.releaseReservation(java.lang.String reservationIdentifier)
          This operation returns the funds left in a reservation indicated by reservation id to the account from which this reservation was made.
 void ReserveAmountChargingProxy.reserveAdditionalAmount(java.lang.String reservationIdentifier, ChargingInformation charge)
           
 void ReserveAmountChargingBindingStub.reserveAdditionalAmount(java.lang.String reservationIdentifier, ChargingInformation charge)
           
 void ReserveAmountCharging.reserveAdditionalAmount(java.lang.String reservationIdentifier, ChargingInformation charge)
          This operation results in the addition/subtraction of a charge to/from an existing reservation indicated by the reservation id.
 void ReserveVolumeChargingProxy.reserveAdditionalVolume(java.lang.String reservationIdentifier, long volume, java.lang.String billingText)
           
 void ReserveVolumeChargingBindingStub.reserveAdditionalVolume(java.lang.String reservationIdentifier, long volume, java.lang.String billingText)
           
 void ReserveVolumeCharging.reserveAdditionalVolume(java.lang.String reservationIdentifier, long volume, java.lang.String billingText)
          This operation adds/subtracts a volume to/from an existing volume reservation indicated by the reservation id.
 java.lang.String ReserveAmountChargingProxy.reserveAmount(java.net.URI endUserIdentifier, ChargingInformation charge)
           
 java.lang.String ReserveAmountChargingBindingStub.reserveAmount(java.net.URI endUserIdentifier, ChargingInformation charge)
           
 java.lang.String ReserveAmountCharging.reserveAmount(java.net.URI endUserIdentifier, ChargingInformation charge)
          This operation reserves a charge for an account indicated by the end user identifier.
 java.lang.String ReserveVolumeChargingProxy.reserveVolume(java.net.URI endUserIdentifier, long volume, java.lang.String billingText, Property[] parameters)
           
 java.lang.String ReserveVolumeChargingBindingStub.reserveVolume(java.net.URI endUserIdentifier, long volume, java.lang.String billingText, Property[] parameters)
           
 java.lang.String ReserveVolumeCharging.reserveVolume(java.net.URI endUserIdentifier, long volume, java.lang.String billingText, Property[] parameters)
          This operation reserves a volume for an account indicated by the end user identifier.
 

Uses of PolicyException in com.ibm.soa.parlayx21.presence
 

Methods in com.ibm.soa.parlayx21.presence that throw PolicyException
 void PresenceSupplierProxy.blockSubscription(java.net.URI watcher)
           
 void PresenceSupplierBindingStub.blockSubscription(java.net.URI watcher)
           
 void PresenceSupplier.blockSubscription(java.net.URI watcher)
          With this operation the presentity can block entirely the flow of presence information to a certain subscribed watcher by cancelling the subscription.
 void PresenceConsumerProxy.endPresenceNotification(java.lang.String correlator)
           
 void PresenceConsumerBindingStub.endPresenceNotification(java.lang.String correlator)
           
 void PresenceConsumer.endPresenceNotification(java.lang.String correlator)
          Indicates that the watcher does not want further notifications for a specific notification request (identified by the correlator).
 java.net.URI[] PresenceSupplierProxy.getMyWatchers()
           
 java.net.URI[] PresenceSupplierBindingStub.getMyWatchers()
           
 java.net.URI[] PresenceSupplier.getMyWatchers()
          Returns an array of watching identities that are subscribed to the presentity's attributes.
 SubscriptionRequest[] PresenceSupplierProxy.getOpenSubscriptions()
           
 SubscriptionRequest[] PresenceSupplierBindingStub.getOpenSubscriptions()
           
 SubscriptionRequest[] PresenceSupplier.getOpenSubscriptions()
          Called periodically by the presentity to see if any watcher wants to subscribe to presence data.
 PresenceAttributeType[] PresenceSupplierProxy.getSubscribedAttributes(java.net.URI watcher)
           
 PresenceAttributeType[] PresenceSupplierBindingStub.getSubscribedAttributes(java.net.URI watcher)
           
 PresenceAttributeType[] PresenceSupplier.getSubscribedAttributes(java.net.URI watcher)
          Returns an array of attributes that a specific watcher has subscribed.
 PresenceAttribute[] PresenceConsumerProxy.getUserPresence(java.net.URI presentity, PresenceAttributeType[] attributes)
           
 PresenceAttribute[] PresenceConsumerBindingStub.getUserPresence(java.net.URI presentity, PresenceAttributeType[] attributes)
           
 PresenceAttribute[] PresenceConsumer.getUserPresence(java.net.URI presentity, PresenceAttributeType[] attributes)
          Returns the aggregated presence data of a presentity.
 void PresenceSupplierProxy.publish(PresenceAttribute[] presence)
           
 void PresenceSupplierBindingStub.publish(PresenceAttribute[] presence)
           
 void PresenceSupplier.publish(PresenceAttribute[] presence)
          The presentity publishes data about herself.
 java.net.URI[] PresenceConsumerProxy.startPresenceNotification(java.net.URI presentity, PresenceAttributeType[] attributes, SimpleReference reference, TimeMetric frequency, TimeMetric duration, java.lang.Integer count, boolean checkImmediate)
           
 java.net.URI[] PresenceConsumerBindingStub.startPresenceNotification(java.net.URI presentity, PresenceAttributeType[] attributes, SimpleReference reference, TimeMetric frequency, TimeMetric duration, java.lang.Integer count, boolean checkImmediate)
           
 java.net.URI[] PresenceConsumer.startPresenceNotification(java.net.URI presentity, PresenceAttributeType[] attributes, SimpleReference reference, TimeMetric frequency, TimeMetric duration, java.lang.Integer count, boolean checkImmediate)
          The notification pattern with correlation is used in order to be able to correlate the notification events with the request.
 void PresenceConsumerProxy.subscribePresence(java.net.URI presentity, PresenceAttributeType[] attributes, java.lang.String application, SimpleReference reference)
           
 void PresenceConsumerBindingStub.subscribePresence(java.net.URI presentity, PresenceAttributeType[] attributes, java.lang.String application, SimpleReference reference)
           
 void PresenceConsumer.subscribePresence(java.net.URI presentity, PresenceAttributeType[] attributes, java.lang.String application, SimpleReference reference)
          We assume that the watcher has been previously authenticated, so that his identity is known and can be associated with the subscription at the server.
 void PresenceSupplierProxy.updateSubscriptionAuthorization(java.net.URI watcher, PresencePermission[] decisions)
           
 void PresenceSupplierBindingStub.updateSubscriptionAuthorization(java.net.URI watcher, PresencePermission[] decisions)
           
 void PresenceSupplier.updateSubscriptionAuthorization(java.net.URI watcher, PresencePermission[] decisions)
          The presentity answers with this operation to watcher subscriptions for which no authorization policy exists.
 

Uses of PolicyException in com.ibm.soa.parlayx21.sms
 

Methods in com.ibm.soa.parlayx21.sms that throw PolicyException
 SmsMessage[] ReceiveSmsProxy.getReceivedSms(java.lang.String registrationIdentifier)
           
 SmsMessage[] ReceiveSmsBindingStub.getReceivedSms(java.lang.String registrationIdentifier)
           
 SmsMessage[] ReceiveSms.getReceivedSms(java.lang.String registrationIdentifier)
          The invocation of getReceivedSms retrieves all the SMS messages received that fulfil the criteria identified by registrationIdentifier.
 DeliveryInformation[] SendSmsProxy.getSmsDeliveryStatus(java.lang.String requestIdentifier)
           
 DeliveryInformation[] SendSmsBindingStub.getSmsDeliveryStatus(java.lang.String requestIdentifier)
           
 DeliveryInformation[] SendSms.getSmsDeliveryStatus(java.lang.String requestIdentifier)
          The application invokes the getSmsDeliveryStatus operation to request the status of a previous SMS delivery request identified by requestIdentifier.
 java.lang.String SendSmsProxy.sendSms(java.net.URI[] addresses, java.lang.String senderName, ChargingInformation charging, java.lang.String message, SimpleReference receiptRequest)
           
 java.lang.String SendSmsBindingStub.sendSms(java.net.URI[] addresses, java.lang.String senderName, ChargingInformation charging, java.lang.String message, SimpleReference receiptRequest)
           
 java.lang.String SendSms.sendSms(java.net.URI[] addresses, java.lang.String senderName, ChargingInformation charging, java.lang.String message, SimpleReference receiptRequest)
          The application invokes the sendSms operation to send an SMS message, specified by the String message.
 java.lang.String SendSmsProxy.sendSmsLogo(java.net.URI[] addresses, java.lang.String senderName, ChargingInformation charging, byte[] image, SmsFormat smsFormat, SimpleReference receiptRequest)
           
 java.lang.String SendSmsBindingStub.sendSmsLogo(java.net.URI[] addresses, java.lang.String senderName, ChargingInformation charging, byte[] image, SmsFormat smsFormat, SimpleReference receiptRequest)
           
 java.lang.String SendSms.sendSmsLogo(java.net.URI[] addresses, java.lang.String senderName, ChargingInformation charging, byte[] image, SmsFormat smsFormat, SimpleReference receiptRequest)
          The application invokes the sendSmsLogo operation to send an SMS logo, specified by the byte array image.
 java.lang.String SendSmsProxy.sendSmsRingtone(java.net.URI[] addresses, java.lang.String senderName, ChargingInformation charging, java.lang.String ringtone, SmsFormat smsFormat, SimpleReference receiptRequest)
           
 java.lang.String SendSmsBindingStub.sendSmsRingtone(java.net.URI[] addresses, java.lang.String senderName, ChargingInformation charging, java.lang.String ringtone, SmsFormat smsFormat, SimpleReference receiptRequest)
           
 java.lang.String SendSms.sendSmsRingtone(java.net.URI[] addresses, java.lang.String senderName, ChargingInformation charging, java.lang.String ringtone, SmsFormat smsFormat, SimpleReference receiptRequest)
          The application invokes the sendSmsRingtone operation to send an SMS ringtone, specified by the String ringtone (in RTX format).
 void SmsNotificationManagerProxy.startSmsNotification(SimpleReference reference, java.net.URI smsServiceActivationNumber, java.lang.String criteria)
           
 void SmsNotificationManagerBindingStub.startSmsNotification(SimpleReference reference, java.net.URI smsServiceActivationNumber, java.lang.String criteria)
           
 void SmsNotificationManager.startSmsNotification(SimpleReference reference, java.net.URI smsServiceActivationNumber, java.lang.String criteria)
          This operation initiates notifications to the application for a given SMS Service activation number and criteria.
 void SmsNotificationManagerProxy.stopSmsNotification(java.lang.String correlator)
           
 void SmsNotificationManagerBindingStub.stopSmsNotification(java.lang.String correlator)
           
 void SmsNotificationManager.stopSmsNotification(java.lang.String correlator)
          The application may end a short message notification using this operation.
 

Uses of PolicyException in com.ibm.soa.parlayx21.terminal_location
 

Methods in com.ibm.soa.parlayx21.terminal_location that throw PolicyException
 void TerminalLocationNotificationManagerProxy.endNotification(java.lang.String correlator)
           
 void TerminalLocationNotificationManagerBindingStub.endNotification(java.lang.String correlator)
           
 void TerminalLocationNotificationManager.endNotification(java.lang.String correlator)
          The application may end a notification (either type) using this operation.
 LocationInfo TerminalLocationProxy.getLocation(java.net.URI address, int requestedAccuracy, int acceptableAccuracy, TimeMetric maximumAge, TimeMetric responseTime, DelayTolerance tolerance)
           
 LocationInfo TerminalLocationBindingStub.getLocation(java.net.URI address, int requestedAccuracy, int acceptableAccuracy, TimeMetric maximumAge, TimeMetric responseTime, DelayTolerance tolerance)
           
 LocationInfo TerminalLocation.getLocation(java.net.URI address, int requestedAccuracy, int acceptableAccuracy, TimeMetric maximumAge, TimeMetric responseTime, DelayTolerance tolerance)
          This operation is intended to retrieve the location for a single terminal.
 LocationData[] TerminalLocationProxy.getLocationForGroup(java.net.URI[] addresses, int requestedAccuracy, int acceptableAccuracy, TimeMetric maximumAge, TimeMetric responseTime, DelayTolerance tolerance)
           
 LocationData[] TerminalLocationBindingStub.getLocationForGroup(java.net.URI[] addresses, int requestedAccuracy, int acceptableAccuracy, TimeMetric maximumAge, TimeMetric responseTime, DelayTolerance tolerance)
           
 LocationData[] TerminalLocation.getLocationForGroup(java.net.URI[] addresses, int requestedAccuracy, int acceptableAccuracy, TimeMetric maximumAge, TimeMetric responseTime, DelayTolerance tolerance)
          The getLocationForGroup operation initiates a retrieval activity, where one or more terminals, or groups of terminals, may have their locations determined.
 int TerminalLocationProxy.getTerminalDistance(java.net.URI address, float latitude, float longitude)
           
 int TerminalLocationBindingStub.getTerminalDistance(java.net.URI address, float latitude, float longitude)
           
 int TerminalLocation.getTerminalDistance(java.net.URI address, float latitude, float longitude)
          This operation is intended to determine the distance of a terminal from a location.
 void TerminalLocationNotificationManagerProxy.startGeographicalNotification(SimpleReference reference, java.net.URI[] addresses, float latitude, float longitude, float radius, float trackingAccuracy, EnteringLeavingCriteria criteria, boolean checkImmediate, TimeMetric frequency, TimeMetric duration, java.lang.Integer count)
           
 void TerminalLocationNotificationManagerBindingStub.startGeographicalNotification(SimpleReference reference, java.net.URI[] addresses, float latitude, float longitude, float radius, float trackingAccuracy, EnteringLeavingCriteria criteria, boolean checkImmediate, TimeMetric frequency, TimeMetric duration, java.lang.Integer count)
           
 void TerminalLocationNotificationManager.startGeographicalNotification(SimpleReference reference, java.net.URI[] addresses, float latitude, float longitude, float radius, float trackingAccuracy, EnteringLeavingCriteria criteria, boolean checkImmediate, TimeMetric frequency, TimeMetric duration, java.lang.Integer count)
          Notifications of location changes are made available to applications.
 void TerminalLocationNotificationManagerProxy.startPeriodicNotification(SimpleReference reference, java.net.URI[] addresses, int requestedAccuracy, TimeMetric frequency, TimeMetric duration)
           
 void TerminalLocationNotificationManagerBindingStub.startPeriodicNotification(SimpleReference reference, java.net.URI[] addresses, int requestedAccuracy, TimeMetric frequency, TimeMetric duration)
           
 void TerminalLocationNotificationManager.startPeriodicNotification(SimpleReference reference, java.net.URI[] addresses, int requestedAccuracy, TimeMetric frequency, TimeMetric duration)
          Periodic notifications provide location information for a set of terminals at an application defined interval.
 

Uses of PolicyException in com.ibm.soa.parlayx21.terminal_status
 

Methods in com.ibm.soa.parlayx21.terminal_status that throw PolicyException
 void TerminalStatusNotificationManagerProxy.endNotification(java.lang.String correlator)
           
 void TerminalStatusNotificationManagerBindingStub.endNotification(java.lang.String correlator)
           
 void TerminalStatusNotificationManager.endNotification(java.lang.String correlator)
          The application may end a notification using this operation.
 Status TerminalStatusProxy.getStatus(java.net.URI address)
           
 Status TerminalStatusBindingStub.getStatus(java.net.URI address)
           
 Status TerminalStatus.getStatus(java.net.URI address)
          This operation is intended to retrieve the status for a single terminal.
 StatusData[] TerminalStatusProxy.getStatusForGroup(java.net.URI[] addresses)
           
 StatusData[] TerminalStatusBindingStub.getStatusForGroup(java.net.URI[] addresses)
           
 StatusData[] TerminalStatus.getStatusForGroup(java.net.URI[] addresses)
          This operation initiates a retrieval activity, where one or more terminals, or groups of terminals, may have their status determined.
 void TerminalStatusNotificationManagerProxy.startNotification(SimpleReference reference, java.net.URI[] addresses, Status[] criteria, boolean checkImmediate, TimeMetric frequency, TimeMetric duration, java.lang.Integer count)
           
 void TerminalStatusNotificationManagerBindingStub.startNotification(SimpleReference reference, java.net.URI[] addresses, Status[] criteria, boolean checkImmediate, TimeMetric frequency, TimeMetric duration, java.lang.Integer count)
           
 void TerminalStatusNotificationManager.startNotification(SimpleReference reference, java.net.URI[] addresses, Status[] criteria, boolean checkImmediate, TimeMetric frequency, TimeMetric duration, java.lang.Integer count)
          Notifications of status changes are made available to applications.
 

Uses of PolicyException in com.ibm.soa.parlayx21.third_party_call
 

Methods in com.ibm.soa.parlayx21.third_party_call that throw PolicyException
 void ThirdPartyCallProxy.cancelCallRequest(java.lang.String callIdentifier)
           
 void ThirdPartyCallBindingStub.cancelCallRequest(java.lang.String callIdentifier)
           
 void ThirdPartyCall.cancelCallRequest(java.lang.String callIdentifier)
          The invocation of cancelCall cancels the previously requested call identified by callIdentifier.
 void ThirdPartyCallProxy.endCall(java.lang.String callIdentifier)
           
 void ThirdPartyCallBindingStub.endCall(java.lang.String callIdentifier)
           
 void ThirdPartyCall.endCall(java.lang.String callIdentifier)
          The invocation of endCall terminates the call identified by callIdentifier.
 CallInformation ThirdPartyCallProxy.getCallInformation(java.lang.String callIdentifier)
           
 CallInformation ThirdPartyCallBindingStub.getCallInformation(java.lang.String callIdentifier)
           
 CallInformation ThirdPartyCall.getCallInformation(java.lang.String callIdentifier)
          The invocation of getCallInformation retrieves the current status, callInformation, of the call identified by CallIdentifier.
 java.lang.String ThirdPartyCallProxy.makeCall(java.net.URI callingParty, java.net.URI calledParty, ChargingInformation charging)
           
 java.lang.String ThirdPartyCallBindingStub.makeCall(java.net.URI callingParty, java.net.URI calledParty, ChargingInformation charging)
           
 java.lang.String ThirdPartyCall.makeCall(java.net.URI callingParty, java.net.URI calledParty, ChargingInformation charging)
          The invocation of makeCall requests to set-up a voice call between two addresses, callingParty and calledParty, provided that the invoking application is allowed to connect them.
 



Copyright © 2003 IBM Corp. All Rights Reserved.