public class PortComposite extends DescriptionBuilderComposite
| Constructor and Description |
|---|
PortComposite(DescriptionBuilderComposite baseDBC) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPortComposite(PortComposite portDBC)
Adds a PortComposite to the generic list.
|
BindingTypeAnnot |
getBindingTypeAnnot() |
JAXWSCatalogManager |
getCatalogManager()
Returns the catalog manager associated with this composite, if any.
|
java.lang.ClassLoader |
getClassLoader() |
java.lang.String[] |
getClassModifiers() |
java.lang.String |
getClassName() |
java.util.List<CustomAnnotationInstance> |
getCustomAnnotationInstances() |
java.util.Map<java.lang.String,CustomAnnotationProcessor> |
getCustomAnnotationProcessors() |
WsdlGenerator |
getCustomWsdlGenerator() |
FieldDescriptionComposite |
getFieldDescriptionComposite(java.lang.String fieldName) |
HandlerChainAnnot |
getHandlerChainAnnot() |
HandlerChainsType |
getHandlerChainsType() |
java.util.List<java.lang.String> |
getInterfacesList() |
java.util.List<MethodDescriptionComposite> |
getMethodDescriptionComposite(java.lang.String methodName)
Returns a collection of all MethodDescriptionComposites that match the specified name
|
MethodDescriptionComposite |
getMethodDescriptionComposite(java.lang.String methodName,
int occurence)
Returns the nth occurence of this MethodComposite.
|
java.util.List<MethodDescriptionComposite> |
getMethodDescriptionsList() |
java.util.List<PortComposite> |
getPortComposites()
Gets the generic PortComposite instances.
|
javax.xml.namespace.QName |
getPreferredPort()
For a service requester, the QName of the prefered port for this service.
|
javax.xml.namespace.QName |
getPreferredPort(java.lang.Object key) |
java.util.Map<java.lang.String,java.lang.Object> |
getProperties() |
ServiceModeAnnot |
getServiceModeAnnot() |
java.util.Set<javax.xml.namespace.QName> |
getServiceQNames()
Get the set of wsdl:service QNames represented by this DBC's metadata
|
SoapBindingAnnot |
getSoapBindingAnnot() |
java.lang.String |
getSuperClassName() |
WebServiceAnnot |
getWebServiceAnnot() |
WebServiceProviderAnnot |
getWebServiceProviderAnnot() |
javax.wsdl.Definition |
getWsdlDefinition() |
javax.wsdl.Definition |
getWsdlDefinition(javax.xml.namespace.QName serviceQName)
Retrive a WSDL Definition by a service QName
|
java.net.URL |
getWsdlURL(javax.xml.namespace.QName serviceQName)
Retrive a WSDL URL by a service QName
|
boolean |
isInterface() |
boolean |
isMTOMEnabled() |
void |
setBindingTypeAnnot(BindingTypeAnnot bindingTypeAnnot) |
void |
setCustomWsdlGenerator(WsdlGenerator wsdlGenerator) |
void |
setHandlerChainAnnot(HandlerChainAnnot handlerChainAnnot) |
void |
setHandlerChainsType(HandlerChainsType handlerChainsType) |
void |
setIsMTOMEnabled(boolean isMTOMEnabled) |
void |
setProperties(java.util.Map<java.lang.String,java.lang.Object> properties) |
void |
setServiceQNames(java.util.Set<javax.xml.namespace.QName> serviceQNames)
Add the set of wsdl:service QNames that are represented by this DBC's metadata
|
void |
setWebServiceAnnot(WebServiceAnnot webServiceAnnot) |
void |
setWebServiceProviderAnnot(WebServiceProviderAnnot webServiceProviderAnnot) |
void |
setWsdlDefinition(javax.xml.namespace.QName serviceQName,
javax.wsdl.Definition definition)
Store a WSDL Definition keyed by a service QName
|
void |
setwsdlURL(javax.xml.namespace.QName serviceQName,
java.net.URL url)
Store a WSDL URL keyed by a service QName
|
java.lang.String |
toString()
Convenience method for unit testing.
|
addCustomAnnotationInstance, addCustomAnnotationProcessor, addFieldDescriptionComposite, addMethodDescriptionComposite, addPortComposite, addWebServiceFeature, addWebServiceRefAnnot, getAllWebServiceRefAnnots, getConfigurationContext, getCorrespondingClass, getPortComposites, getServiceRefName, getServiceRefName, getSparseComposite, getWebFaultAnnot, getWebServiceClientAnnot, getWebServiceClientAnnot, getWebServiceFeatures, getWebServiceRefAnnot, getWsdlURL, isMTOMEnabled, isServiceProvider, setCatalogManager, setClassLoader, setClassModifiers, setClassName, setCorrespondingClass, setInterfacesList, setIsInterface, setIsServiceProvider, setPreferredPort, setServiceModeAnnot, setSoapBindingAnnot, setSparseComposite, setSuperClassName, setWebFaultAnnot, setWebServiceClientAnnot, setWebServiceFeatures, setWebServiceRefAnnot, setWsdlDefinition, setwsdlURLpublic PortComposite(DescriptionBuilderComposite baseDBC)
public WsdlGenerator getCustomWsdlGenerator()
getCustomWsdlGenerator in class DescriptionBuilderCompositepublic WebServiceAnnot getWebServiceAnnot()
getWebServiceAnnot in class DescriptionBuilderCompositepublic WebServiceProviderAnnot getWebServiceProviderAnnot()
getWebServiceProviderAnnot in class DescriptionBuilderCompositepublic void setCustomWsdlGenerator(WsdlGenerator wsdlGenerator)
setCustomWsdlGenerator in class DescriptionBuilderCompositepublic void setHandlerChainAnnot(HandlerChainAnnot handlerChainAnnot)
setHandlerChainAnnot in interface TMFAnnotationCompositesetHandlerChainAnnot in class DescriptionBuilderCompositehandlerChainAnnot - The handlerChainAnnot to set.public void setHandlerChainsType(HandlerChainsType handlerChainsType)
setHandlerChainsType in class DescriptionBuilderCompositepublic void setIsMTOMEnabled(boolean isMTOMEnabled)
setIsMTOMEnabled in class DescriptionBuilderCompositepublic void setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
setProperties in class DescriptionBuilderCompositepublic void setWebServiceAnnot(WebServiceAnnot webServiceAnnot)
setWebServiceAnnot in class DescriptionBuilderCompositepublic void setWebServiceProviderAnnot(WebServiceProviderAnnot webServiceProviderAnnot)
setWebServiceProviderAnnot in class DescriptionBuilderCompositewebServiceProviderAnnot - The webServiceProviderAnnot to set.public BindingTypeAnnot getBindingTypeAnnot()
getBindingTypeAnnot in class DescriptionBuilderCompositepublic HandlerChainAnnot getHandlerChainAnnot()
getHandlerChainAnnot in class DescriptionBuilderCompositepublic HandlerChainsType getHandlerChainsType()
getHandlerChainsType in class DescriptionBuilderCompositepublic boolean isMTOMEnabled()
isMTOMEnabled in class DescriptionBuilderCompositepublic void setBindingTypeAnnot(BindingTypeAnnot bindingTypeAnnot)
setBindingTypeAnnot in class DescriptionBuilderCompositepublic java.util.Map<java.lang.String,java.lang.Object> getProperties()
getProperties in class DescriptionBuilderCompositepublic void addPortComposite(PortComposite portDBC)
DescriptionBuilderCompositeaddPortComposite in class DescriptionBuilderCompositepublic java.util.List<PortComposite> getPortComposites()
DescriptionBuilderCompositegetPortComposites in class DescriptionBuilderCompositepublic JAXWSCatalogManager getCatalogManager()
DescriptionBuilderCompositegetCatalogManager in class DescriptionBuilderCompositepublic java.lang.ClassLoader getClassLoader()
getClassLoader in class DescriptionBuilderCompositepublic java.lang.String[] getClassModifiers()
getClassModifiers in class DescriptionBuilderCompositepublic java.lang.String getClassName()
getClassName in class DescriptionBuilderCompositepublic java.util.List<CustomAnnotationInstance> getCustomAnnotationInstances()
getCustomAnnotationInstances in class DescriptionBuilderCompositepublic java.util.Map<java.lang.String,CustomAnnotationProcessor> getCustomAnnotationProcessors()
getCustomAnnotationProcessors in class DescriptionBuilderCompositepublic FieldDescriptionComposite getFieldDescriptionComposite(java.lang.String fieldName)
getFieldDescriptionComposite in class DescriptionBuilderCompositepublic java.util.List<java.lang.String> getInterfacesList()
getInterfacesList in class DescriptionBuilderCompositepublic MethodDescriptionComposite getMethodDescriptionComposite(java.lang.String methodName, int occurence)
DescriptionBuilderCompositegetMethodDescriptionComposite in class DescriptionBuilderCompositeoccurence - The nth occurance to return; not this is NOT 0 basedpublic java.util.List<MethodDescriptionComposite> getMethodDescriptionComposite(java.lang.String methodName)
DescriptionBuilderCompositegetMethodDescriptionComposite in class DescriptionBuilderCompositepublic java.util.List<MethodDescriptionComposite> getMethodDescriptionsList()
getMethodDescriptionsList in class DescriptionBuilderCompositepublic javax.xml.namespace.QName getPreferredPort()
DescriptionBuilderCompositegetPreferredPort in class DescriptionBuilderCompositepublic javax.xml.namespace.QName getPreferredPort(java.lang.Object key)
getPreferredPort in class DescriptionBuilderCompositepublic ServiceModeAnnot getServiceModeAnnot()
getServiceModeAnnot in class DescriptionBuilderCompositepublic SoapBindingAnnot getSoapBindingAnnot()
getSoapBindingAnnot in class DescriptionBuilderCompositepublic java.lang.String getSuperClassName()
getSuperClassName in class DescriptionBuilderCompositepublic boolean isInterface()
isInterface in class DescriptionBuilderCompositepublic javax.wsdl.Definition getWsdlDefinition()
getWsdlDefinition in class DescriptionBuilderCompositepublic java.util.Set<javax.xml.namespace.QName> getServiceQNames()
DescriptionBuilderCompositegetServiceQNames in class DescriptionBuilderCompositepublic javax.wsdl.Definition getWsdlDefinition(javax.xml.namespace.QName serviceQName)
DescriptionBuilderCompositegetWsdlDefinition in class DescriptionBuilderCompositepublic void setServiceQNames(java.util.Set<javax.xml.namespace.QName> serviceQNames)
DescriptionBuilderCompositesetServiceQNames in class DescriptionBuilderCompositepublic void setWsdlDefinition(javax.xml.namespace.QName serviceQName,
javax.wsdl.Definition definition)
DescriptionBuilderCompositesetWsdlDefinition in class DescriptionBuilderCompositepublic void setwsdlURL(javax.xml.namespace.QName serviceQName,
java.net.URL url)
DescriptionBuilderCompositesetwsdlURL in class DescriptionBuilderCompositepublic java.net.URL getWsdlURL(javax.xml.namespace.QName serviceQName)
DescriptionBuilderCompositegetWsdlURL in class DescriptionBuilderCompositepublic java.lang.String toString()
DescriptionBuilderCompositetoString in class DescriptionBuilderCompositeCopyright © 2004-2025 The Apache Software Foundation. All Rights Reserved.