|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.model.AbstractSEIModelImpl
public abstract class AbstractSEIModelImpl
model of the web service. Used by the runtime marshall/unmarshall web service invocations
| Field Summary | |
|---|---|
protected BindingContext |
bindingContext
|
protected ClassLoader |
classLoader
|
protected Class |
contractClass
|
protected BindingInfo |
databindingInfo
|
protected String |
defaultSchemaNamespaceSuffix
|
protected QName |
emptyBodyName
|
protected Class |
endpointClass
|
protected JAXBRIContext |
jaxbContext
Deprecated. |
protected WSBinding |
wsBinding
|
| Constructor Summary | |
|---|---|
protected |
AbstractSEIModelImpl(WebServiceFeatureList features)
|
| Method Summary | |
|---|---|
void |
addAdditionalClasses(Class... additionalClasses)
Adds additional classes obtained from XmlSeeAlso annotation. |
BindingInfo |
databindingInfo()
|
void |
freeze(WSDLPort port)
Link SEIModel to WSDLModel. |
BindingContext |
getBindingContext()
|
QName |
getBoundPortTypeName()
Gives the wsdl:binding@name value |
Bridge |
getBridge(TypeReference type)
Deprecated. use getBond |
Class |
getContractClass()
|
Databinding |
getDatabinding()
|
Class |
getEndpointClass()
|
JavaMethodImpl |
getJavaMethod(Method method)
This method will be useful to get the JavaMethod corrrespondiong to
a Method - such as on the client side. |
JavaMethodImpl |
getJavaMethod(QName name)
Gives a JavaMethod for a given QName. |
JavaMethod |
getJavaMethodForWsdlOperation(QName operationName)
Gives the JavaMethod associated with the wsdl operation |
Collection<JavaMethodImpl> |
getJavaMethods()
Gives all the JavaMethod for a wsdl:port for which this SEIModel is
created. |
JAXBContext |
getJAXBContext()
Deprecated. |
List<String> |
getKnownNamespaceURIs()
|
Pool.Marshaller |
getMarshallerPool()
|
WSDLPort |
getPort()
Gets the WSDLPort that represents the port that this SEI binds to. |
QName |
getPortName()
Value of the wsdl:port name associated with the SEIModel |
QName |
getPortTypeName()
Value of wsdl:portType bound to the port associated with the SEIModel |
QName |
getQNameForJM(JavaMethodImpl jm)
Deprecated. Use JavaMethod.getOperationName(). |
QName |
getServiceQName()
wsdl:service qualified name for the port associated with the SEIModel |
String |
getTargetNamespace()
This is the targetNamespace for the WSDL containing the PortType definition |
WSBinding |
getWSBinding()
|
String |
getWSDLLocation()
Location of the WSDL that defines the port associated with the SEIModel |
XMLBridge |
getXMLBridge(TypeInfo type)
|
boolean |
isCheckedException(Method m,
Class ex)
|
boolean |
isKnownFault(QName name,
Method method)
|
protected abstract void |
populateMaps()
Populate methodToJM and nameToJM maps. |
void |
setDatabinding(Databinding wsRuntime)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JAXBRIContext jaxbContext
protected BindingContext bindingContext
protected final QName emptyBodyName
protected Class contractClass
protected Class endpointClass
protected ClassLoader classLoader
protected WSBinding wsBinding
protected BindingInfo databindingInfo
protected String defaultSchemaNamespaceSuffix
| Constructor Detail |
|---|
protected AbstractSEIModelImpl(WebServiceFeatureList features)
| Method Detail |
|---|
public BindingInfo databindingInfo()
public void freeze(WSDLPort port)
SEIModel to WSDLModel.
Merge it with postProcess().
protected abstract void populateMaps()
public Pool.Marshaller getMarshallerPool()
getMarshallerPool in interface SEIModelpublic JAXBContext getJAXBContext()
SEIModel
getJAXBContext in interface SEIModelJAXBRIContextpublic BindingContext getBindingContext()
public List<String> getKnownNamespaceURIs()
public final Bridge getBridge(TypeReference type)
Bridge for the typepublic final XMLBridge getXMLBridge(TypeInfo type)
public boolean isKnownFault(QName name,
Method method)
name is the name
of a known fault name for the Method method
public boolean isCheckedException(Method m,
Class ex)
ex is a Checked Exception
for Method mpublic JavaMethodImpl getJavaMethod(Method method)
SEIModelJavaMethod corrrespondiong to
a Method - such as on the client side.
getJavaMethod in interface SEIModelmethod - for which JavaMethod is asked for
JavaMethod representing the methodpublic JavaMethodImpl getJavaMethod(QName name)
SEIModelJavaMethod for a given QName. The QName will
be equivalent to the SOAP Body or Header block or can simply be the name of an
infoset that corresponds to the payload.
getJavaMethod in interface SEIModelJavaMethod associated with the
operation named namepublic JavaMethod getJavaMethodForWsdlOperation(QName operationName)
SEIModel
getJavaMethodForWsdlOperation in interface SEIModeloperationName - QName of the wsdl operation
public QName getQNameForJM(JavaMethodImpl jm)
JavaMethod.getOperationName().
QName associated with the
JavaMethod jm.public final Collection<JavaMethodImpl> getJavaMethods()
SEIModelJavaMethod for a wsdl:port for which this SEIModel is
created.
getJavaMethods in interface SEIModelCollection of JavaMethods
associated with this RuntimeModelpublic String getWSDLLocation()
SEIModelSEIModel
getWSDLLocation in interface SEIModelpublic QName getServiceQName()
SEIModelSEIModel
getServiceQName in interface SEIModelpublic WSDLPort getPort()
SEIModelWSDLPort that represents the port that this SEI binds to.
getPort in interface SEIModelpublic QName getPortName()
SEIModelSEIModel
getPortName in interface SEIModelpublic QName getPortTypeName()
SEIModelSEIModel
getPortTypeName in interface SEIModelpublic String getTargetNamespace()
getTargetNamespace in interface SEIModel@NotNull public QName getBoundPortTypeName()
SEIModel
getBoundPortTypeName in interface SEIModelpublic void addAdditionalClasses(Class... additionalClasses)
XmlSeeAlso annotation. In starting
from wsdl case these classes would most likely be JAXB ObjectFactory that references other classes.
public Databinding getDatabinding()
public void setDatabinding(Databinding wsRuntime)
public WSBinding getWSBinding()
public Class getContractClass()
public Class getEndpointClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||