public class InterOperableNamingImpl extends Object
Constructor and Description |
---|
InterOperableNamingImpl() |
Modifier and Type | Method and Description |
---|---|
NameComponent[] |
convertToNameComponent(String theStringifiedName)
Method which converts the Stringified name into Array of Name Components.
|
String |
convertToString(NameComponent[] theNameComponents)
Method which stringifies the Name Components given as the input
parameter.
|
String |
createURLBasedAddress(String address,
String name)
Method which converts the Stringified name and Host Name Address into
a URL based Name
|
public String convertToString(NameComponent[] theNameComponents)
n
- Array of Name Components (Simple or Compound Names)public NameComponent[] convertToNameComponent(String theStringifiedName) throws InvalidName
string
- which is the stringified name.InvalidName
public String createURLBasedAddress(String address, String name) throws InvalidAddress
address
- which is ip based host namename
- which is the stringified name.InvalidAddress
Copyright © 2017 JBoss by Red Hat. All rights reserved.