Fields Summary |
---|
public static final String | J2EE_TYPEThe j2eeType of WebServiceMgr |
public static final String | ALL_SERVERSA constant to denote all servers. |
public static final String | LB_HOST_KEYhost name or ip address of the loadbalancer where this
service is publicly exposed |
public static final String | LB_PORT_KEYloadbalancer port used to expose this service |
public static final String | LB_SECURE_PORTsecure port in loadbalancer used to expose this service |
public static final String | CATEGORIES_KEYCategories under which this web service endpoint should be published.
This is an array of Strings. |
public static final String | DESCRIPTION_KEYDescription of the web service endpoint |
public static final String | ORGANIZATION_KEYOrganization Name under which the webservice should be
published. Required for a UDDI registry. |
public static final String | PUBLISH_URL_KEYURL of the registry where publish requests are dispatched
This is converted internally by the connector to
JAXR implementation specific property
javax.xml.registry.lifeCycleManagerURL |
public static final String | QUERY_URL_KEY |
public static final String | USERNAME_KEYUsername to publish to registry |
public static final String | PASSWORD_KEYPassword to publish to registry |
public static final String | UDDI_KEY |
public static final String | EBXML_KEY |
Methods Summary |
---|
public void | addRegistryConnectionResources(java.lang.String jndiName, java.lang.String description, java.lang.String type, java.util.Map properties)Adds registry specific resources to the domain.
Adds a connector connection pool and then proceeds to add a connector
resource
|
public WebServiceEndpointInfo | getWebServiceEndpointInfo(java.lang.Object key)Returns the {@link WebServiceEndpointInfo} for a web service endpoint.
|
public java.util.Map | getWebServiceEndpointKeys()Returns a map of web service endpoint keys and their display names.
It returns information for all deployed web service endpoints in the
domain.
|
public java.util.Set | getWebServiceEndpointSet(java.lang.Object webServiceEndpointKey, java.lang.String serverName)Returns the set of {@link WebServiceEndpoint} runtime mbeans for
the specified Web Service Endpoint key on the specified server instance.
|
public java.lang.String[] | listRegistryLocations()Returns list of configured web service registry access points.
|
public void | publishToRegistry(java.lang.String[] registryLocations, java.lang.Object webServiceEndpointKey, java.util.Map optional)Publishes the WSDL of webService to the registries specified by the
JNDI Names
|
public void | removeRegistryConnectionResources(java.lang.String jndiNameOfRegistry)
|
public void | unpublishFromRegistry(java.lang.String[] registryLocations, java.lang.Object webServiceEndpointKey)Unpublish WSDL of the specified webservice from the registries specified
via their JNDI names
|