org.jboss.wsf.spi.metadata.j2ee.serviceref
Class UnifiedPortComponentRefMetaDataBuilder
- java.lang.Object
- org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedPortComponentRefMetaDataBuilder
public class UnifiedPortComponentRefMetaDataBuilder extends Object
Utility class for building UnifiedPortComponentRefMetaData instances- Author:
- [email protected]
Constructor Summary
Constructors Constructor and Description UnifiedPortComponentRefMetaDataBuilder()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
addStubProperty(UnifiedStubPropertyMetaData stubProp)
UnifiedPortComponentRefMetaData
build()
void
setAddressingAnnotationSpecified(boolean addressingAnnotationSpecified)
void
setAddressingEnabled(boolean addressingEnabled)
void
setAddressingRequired(boolean addressingRequired)
void
setAddressingResponses(String responsesTypes)
void
setConfigFile(String configFile)
void
setConfigName(String configName)
void
setMtomEnabled(boolean mtomEnabled)
void
setMtomThreshold(int mtomThreshold)
void
setPortComponentLink(String portComponentLink)
void
setPortQName(QName portQName)
void
setRespectBindingAnnotationSpecified(boolean respectBindingAnnotationSpecified)
void
setRespectBindingEnabled(boolean respectBindingEnabled)
void
setServiceEndpointInterface(String serviceEndpointInterface)
void
setStubProperties(List<UnifiedStubPropertyMetaData> stubProps)
Constructor Detail
UnifiedPortComponentRefMetaDataBuilder
public UnifiedPortComponentRefMetaDataBuilder()
Method Detail
build
public UnifiedPortComponentRefMetaData build()
setAddressingAnnotationSpecified
public void setAddressingAnnotationSpecified(boolean addressingAnnotationSpecified)
setAddressingEnabled
public void setAddressingEnabled(boolean addressingEnabled)
setAddressingRequired
public void setAddressingRequired(boolean addressingRequired)
setAddressingResponses
public void setAddressingResponses(String responsesTypes)
setMtomEnabled
public void setMtomEnabled(boolean mtomEnabled)
setMtomThreshold
public void setMtomThreshold(int mtomThreshold)
setRespectBindingAnnotationSpecified
public void setRespectBindingAnnotationSpecified(boolean respectBindingAnnotationSpecified)
setRespectBindingEnabled
public void setRespectBindingEnabled(boolean respectBindingEnabled)
setPortComponentLink
public void setPortComponentLink(String portComponentLink)
setServiceEndpointInterface
public void setServiceEndpointInterface(String serviceEndpointInterface)
setPortQName
public void setPortQName(QName portQName)
setStubProperties
public void setStubProperties(List<UnifiedStubPropertyMetaData> stubProps)
addStubProperty
public void addStubProperty(UnifiedStubPropertyMetaData stubProp)
setConfigFile
public void setConfigFile(String configFile)
setConfigName
public void setConfigName(String configName)
Copyright © 2018 JBoss, by Red Hat. All rights reserved.