|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.config.WsdlInfo
public class WsdlInfo
Configuration information about a WSDL.
| Constructor Summary | |
|---|---|
WsdlInfo()
|
|
| Method Summary | |
|---|---|
SchemaInfo |
getAssociatedSchema()
Get the schema associated with this WSDL. |
java.util.Collection<EndpointInterface> |
getEndpointInterfaces()
The endpoint interfaces making up this WSDL. |
java.lang.String |
getId()
A unique id for this wsdl. |
java.util.Set<java.lang.String> |
getImportedNamespaces()
Get the imported namespaces used by this WSDL. |
java.util.List<SchemaInfo> |
getImportedSchemas()
The list of imported schemas. |
protected EnunciateFreemarkerModel |
getModel()
Get the current root model. |
protected java.util.Map<java.lang.String,SchemaInfo> |
getNamespacesToSchemas()
The namespace to schema map. |
java.util.HashMap<java.lang.String,java.lang.Object> |
getProperties()
The properties of the wsdl info. |
java.lang.Object |
getProperty(java.lang.String property)
Get a property value. |
java.lang.String |
getTargetNamespace()
The target namespace. |
protected SchemaInfo |
lookupSchema(java.lang.String namespace)
Convenience method to lookup a namespace schema given a namespace. |
void |
setId(java.lang.String id)
A unique id for this wsdl. |
void |
setProperty(java.lang.String property,
java.lang.Object value)
Set a property value. |
void |
setTargetNamespace(java.lang.String targetNamespace)
The target namespace. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WsdlInfo()
| Method Detail |
|---|
public java.lang.String getId()
public void setId(java.lang.String id)
id - A unique id for this wsdl.public java.lang.String getTargetNamespace()
public void setTargetNamespace(java.lang.String targetNamespace)
targetNamespace - The target namespace.public java.util.Collection<EndpointInterface> getEndpointInterfaces()
public void setProperty(java.lang.String property,
java.lang.Object value)
property - The property.value - The value.public java.lang.Object getProperty(java.lang.String property)
property - The property whose value to retrieve.
public java.util.HashMap<java.lang.String,java.lang.Object> getProperties()
public java.util.Set<java.lang.String> getImportedNamespaces()
public java.util.List<SchemaInfo> getImportedSchemas()
public SchemaInfo getAssociatedSchema()
protected SchemaInfo lookupSchema(java.lang.String namespace)
namespace - The namespace for which to lookup the schema.
protected java.util.Map<java.lang.String,SchemaInfo> getNamespacesToSchemas()
protected EnunciateFreemarkerModel getModel()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||