Uses of Interface
org.apache.axis2.jaxws.runtime.description.marshal.MarshalServiceRuntimeDescription
-
Packages that use MarshalServiceRuntimeDescription Package Description org.apache.axis2.jaxws.runtime.description.marshal org.apache.axis2.jaxws.runtime.description.marshal.impl -
-
Uses of MarshalServiceRuntimeDescription in org.apache.axis2.jaxws.runtime.description.marshal
Methods in org.apache.axis2.jaxws.runtime.description.marshal that return MarshalServiceRuntimeDescription Modifier and Type Method Description static MarshalServiceRuntimeDescription
MarshalServiceRuntimeDescriptionFactory. get(ServiceDescription serviceDesc)
Get or create MarshalServiceRuntimeDescription -
Uses of MarshalServiceRuntimeDescription in org.apache.axis2.jaxws.runtime.description.marshal.impl
Classes in org.apache.axis2.jaxws.runtime.description.marshal.impl that implement MarshalServiceRuntimeDescription Modifier and Type Class Description class
MarshalServiceRuntimeDescriptionImpl
Methods in org.apache.axis2.jaxws.runtime.description.marshal.impl that return MarshalServiceRuntimeDescription Modifier and Type Method Description static MarshalServiceRuntimeDescription
MarshalServiceRuntimeDescriptionBuilder. create(ServiceDescription serviceDesc)
createMethods in org.apache.axis2.jaxws.runtime.description.marshal.impl with parameters of type MarshalServiceRuntimeDescription Modifier and Type Method Description static TreeSet<String>
PackageSetBuilder. getPackagesFromAnnotations(ServiceDescription serviceDesc, MarshalServiceRuntimeDescription msrd)
-