public class AdapterInvocationInfo extends Object
| Constructor and Description |
|---|
AdapterInvocationInfo() |
| Modifier and Type | Method and Description |
|---|---|
com.sun.xml.ws.transport.http.servlet.ServletAdapter |
getAdapter() |
com.sun.xml.rpc.spi.runtime.Handler |
getHandler() |
ComponentInvocation |
getInv() |
void |
setAdapter(com.sun.xml.ws.transport.http.servlet.ServletAdapter adapter) |
void |
setHandler(com.sun.xml.rpc.spi.runtime.Handler h) |
void |
setInv(ComponentInvocation inv) |
public void setAdapter(com.sun.xml.ws.transport.http.servlet.ServletAdapter adapter)
public void setInv(ComponentInvocation inv)
public void setHandler(com.sun.xml.rpc.spi.runtime.Handler h)
public com.sun.xml.ws.transport.http.servlet.ServletAdapter getAdapter()
public ComponentInvocation getInv()
public com.sun.xml.rpc.spi.runtime.Handler getHandler()
Copyright © 2019. All rights reserved.