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 and Description PublishLocationAdapter
JSEArchiveMetaData.Builder. getPublishLocationAdapter()
PublishLocationAdapter
EJBArchiveMetaData.Builder. getPublishLocationAdapter()
Methods in org.jboss.wsf.spi.metadata.j2ee with parameters of type PublishLocationAdapter Modifier and Type Method and Description void
JSEArchiveMetaData.Builder. setPublishLocationAdapter(PublishLocationAdapter publishLocationAdapter)
void
EJBArchiveMetaData.Builder. setPublishLocationAdapter(PublishLocationAdapter publishLocationAdapter)
Constructors in org.jboss.wsf.spi.metadata.j2ee with parameters of type PublishLocationAdapter Constructor and 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)
Copyright © 2018 JBoss, by Red Hat. All rights reserved.