Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Uses of Interface
com.oracle.sft.xcap.client.XcapResource

Packages that use XcapResource
com.oracle.sft.xcap.client XCAP client: send XCAP requests; receive XCAP responses. 
com.oracle.sft.xcap.client.caps local XML manipulation XCAP resources for application usage XCAP Server Capabilities
com.oracle.sft.xcap.client.directory local XML manipulation XCAP resources for application usage XML Documents Directory
com.oracle.sft.xcap.client.policy Policies defined in rfc4745. 
com.oracle.sft.xcap.client.simservs voLTE (GSMA IR.92) related simservs elements. 
com.oracle.sft.xcap.client.simservs.actions Actions of rule. 
com.oracle.sft.xcap.client.simservs.capability XCAP Server Capabilities. 
com.oracle.sft.xcap.client.simservs.conditions Service specific IETF common policy condition elements. 
com.oracle.sft.xcap.client.simservs.element Some elements. 

 

Uses of XcapResource in com.oracle.sft.xcap.client

 

Subinterfaces of XcapResource in com.oracle.sft.xcap.client
 interface XcapAttribute
          Represents an XCAP attribute.
 interface XcapDocument
          Represents an XCAP document.
 interface XcapElement
          Represents an XCAP element.

 

Methods in com.oracle.sft.xcap.client that return XcapResource
 XcapResource XcapRequest.getResource()
          Get XCAP resource of this request.

 

Methods in com.oracle.sft.xcap.client with parameters of type XcapResource
 XcapRequest XCAPClient.createRequest(XcapResource component, XcapRequest.Operation operation)
          Creates an XCAP request.

 

Uses of XcapResource in com.oracle.sft.xcap.client.caps

 

Subinterfaces of XcapResource in com.oracle.sft.xcap.client.caps
 interface XcapCapsDocument
          The XCAP CAPS document.

 

Uses of XcapResource in com.oracle.sft.xcap.client.directory

 

Subinterfaces of XcapResource in com.oracle.sft.xcap.client.directory
 interface Directory
          Root element of directory.
 interface DirectoryDocument
          The Directory document.
 interface DirectoryEntry
          The DirectoryEntry element.
 interface DirectoryFolder
          The DirectoryFolder element.
 interface DirectoryUri
          URI for directory.

 

Uses of XcapResource in com.oracle.sft.xcap.client.policy

 

Subinterfaces of XcapResource in com.oracle.sft.xcap.client.policy
 interface Action
          Base interface of all actions, such as Allow and ForwardTo.
 interface Actions
          Actions part of the policy.
 interface Condition
          Base interface of all condition, such as Anonymous, Busy, etc.
 interface Conditions
          conditions to be met in order to gain permission as per policy document.
 interface Except
          excludes certain users from gaining permission.
 interface From
          Start date/time of the period represented by the validity.
 interface Identity
          Part of the conditions matching on the identity of the requestor (Watcher / Recipient).
 interface Many
          part of the identity condition that defines a group of users.
 interface One
          part of the identity condition that will match on the authenticated identity of the Watcher / Recipient.
 interface Rule
          defines an autorization rule as per common rule.
 interface RuleSet
          root element of the Rules .
 interface Sphere
          part of the conditions matching on the 'state' the Presentity / Target (PT) is currently in.
 interface Transformations
          Transformations part of the permission.
 interface Until
          End date/time of the period represented by the validity.
 interface Validity
          Part of the conditions that matches on the time the request is received.

 

Uses of XcapResource in com.oracle.sft.xcap.client.simservs

 

Subinterfaces of XcapResource in com.oracle.sft.xcap.client.simservs
 interface CommunicationDiversion
          CommunicationDiversion.
 interface CommunicationWaiting
          The class is for Communication Waiting (CW) service.
 interface IncomingCommunicationBarring
          IncomingCommunicationBarring.
 interface OriginatingIdentityPresentation
          The class is for Originating Identification Presentation (TIP) service.
 interface OriginatingIdentityPresentationRestriction
          The class is for Originating Identification Restriction (TIR) service.
 interface OutgoingCommunicationBarring
          OutgoingCommunicationBarring.
 interface ProvisionedTargetType
          Provisioned target type.
 interface ProvisionedType
          Provisioned type.
 interface SimServs
          Root element of the Presence SimServs Document.
 interface SimServsDocument
          SimServsDocument.
 interface SimservType
          SimservType.
 interface SupportedMediaType
          Supported media type.
 interface SuppServiceElement
          Element denotes supplementary service.
 interface TerminatingIdentityPresentation
          The class is for Terminating Identification Presentation (TIP) service.
 interface TerminatingIdentityPresentationRestriction
          The class is for Terminating Identification Restriction (TIR) service.

 

Uses of XcapResource in com.oracle.sft.xcap.client.simservs.actions

 

Subinterfaces of XcapResource in com.oracle.sft.xcap.client.simservs.actions
 interface Allow
          An action which means can do or can not according to the value.
 interface ForwardTo
          Represent "forward-to" action which is communication diversion specific extensions to IETF common policy actions.

 

Uses of XcapResource in com.oracle.sft.xcap.client.simservs.capability

 

Subinterfaces of XcapResource in com.oracle.sft.xcap.client.simservs.capability
 interface ActionCapabilities
          Action capabilities.
 interface BarringServiceCapability
          Service capability for communication barring.
 interface ConditionCapabilities
          Condition capabilities.
 interface DiversionServiceCapability
          Service capability for communication diversion.
 interface ServiceCapability
          Service capability.

 

Uses of XcapResource in com.oracle.sft.xcap.client.simservs.conditions

 

Subinterfaces of XcapResource in com.oracle.sft.xcap.client.simservs.conditions
 interface Anonymous
          A condition denotes anonymous.
 interface Busy
          A condition denotes busy.
 interface CommunicationDiverted
          A condition denotes communication diverted.
 interface Empty
          EmptyElementType.
 interface ExternalList
          Provides a the reference to lists of end users.
 interface International
          A condition denotes international.
 interface InternationalExceptHome
          A condition denotes international except home.
 interface Media
          The condition related with media.
 interface NoAnswer
          A condition denotes no answer.
 interface NotReachable
          A condition denotes not reachable.
 interface NotRegistered
          A condition denotes not registered.
 interface OtherIdentity
          A condition denotes other identity.
 interface PresenceStatus
          A condition denotes presence status.
 interface Roaming
          A condition denotes roaming.
 interface RuleDeactivated
          A condition denotes rule deactivated.

 

Uses of XcapResource in com.oracle.sft.xcap.client.simservs.element

 

Subinterfaces of XcapResource in com.oracle.sft.xcap.client.simservs.element
 interface EmptyElementType
          A type which has no attribute or value.
 interface Entry
          Provides reference to an external list.
 interface Extensions
          Extensions.

 


Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.