Uses of Interface
org.jboss.wsf.spi.metadata.j2ee.PublishLocationAdapter
-
Packages that use PublishLocationAdapter Package Description org.jboss.wsf.spi.metadata.j2ee -
-
Uses of PublishLocationAdapter in org.jboss.wsf.spi.metadata.j2ee
Methods in org.jboss.wsf.spi.metadata.j2ee that return PublishLocationAdapter Modifier and Type Method Description PublishLocationAdapterEJBArchiveMetaData.Builder. getPublishLocationAdapter()PublishLocationAdapterJSEArchiveMetaData.Builder. getPublishLocationAdapter()Methods in org.jboss.wsf.spi.metadata.j2ee with parameters of type PublishLocationAdapter Modifier and Type Method Description voidEJBArchiveMetaData.Builder. setPublishLocationAdapter(PublishLocationAdapter publishLocationAdapter)voidJSEArchiveMetaData.Builder. setPublishLocationAdapter(PublishLocationAdapter publishLocationAdapter)Constructors in org.jboss.wsf.spi.metadata.j2ee with parameters of type PublishLocationAdapter Constructor Description EJBArchiveMetaData(List<EJBMetaData> beans, String configName, String configFile, String webServiceContextRoot, String securityDomain, PublishLocationAdapter publishLocationAdapter)JSEArchiveMetaData(String contextRoot, Map<String,String> servletMappings, Map<String,String> servletClassNames, String configName, String configFile, String securityDomain, PublishLocationAdapter publishLocationAdapter, List<JSESecurityMetaData> securityMetaData)
-