Uses of Class
org.openxri.xml.Service

Packages that use Service
org.openxri.resolve   
org.openxri.xml   
 

Uses of Service in org.openxri.resolve
 

Methods in org.openxri.resolve with parameters of type Service
protected  XRDS Resolver.fetchAuthXRDSHelper(XRI qxri, java.net.URI uri, XRD parent, Service parentService, XRISegment segment, ResolverFlags flags, ResolverState state)
           
protected  boolean Resolver.isTrustedDescriptor(XRISubSegment subseg, XRD xrd, Service parentService)
           
protected  java.util.List Resolver.processServiceRefs(XRDS xrdsOut, Service srv, XRD parent, XRI qxri, java.lang.String sepType, java.lang.String sepMediaType, ResolverFlags flags, ResolverState state)
           
 

Uses of Service in org.openxri.xml
 

Subclasses of Service in org.openxri.xml
 class AuthenticationService
          This is an Authentication Service as described by "Authentication Service v1.0 Working Draft 02, 7 September 2006 All constructors produce a service endpoint that conforms to the specification.
 class AuthorityResolutionService
          This is an Authority Resolution 2.0 Service.
 class ContactService
          This is a Contact Service as described by "Contact Service v1.0 Working Draft 05, 7 September 2006 All constructors produce a service endpoint that conforms to the specification.
 class DefaultService
          This is a service that matches a resolution request without service type, media type and path.
 class ForwardingService
          This is a Forwarding Service as described by "Forwarding Service v1.0 Working Draft 03, 7 September 2006 All constructors produce a service endpoint that conforms to the specification.
 class ProxyResolutionService
          This is Proxy Resolution Service.
 class XDIService
          This is an XDI Service.
 

Methods in org.openxri.xml that return Service
 Service XRD.getServiceAt(int n)
          Returns the service element at the specified index
 

Methods in org.openxri.xml with parameters of type Service
 void XRD.addService(Service service)
          Adds a service element
static boolean AuthenticationService.isInstance(Service service)
           
static boolean ForwardingService.isInstance(Service service)
           
static boolean ProxyResolutionService.isInstance(Service service)
           
static boolean XDIService.isInstance(Service service)
           
static boolean DefaultService.isInstance(Service service)
           
static boolean AuthorityResolutionService.isInstance(Service service)
           
static boolean ContactService.isInstance(Service service)
           
 



Copyright © 2005-2012. All Rights Reserved.