Package org.openxri.xml

Examples of org.openxri.xml.ContactService


          new Service(),
          new DefaultService(new URI("http://__mydefaultendpoint__")),
          new AuthorityResolutionService(new URI("http://__myauthorityresolver__"), "__myproviderid__", new TrustType(TrustType.TRUST_NONE), SEPUri.APPEND_NONE),
          new ProxyResolutionService(new URI[] { new URI("http://__myproxyserver__"), new URI("https://__mysecureproxyserver__") }, "__myproviderid__", new TrustType(TrustType.TRUST_NONE), Boolean.TRUE, Boolean.TRUE),
          new AuthenticationService(new URI[] { new URI("http://__myauthenticationprovider__"), new URI("https://__mysecureauthenticationprovider__") }, "__myproviderid__", null, true),
          new ContactService(new URI("http://__mycontactprovider__"), "__myproviderid__", false),
          new ForwardingService(new URI("http://__myforwardingprovider__"), "__myproviderid__", false, true),
          new XDIService(new URI("http://__myxdiendpoint__"), "__myproviderid__")
      });

      this.names = new String[] {
View Full Code Here

TOP

Related Classes of org.openxri.xml.ContactService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.