public abstract class AuthenticatedService extends Object
Modifier and Type | Field and Description |
---|---|
static int |
AUTHTOKEN_ACTIVE |
static int |
AUTHTOKEN_RETIRED |
protected String |
baseUrl |
protected String |
baseUrlSSL |
protected WebServiceContext |
ctx |
protected DatatypeFactory |
df |
static String |
UTF8 |
Constructor and Description |
---|
AuthenticatedService() |
Modifier and Type | Method and Description |
---|---|
UddiEntityPublisher |
getEntityPublisher(javax.persistence.EntityManager em,
String authInfo) |
String |
getNode() |
String |
getRequestorsIPAddress()
Attempts to get the requestor's ip address from the servlet context,
defaults to null it it can't be retrieved
|
void |
setContext(WebServiceContext ctx)
this method can be used to explicitly set a request context.
|
public static final String UTF8
public static final int AUTHTOKEN_ACTIVE
public static final int AUTHTOKEN_RETIRED
protected String baseUrlSSL
protected String baseUrl
protected DatatypeFactory df
protected WebServiceContext ctx
public String getNode()
public void setContext(WebServiceContext ctx)
ctx
- public UddiEntityPublisher getEntityPublisher(javax.persistence.EntityManager em, String authInfo) throws org.uddi.v3_service.DispositionReportFaultMessage
org.uddi.v3_service.DispositionReportFaultMessage
public String getRequestorsIPAddress()
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.