站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

RegistryService (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


javax.xml.registry
Interface RegistryService


public interface RegistryService

Version:
$Revision: 1.1 $
Author:
Scott.Stark@jboss.org

Method Summary
 BulkResponse getBulkResponse(String requestId)
           
 BusinessLifeCycleManager getBusinessLifeCycleManager()
           
 BusinessQueryManager getBusinessQueryManager()
           
 CapabilityProfile getCapabilityProfile()
           
 DeclarativeQueryManager getDeclarativeQueryManager()
           
 ClassificationScheme getDefaultPostalScheme()
           
 String makeRegistrySpecificRequest(String request)
           
 

Method Detail

getBulkResponse

public BulkResponse getBulkResponse(String requestId)
                             throws InvalidRequestException,
                                    JAXRException
Throws:
InvalidRequestException
JAXRException

getBusinessLifeCycleManager

public BusinessLifeCycleManager getBusinessLifeCycleManager()
                                                     throws JAXRException
Throws:
JAXRException

getBusinessQueryManager

public BusinessQueryManager getBusinessQueryManager()
                                             throws JAXRException
Throws:
JAXRException

getCapabilityProfile

public CapabilityProfile getCapabilityProfile()
                                       throws JAXRException
Throws:
JAXRException

getDeclarativeQueryManager

public DeclarativeQueryManager getDeclarativeQueryManager()
                                                   throws JAXRException,
                                                          UnsupportedCapabilityException
Throws:
JAXRException
UnsupportedCapabilityException

getDefaultPostalScheme

public ClassificationScheme getDefaultPostalScheme()
                                            throws JAXRException
Throws:
JAXRException

makeRegistrySpecificRequest

public String makeRegistrySpecificRequest(String request)
                                   throws JAXRException
Throws:
JAXRException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.