Class Relocator
java.lang.Object
com.predic8.membrane.core.ws.relocator.Relocator
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionRelocator(OutputStreamWriter osw, String protocol, String host, int port, String contextPath, Relocator.PathRewriter pathRewriter) Relocator(Writer w, String protocol, String host, int port, String contextPath, Relocator.PathRewriter pathRewriter) -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetNewLocation(String addr, String protocol, String host, int port, String contextPath) booleanvoidvoidsetRelocatingAttributes(Map<QName, String> relocatingAttributes)
-
Constructor Details
-
Relocator
public Relocator(Writer w, String protocol, String host, int port, String contextPath, Relocator.PathRewriter pathRewriter) throws Exception - Throws:
Exception
-
Relocator
public Relocator(OutputStreamWriter osw, String protocol, String host, int port, String contextPath, Relocator.PathRewriter pathRewriter) throws Exception - Throws:
Exception
-
-
Method Details
-
relocate
- Throws:
Exception
-
isWsdlFound
public boolean isWsdlFound() -
getNewLocation
-
getRelocatingAttributes
-
setRelocatingAttributes
-