|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
net.sf.jelly.apt.decorations.declaration.DecoratedMemberDeclaration
net.sf.jelly.apt.decorations.declaration.DecoratedTypeDeclaration
net.sf.jelly.apt.decorations.declaration.DecoratedClassDeclaration
org.codehaus.enunciate.contract.jaxws.EndpointImplementation
public class EndpointImplementation
A class specified as a web service endpoint implementation. Remember an endpoint implementation could possibly implicitly define an endpoint interface (see spec, section 3.3).
| Field Summary |
|---|
| Fields inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration |
|---|
delegate, javaDoc |
| Constructor Summary | |
|---|---|
EndpointImplementation(com.sun.mirror.declaration.ClassDeclaration delegate,
EndpointInterface endpointInterface)
|
|
| Method Summary | |
|---|---|
BindingType |
getBindingType()
Get the binding type for this endpoint implementation, or null if none is specified. |
java.lang.String |
getClientSimpleName()
The simple name for client-side code generation. |
EndpointInterface |
getEndpointInterface()
The endpoint interface specified for this web service. |
com.sun.mirror.declaration.TypeDeclaration |
getServiceEndpointDefaultImplementation()
The default implementation of the service endpoint. |
java.lang.String |
getServiceEndpointId()
A unique id for this service endpoint. |
com.sun.mirror.declaration.TypeDeclaration |
getServiceEndpointInterface()
The interface that defines this service endpoint. |
| Methods inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedClassDeclaration |
|---|
accept, getAnnotation, getConstructors, getMethods, getSuperclass, isClass |
| Methods inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedTypeDeclaration |
|---|
getFields, getFormalTypeParameters, getNestedTypes, getPackage, getProperties, getQualifiedName, getSuperinterfaces, isAnnotatedType, isEnum, isInterface, isPaired |
| Methods inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedMemberDeclaration |
|---|
getDeclaringType |
| Methods inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration |
|---|
constructJavaDoc, equals, getAnnotationMirrors, getAnnotations, getDelegate, getDocComment, getDocValue, getJavaDoc, getModifiers, getPosition, getSimpleName, isAbstract, isFinal, isNative, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized, isTransient, isVolatile, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.sun.mirror.declaration.TypeDeclaration |
|---|
getFields, getFormalTypeParameters, getNestedTypes, getPackage, getQualifiedName, getSuperinterfaces |
| Methods inherited from interface com.sun.mirror.declaration.MemberDeclaration |
|---|
getDeclaringType |
| Methods inherited from interface com.sun.mirror.declaration.Declaration |
|---|
equals, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName |
| Constructor Detail |
|---|
public EndpointImplementation(com.sun.mirror.declaration.ClassDeclaration delegate,
EndpointInterface endpointInterface)
| Method Detail |
|---|
public java.lang.String getClientSimpleName()
public EndpointInterface getEndpointInterface()
public BindingType getBindingType()
public java.lang.String getServiceEndpointId()
ServiceEndpoint
getServiceEndpointId in interface ServiceEndpointpublic com.sun.mirror.declaration.TypeDeclaration getServiceEndpointInterface()
ServiceEndpoint
getServiceEndpointInterface in interface ServiceEndpointpublic com.sun.mirror.declaration.TypeDeclaration getServiceEndpointDefaultImplementation()
ServiceEndpoint
getServiceEndpointDefaultImplementation in interface ServiceEndpoint
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||