public class EndpointUtil extends Object
| Constructor and Description |
|---|
EndpointUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decodeEndpointOperation(String endpoint,
boolean stripped)
This method returns the operation part of the supplied endpoint.
|
static String |
decodeEndpointURI(String endpoint)
This method returns the URI part of the supplied endpoint.
|
static String |
encodeEndpoint(String uri,
String operation)
This method converts the supplied URI and optional operation
into an endpoint descriptor.
|
public static String encodeEndpoint(String uri, String operation)
uri - The URIoperation - The optional operationpublic static String decodeEndpointURI(String endpoint)
endpoint - The endpointCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.