public static interface IGovernanceServicePublisher.ICreateServiceContext
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getChildOperationNames()
Returns the names of the service's child operations.
|
java.lang.String |
getDimensionMemberValue()
Returns the value of the dimension that is associated with providers.
|
java.lang.String |
getEndpointLocation()
Returns the URL of the endpoint.
|
java.lang.String |
getGroupName()
Returns the name of the group which hosts the service.
|
java.lang.Integer |
getGroupType()
Returns the display type of the group which hosts the service.
|
java.util.List<java.lang.String> |
getNodeEndpoints()
Returns a list of endpoints of the node which hosts the service.
|
java.lang.String |
getNodeName()
Returns the name of the node which hosts the service.
|
java.lang.Integer |
getNodeType()
Returns the display type of the node which hosts the service.
|
java.util.List<java.lang.String> |
getPolicyURLs()
Returns a list of Policy URLs applied to this service.
|
java.lang.String |
getServiceName()
Returns the name of the service.
|
java.lang.Integer |
getServiceType()
Returns the display type of the service to search for.
|
java.lang.String |
getWsdlLocation()
Returns the URL of WSDL document.
|
void |
setService(java.lang.Object val)
Sets the created service.
|
void |
setSkippedPublish(java.lang.Boolean val)
Indicates whether the publishing of this service was skipped.
|
java.lang.String getWsdlLocation()
java.util.List<java.lang.String> getPolicyURLs()
java.lang.String getEndpointLocation()
java.lang.String getServiceName()
java.lang.Integer getServiceType()
java.lang.String getNodeName()
java.lang.Integer getNodeType()
java.util.List<java.lang.String> getNodeEndpoints()
java.lang.String getGroupName()
java.lang.Integer getGroupType()
java.util.List<java.lang.String> getChildOperationNames()
java.lang.String getDimensionMemberValue()
void setService(java.lang.Object val)
val
- The created service.
void setSkippedPublish(java.lang.Boolean val)
val
- The created service.