public class EprUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
INDEX_RESULT_SET_NAME |
protected static org.apache.log4j.Logger |
log |
static String |
SERVICE_NAME |
| Constructor and Description |
|---|
EprUtils(W3CEndpointReference epr,
Map<String,String> nsMap) |
| Modifier and Type | Method and Description |
|---|---|
static String |
buildResultSetEPR(String serviceAddress,
String resultSetId,
String wsdlLocation)
Builds ResultSet end point reference for given serviceAddress and resultSetId.
|
static W3CEndpointReference |
buildW3CEPR(String serviceAddress,
String wsdlLocation)
Builds W3C ResultSet end point reference for given serviceAddress and
resultSetId.
|
static String |
extractResultSetId(String sourceResultSetId)
Extracts ResultSet identifier from ResultSet xml-type response.
|
String |
getValue(String xpathExpr) |
static String[] |
parseResultSetEPR(String resultSetEPR)
Deprecated.
|
protected static final org.apache.log4j.Logger log
public static final String INDEX_RESULT_SET_NAME
public static final String SERVICE_NAME
public EprUtils(W3CEndpointReference epr, Map<String,String> nsMap)
epr - - W3CEndpoint referencensMap - - mapping of namespace-prefix,uri pairspublic String getValue(String xpathExpr) throws XMLException
xpathExpr - XMLException@Deprecated public static String[] parseResultSetEPR(String resultSetEPR)
resultSetEPR - public static String extractResultSetId(String sourceResultSetId)
sourceResultSetId - public static String buildResultSetEPR(String serviceAddress, String resultSetId, String wsdlLocation)
serviceAddress - resultSetId - wsdlLocation - public static W3CEndpointReference buildW3CEPR(String serviceAddress, String wsdlLocation) throws ParserConfigurationException
serviceAddress - resultSetId - wsdlLocation - ParserConfigurationExceptionCopyright © 2025. All rights reserved.