public class ServiceReferenceMetaData extends ResourceInjectionMetaDataWithDescriptionGroup
| Constructor and Description |
|---|
ServiceReferenceMetaData()
Create a new ServiceReferenceMetaData.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotatedElement |
getAnnotatedElement() |
ServiceReferenceHandlerChainsMetaData |
getHandlerChains()
Get the handlerChains.
|
ServiceReferenceHandlersMetaData |
getHandlers()
Get the handlers.
|
String |
getJaxrpcMappingFile()
Get the jaxrpcMappingFile.
|
List<? extends PortComponentRef> |
getPortComponentRef() |
String |
getServiceInterface()
Get the serviceInterface.
|
QName |
getServiceQname()
Get the serviceQname.
|
String |
getServiceRefName()
Get the serviceRefName.
|
String |
getServiceRefType()
Get the serviceRefType.
|
String |
getWsdlFile()
Get the wsdlFile.
|
boolean |
isProcessed() |
void |
setAnnotatedElement(AnnotatedElement anElement) |
void |
setHandlerChains(ServiceReferenceHandlerChainsMetaData handlerChains)
Set the handlerChains.
|
void |
setHandlers(ServiceReferenceHandlersMetaData handlers)
Set the handlers.
|
void |
setJaxrpcMappingFile(String jaxrpcMappingFile)
Set the jaxrpcMappingFile.
|
void |
setPortComponentRef(List<? extends PortComponentRef> portComponentRef) |
void |
setProcessed(boolean processed) |
void |
setServiceInterface(String serviceInterface)
Set the serviceInterface.
|
void |
setServiceQname(QName serviceQname)
Set the serviceQname.
|
void |
setServiceRefName(String serviceRefName)
Set the serviceRefName.
|
void |
setServiceRefType(String serviceRefType)
Set the serviceRefType.
|
void |
setWsdlFile(String wsdlFile)
Set the wsdlFile.
|
String |
toString() |
getDescriptionGroup, setDescriptionGroupgetIgnoreDependency, getInjectionTargets, getJndiName, getLookupName, getMappedName, getName, getResolvedJndiName, isDependencyIgnored, setIgnoreDependency, setInjectionTargets, setJndiName, setLookupName, setMappedName, setResolvedJndiNameequals, getKey, hashCode, setNameclone, getId, setIdpublic ServiceReferenceMetaData()
public String getServiceRefName()
public void setServiceRefName(String serviceRefName)
serviceRefName - the serviceRefName.IllegalArgumentException - for a null serviceRefNamepublic String getJaxrpcMappingFile()
public void setJaxrpcMappingFile(String jaxrpcMappingFile)
jaxrpcMappingFile - the jaxrpcMappingFile.IllegalArgumentException - for a null jaxrpcMappingFilepublic String getServiceInterface()
public void setServiceInterface(String serviceInterface)
serviceInterface - the serviceInterface.IllegalArgumentException - for a null serviceInterfacepublic QName getServiceQname()
public void setServiceQname(QName serviceQname)
serviceQname - the serviceQname.IllegalArgumentException - for a null serviceQnamepublic String getServiceRefType()
public void setServiceRefType(String serviceRefType)
serviceRefType - the serviceRefType.IllegalArgumentException - for a null serviceRefTypepublic String getWsdlFile()
public void setWsdlFile(String wsdlFile)
wsdlFile - the wsdlFile.IllegalArgumentException - for a null wsdlFilepublic List<? extends PortComponentRef> getPortComponentRef()
public void setPortComponentRef(List<? extends PortComponentRef> portComponentRef)
public ServiceReferenceHandlersMetaData getHandlers()
public void setHandlers(ServiceReferenceHandlersMetaData handlers)
handlers - the handlers.IllegalArgumentException - for a null handlerspublic ServiceReferenceHandlerChainsMetaData getHandlerChains()
public void setHandlerChains(ServiceReferenceHandlerChainsMetaData handlerChains)
handlerChains - the handlerChains.IllegalArgumentException - for a null handlerChainspublic AnnotatedElement getAnnotatedElement()
public void setAnnotatedElement(AnnotatedElement anElement)
public boolean isProcessed()
public void setProcessed(boolean processed)
public String toString()
toString in class NamedMetaDataCopyright © 2017 JBoss by Red Hat. All rights reserved.