org.apache.juddi.api.impl
Class AuthenticatedService

java.lang.Object
  extended by org.apache.juddi.api.impl.AuthenticatedService
Direct Known Subclasses:
JUDDIApiImpl, UDDICustodyTransferImpl, UDDIInquiryImpl, UDDIPublicationImpl, UDDIReplicationImpl, UDDISecurityImpl, UDDISubscriptionImpl, UDDISubscriptionListenerImpl, UDDIValueSetCachingImpl, UDDIValueSetValidationImpl

public abstract class AuthenticatedService
extends java.lang.Object

Author:
Jeff Faath

Field Summary
static int AUTHTOKEN_ACTIVE
           
static int AUTHTOKEN_RETIRED
           
 
Constructor Summary
AuthenticatedService()
           
 
Method Summary
 UddiEntityPublisher getEntityPublisher(javax.persistence.EntityManager em, java.lang.String authInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTHTOKEN_ACTIVE

public static final int AUTHTOKEN_ACTIVE
See Also:
Constant Field Values

AUTHTOKEN_RETIRED

public static final int AUTHTOKEN_RETIRED
See Also:
Constant Field Values
Constructor Detail

AuthenticatedService

public AuthenticatedService()
Method Detail

getEntityPublisher

public UddiEntityPublisher getEntityPublisher(javax.persistence.EntityManager em,
                                              java.lang.String authInfo)
                                       throws DispositionReportFaultMessage
Throws:
DispositionReportFaultMessage


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.