Class HostingRedirector
- java.lang.Object
-
- com.sun.xml.registry.uddi.bindings_v2_2.HostingRedirector
-
public class HostingRedirector extends Object
Java class for hostingRedirector complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="hostingRedirector"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="bindingKey" use="required" type="{urn:uddi-org:api_v2}bindingKey" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringbindingKey
-
Constructor Summary
Constructors Constructor Description HostingRedirector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBindingKey()Gets the value of the bindingKey property.voidsetBindingKey(String value)Sets the value of the bindingKey property.
-
-
-
Field Detail
-
bindingKey
protected String bindingKey
-
-