|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.tx.common.AddressManager
public class AddressManager
This class handles all address calculations for the wstx-service enpoints
Method Summary | |
---|---|
static java.net.URI |
getAddress(java.lang.Class portType,
boolean secure)
Return an address for the specified port type based on the 'secure' flag. |
static java.net.URI |
getPreferredAddress(java.lang.Class portType)
Return an address for the specified port type using the preferred scheme. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.net.URI getPreferredAddress(java.lang.Class portType)
portType
- the endpoint port type
public static java.net.URI getAddress(java.lang.Class portType, boolean secure)
portType
- the endpoint port typesecure
- flag to control whether the address is secure or non-secure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |