@NotThreadSafe public class Relocator extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Relocator.PathRewriter |
| Constructor and Description |
|---|
Relocator(OutputStreamWriter osw,
String protocol,
String host,
int port,
Relocator.PathRewriter pathRewriter) |
Relocator(Writer w,
String protocol,
String host,
int port,
Relocator.PathRewriter pathRewriter) |
| Modifier and Type | Method and Description |
|---|---|
static String |
getNewLocation(String addr,
String protocol,
String host,
int port) |
Map<QName,String> |
getRelocatingAttributes() |
boolean |
isWsdlFound() |
void |
relocate(InputStreamReader isr) |
void |
setRelocatingAttributes(Map<QName,String> relocatingAttributes) |
public Relocator(Writer w, String protocol, String host, int port, Relocator.PathRewriter pathRewriter) throws Exception
Exceptionpublic Relocator(OutputStreamWriter osw, String protocol, String host, int port, Relocator.PathRewriter pathRewriter) throws Exception
ExceptionCopyright © 2022. All Rights Reserved.